Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Julia Ogris <juliao@squareup.com>
  • Loading branch information
Julia Ogris committed Sep 6, 2021
1 parent 12cb9dc commit 1fa26c9
Show file tree
Hide file tree
Showing 6 changed files with 219 additions and 197 deletions.
1 change: 1 addition & 0 deletions cluster-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ main() {
attempts=25

# Set up initial deployments and transflect
# kubectl create namespace transflect # make run-local-operator needs transflect namespace for lease lock
kubectl apply -f deployment/transflect.yaml
kubectl apply -f deployment/routeguide.yaml
kubectl apply -f deployment/guppyecho.yaml
Expand Down
1 change: 1 addition & 0 deletions cmd/transflect-operator/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ type config struct {
UseIngress bool `short:"i" help:"Create and use temporary ingress to access temporary service, e.g. from outside cluster"`
Address string `short:"a" help:"gRPC reflection server address, host:port"`
Plaintext bool `short:"p" help:"Use plain-text; no TLS"`
Namespace string `help:"Use custom namespace" default:"transflect"`
LogFormat string `help:"Log format ('json', 'std')" enum:"json,std" default:"std"`
Version kong.VersionFlag `short:"v" help:"Print version information"`
}
Expand Down
Loading

0 comments on commit 1fa26c9

Please sign in to comment.