Redeploy Defenders
- You canRedeployDefenders from underManage > Defenders > Auto-defend > DaemonSetson 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 twistlock-consoleDelete the old Defenders using your old daemonset config file:$kubectl --kubeconfig ./config delete -f <old-daemonset>.yamlTo create new Defenders, apply the in-place updates to your Defender resources.$ kubectl --kubeconfig ./config apply -f <new-daemonset>.yaml