piped

command
v0.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 24, 2020 License: Apache-2.0 Imports: 3 Imported by: 0

README

piped

Development

How to run a piped at your local environment with using a fake control-plane
  1. 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
  1. Ensure that your kube-context is connecting to right cluster

  2. 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

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL