docs/static/v0.5/reference/mesheryctl/system/start/index.html
Start Meshery
Start Meshery and each of its service mesh components.
mesheryctl system start [flags]
Start meshery
mesheryctl system start
To create a new context for in-cluster Kubernetes deployments and set the new context as your current-context
mesheryctl system context create k8s -p kubernetes -s
(optional) skip checking for new updates available in Meshery.
mesheryctl system start --skip-update
Reset Meshery’s configuration file to default settings.
mesheryctl system start --reset
Silently create Meshery’s configuration file with default settings
mesheryctl system start --yes
-h, --help help for start -p, --platform string platform to deploy Meshery to. --reset (optional) reset Meshery's configuration file to default settings. --skip-browser (optional) skip opening of MesheryUI in browser. --skip-update (optional) skip checking for new Meshery's container images.
--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.
Go back to command reference index