mesheryctl system config
Configure Meshery
Synopsis
Configure the Kubernetes cluster used by Meshery.
mesheryctl system config [flags]
Examples
Set configuration according to k8s cluster
mesheryctl system config [aks|eks|gke|minikube]
Path to token for authenticating to Meshery API (optional, can be done alternatively using βloginβ)
mesheryctl system config --token "~/Downloads/auth.json"
Options
-h, --help help for config
Options inherited from parent commands
--config string path to config file (default "/home/runner/.meshery/config.yaml") -c, --context string (optional) temporarily change the current context. -v, --verbose verbose output -y, --yes (optional) assume yes for user interactive prompts.
See Also
- mesheryctl system config aks
- mesheryctl system config eks
- mesheryctl system config gke
- mesheryctl system config minikube
Go back to command reference index, if you want to add content manually to the CLI documentation, please refer to the instruction for guidance.