Back to Meshery

mesheryctl system check

docs/static/v0.8/reference/mesheryctl/system/check/index.html

1.0.191.9 KB
Original Source

mesheryctl system check

Pre-deployment and post-deployment healthchecks for Meshery

Synopsis

Verify environment pre/post-deployment of Meshery.

mesheryctl system check [flags]

Examples

Run all system checks for both pre and post-deployment scenarios

mesheryctl system check

Run pre-deployment checks (Docker and Kubernetes)

mesheryctl system check --preflight

Run pre-deployment checks (Docker and Kubernetes)

mesheryctl system check --pre

Run checks for all Meshery adapters

mesheryctl system check --adapters

Run checks on a specific Meshery adapter

mesheryctl system check --adapter meshery-istio:10000
mesheryctl system check --adapter meshery-istio

Verify the health of Meshery Operator’s deployment with MeshSync and Broker

mesheryctl system check --operator

Options

--adapter string Check status of specified meshery adapter --adapters Check status of meshery adapters --components Check status of Meshery components -h, --help help for check --operator Verify the health of Meshery Operator's deployment with MeshSync and Broker --pre Verify environment readiness to deploy Meshery --preflight Verify environment readiness to deploy Meshery

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.

Screenshots

Usage of mesheryctl system check

See Also

Go back to command reference index, if you want to add content manually to the CLI documentation, please refer to the instruction for guidance.