mesheryctl mesh remove
remove cloud and cloud native infrastructure
Synopsis
remove cloud and cloud native infrastructure
mesheryctl mesh remove [flags]
Examples
Remove Linkerd deployment
mesheryctl mesh remove linkerd
Remove a Linkerd control plane found under a specific namespace (linkerd-ns)
mesheryctl mesh remove linkerd --namespace linkerd-ns
Options
-h, --help help for remove -n, --namespace string Kubernetes namespace where the mesh is deployed (default "default")
Options inherited from parent commands
--config string path to config file (default "/home/runner/.meshery/config.yaml") -t, --token string Path to token for authenticating to Meshery API -v, --verbose verbose output
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.