command
Version:
v0.1.1
Opens a new window with list of versions in this module.
Published: Jun 24, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
piped
Development
How to run a piped at your local environment with using a fake control-plane
- Prepare a
.dev directory at the root of repository that contains
- a
piped-key file containing key for piped
- a
piped-config.yaml file containing configuration for piped
-
Ensure that your kube-context is connecting to right cluster
-
Run one of the following commands to start running piped
bazelisk run --run_under="cd $PWD && " //cmd/piped:piped -- piped \
--log-encoding=humanize \
--use-fake-api-client=true \
--config-file=.dev/piped-config.yaml \
--bin-dir=/tmp/piped-bin
bazelisk run --run_under="cd $PWD && " //cmd/piped:piped -- piped \
--log-encoding=humanize \
--metrics \
--use-fake-api-client=false \
--control-plane-address=localhost:8080 \
--bin-dir=/tmp/piped-bin \
--config-file=.dev/piped-config.yaml
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.