Skip to content

Upgrading KubePlus

Dev edited this page Nov 14, 2024 · 2 revisions

kubectl annotate customresourcedefinition resourcepolicies.workflows.kubeplus helm.sh/resource-policy=keep kubectl annotate customresourcedefinition resourceevents.workflows.kubeplus helm.sh/resource-policy=keep kubectl annotate customresourcedefinition resourcemonitors.workflows.kubeplus helm.sh/resource-policy=keep kubectl annotate customresourcedefinition resourcecompositions.workflows.kubeplus helm.sh/resource-policy=keep

helm upgrade kubeplus <new-kubeplus-version> -n $KUBEPLUS_NS --kubeconfig=kubeplus-saas-provider.json

This will cause KubePlus Pod to be re-created with new container images for the various components.

Any charts that were locally stored on KubePlus Pod's file-system will need to be re-uploaded to KubePlus. Use kubectl upload chart for this purpose.

kubectl upload chart <full path to chart tgz> <kubeconfig-file>

Clone this wiki locally