vcluster debug shell --help
shell VCLUSTER_NAME [flags] -- [COMMAND] [args...] Debug a virtual cluster using ephemeral containers
Synopsis​
vcluster debug shell [flags]
#########################################################################
#################### vcluster debug ###################################
#########################################################################
Debug a virtual cluster by running commands in an ephemeral container
Example:
vcluster debug shell my-vcluster --target=syncer
vcluster debug shell my-vcluster --pod=my-vcluster-pod-0 --target=syncer
#########################################################################
Flags​
-h, --help help for shell
--pod string vCluster pod name to create a shell for
--target string Target container to debug (default "syncer")
Global and inherited flags​
--config string The vcluster CLI config to use (will be created if it does not exist) (default "~/.vcluster/config.json")
--context string The kubernetes config context to use
--debug Prints the stack trace if an error occurs
--log-output string The log format to use. Can be either plain, raw or json (default "plain")
-n, --namespace string The kubernetes namespace to use
-s, --silent Run in silent mode and prevents any vcluster log output except panics & fatals