Manually upgrade Defender DaemonSets (Helm)
1. Overview
Generate an updated Helm chart for the Defender DaemonSet, and then upgrade to it.
-
Create an updated Defender DaemonSet Helm chart.
$ <PLATFORM>/twistcli defender export kubernetes \ --address https://yourconsole.example.com:8083 \ --user <ADMIN_USER> \ --cluster-address twistlock-console \ --helm
-
Install the updated chart.
$ helm upgrade twistlock-defender-ds \ --namespace twistlock \ --recreate-pods ./twistlock-console-helm.tar.gz