End-of-Life (EoL)

Manually upgrade Defender DaemonSets (Helm)

Generate an updated Helm chart for the Defender DaemonSet, and then upgrade to it.
  1. 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
  2. Install the updated chart.
    $ helm upgrade twistlock-defender-ds \ --namespace twistlock \ --recreate-pods ./twistlock-console-helm.tar.gz

Recommended For You