For the complete documentation index, see llms.txt. This page is also available as Markdown.

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.

    $ ./twistcli defender export kubernetes \
      --address <PATH_TO_CONSOLE> \
      --user <ADMIN_USER> \
      --cluster-address <REGION_CODE>.cloud.twistlock.com \
      --helm

    Get the value for "--address" from "Compute > Manage > System > Utilities > Path to Console".

    The value for "--cluster-address" will be only the region, with .cloud.twistlock.com appended.

    Example command for the app4, us-west1 stack:

    ./twistcli defender export kubernetes \
        --address https://us-west1.cloud.twistlock.com/us-4-xxxxxx \
        --user serviceAccountUsername \
        --cluster-address us-west1.cloud.twistlock.com \
        --helm

    For Prisma Cloud Enterprise Edition, the user is either an access key, or a service account username.

  2. Install the updated chart.

    $ helm upgrade twistlock-defender-ds \
      --namespace twistlock \
      --recreate-pods
      ./twistlock-defender-helm.tar.gz

Last updated

Was this helpful?