mesheryctl system start

Start Meshery

Synopsis

Start Meshery and each of its service mesh components.

mesheryctl system start [flags]

Examples

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

Options

-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.

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

Go back to command reference index