meshctl migrate helm

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

      --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