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

Redeploy Defenders

  1. You can Redeploy Defenders from under Manage > Defenders > Auto-defend > DaemonSets on the UI.

    To redeploy Defenders using twistcli, generate a new `DaemonSet`configuration file:

    $ <PLATFORM>./twistcli defender export kubernetes \
        --address <https://yourconsole.example.com:8083> \
        --user <ADMIN_USER> \
        --cluster-address <Prisma Cloud Console address> \
        --container-runtime <value>

    --container-runtime: Container runtime the node uses, either of: crio, containerd, or docker.

  2. Delete the old Defenders using your old daemonset config file:

    $kubectl delete -f <old-daemonset>.yaml
  3. To create new Defenders, apply the in-place updates to your Defender resources.

    $ kubectl apply -f <new-daemonset>.yaml

Last updated

Was this helpful?