Add global kubecontext CLI flag

Signed-off-by: Blake <blake.barnett@postmates.com>
This commit is contained in:
Blake
2018-02-26 10:47:39 -08:00
parent fcbc7bd570
commit 465c60b408
47 changed files with 59 additions and 11 deletions
+1
View File
@@ -22,6 +22,7 @@ ark plugin remove [NAME | IMAGE] [flags]
```
--alsologtostderr log to standard error as well as files
--kubeconfig string Path to the kubeconfig file to use to talk to the Kubernetes apiserver. If unset, try the environment variable KUBECONFIG, as well as in-cluster configuration
--kubecontext string The context to use to talk to the Kubernetes apiserver. If unset defaults to whatever your current-context is (kubectl config current-context)
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)
--log_dir string If non-empty, write log files in this directory
--logtostderr log to standard error instead of files