For the complete documentation index, see llms.txt. Markdown versions of all docs pages are available by appending .md to any docs URL.
meshctl migrate helm
Reference for the ‘meshctl migrate helm’ command.
meshctl migrate helm
Migrate Helm Releases
meshctl migrate helm [flags]Examples
# Generate new values files & commands for all applicable releases
meshctl migrate helm
# Generate new values file & command for a specific release
meshctl migrate helm --release <release-name>Options
--api-group strings A list of specific API groups to migrate
--crd-release string Helm release name for gloo-platform-crds chart (default "gloo-platform-crds")
-h, --help help for helm
--release string Helm release name for gloo-platform chart (default "gloo-platform")
--repo string Helm repo name for gloo-platform charts (default "gloo-platform")Options inherited from parent commands
--kubeconfig string Path to the kubeconfig file for the cluster.
--kubecontext string Kubernetes context for the cluster to run the command in.
-n, --namespace string Namespace to run the command in. (default "gloo-mesh")
--plain Disable styling for terminal output.
-v, --verbose Enable verbose logging.SEE ALSO
- meshctl migrate - Gloo migration tools.