mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-08-31 21:31:28 +00:00
Add global kubecontext CLI flag
Signed-off-by: Blake <blake.barnett@postmates.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user