mesheryctl system check
Meshery environment check
Synopsis
Verify environment pre/post-deployment of Meshery.
mesheryctl system check [flags]
Examples
Run system checks for both pre and post mesh deployment scenarios on Meshery
mesheryctl system check
Run Pre-mesh deployment checks (Docker and Kubernetes)
mesheryctl system check --preflight
Run checks on specific mesh adapter
mesheryctl system check --adapter meshery-istio:10000
or
mesheryctl system check --adapter meshery-istio
Run checks for all the mesh adapters
mesheryctl system check --adapters
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.