Chapter 10. CLI options for working with different clusters
By default, all skupper commands apply to the cluster you are logged into and the current namespace. The following skupper options allow you to override that behavior and apply to all commands:
--namespace <namespace-name>Apply command to
<namespace-name>. For example, if you are currently working onfrontendnamespace and want to initialize a site in thebackendnamespace:$ skupper init --namespace backend
--kubeconfig <kubeconfig-path>-
Path to the kubeconfig file - This allows you run multiple sessions to a cluster from the same client. An alternative is to set the
KUBECONFIGenvironment variable. See the tutorial for an example of using kubeconfig files. --context <context-name>- The kubeconfig file can contain defined contexts, and this option allows you to use those contexts.