Forrest logo
back to the helm tool

helm:ai:5e81f

How to deploy a helm chart to rke2
$ helm upgrade --install ${RELEASE_NAME} ${CHART_NAME} --namespace ${NAMESPACE} --create-namespace
try on your machine

Use the helm upgrade --install command to deploy a Helm chart to RKE2. Replace with the desired release name, with the name of the Helm chart, and with the target namespace. The --create-namespace flag creates the namespace if it does not exist.

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.

Questions that are answered by this command:

  • how to deploy a helm chart to rke2?
back to the helm tool