Upgrade and Uninstall Helm Chart Deployments
Deployments of Illumio Core for Kubernetes 3.0.0 or later are performed with Helm Charts.
Upgrade Helm Chart Deployments
To upgrade an existing installation to a newer version after it had been initially deployed with a Helm Chart, follow standard Helm practice with the helm upgrade
command.
Uninstall Help Chart Deployments
To completely uninstall an existing installation that had been initially deployed with a Helm Chart:
$ helm uninstall illumio --namespace illumio-system $ kubectl delete namespace illumio-system
The uninstallation process also unpairs the C-VENs from the PCE.
Uninstalling the Helm Chart release takes around two minutes to complete.