Navigation :
Getting Started
Concepts
Setup
Guides Overview
Operations
Reference
-
Command-Line Reference
-- meshctl
-- meshctl check
-- meshctl cluster
-- meshctl cluster deregister
-- meshctl cluster deregister community
-- meshctl cluster deregister enterprise
-- meshctl cluster register
-- meshctl cluster register community
-- meshctl cluster register enterprise
-- meshctl dashboard
-- meshctl debug
-- meshctl debug snapshot
-- meshctl debug snapshot discovery
-- meshctl debug snapshot discovery input
-- meshctl debug snapshot discovery output
-- meshctl debug snapshot networking
-- meshctl debug snapshot networking input
-- meshctl debug snapshot networking output
-- meshctl demo
-- meshctl demo istio-multicluster
-- meshctl demo istio-multicluster cleanup
-- meshctl demo istio-multicluster init
-- meshctl demo osm
-- meshctl demo osm cleanup
-- meshctl demo osm init
-- meshctl describe
-- meshctl describe accesspolicy
-- meshctl describe destination
-- meshctl describe mesh
-- meshctl describe trafficpolicy
-- meshctl describe virtualmesh
-- meshctl describe workload
-- meshctl init-plugin-manager
-- meshctl install
-- meshctl install community
-- meshctl install enterprise
-- meshctl mesh
-- meshctl mesh restart
-- meshctl uninstall
-- meshctl version
-
Helm Values Reference
-
API Reference
-
Changelog
-
Open Source Attribution
- Registered ClusterRole Definition
-
Swagger
Contributing
meshctl debug snapshot
meshctl debug snapshot
Input and Output snapshots for the discovery and networking pod. Requires jq to be installed if the –json flag is not being used.
meshctl debug snapshot [flags]
Options
-f, --file string file to write output to
-h, --help help for snapshot
--json display the entire json snapshot. The output can be piped into a command like jq (https://stedolan.github.io/jq/tutorial/). For example:
meshctl debug snapshot discovery input | jq '.'
--zip string zip file output
Options inherited from parent commands
-v, --verbose Enable verbose logging
SEE ALSO