mesheryctl mesh remove
remove a service mesh in the kubernetes cluster
Synopsis
remove service mesh in the connected kubernetes cluster
mesheryctl mesh remove [flags]
Examples
Remove a service mesh(linkerd)
mesheryctl mesh remove linkerd
Remove a service mesh(linkerd) 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