> For the complete documentation index, see [llms.txt](https://docs.prismacloud.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.prismacloud.io/admin-guide/32/upgrade/upgrade-defender-daemonset.md).

# Manually upgrade Defender DaemonSets

Upgrade the Defender DaemonSets in your environment.

## Upgrade the Defender DaemonSets with twistcli (Kubernetes)

Delete the Defender DaemonSet, then rerun the original install procedure.

**Prerequisites:** You know all the parameters passed to *twistcli* when you initially deployed the Defender DaemonSet. You’ll need them to recreate a working configuration file for your environment.

1. Delete the Defender DaemonSet.

   ```sh
   $ kubectl -n twistlock delete ds twistlock-defender-ds
   $ kubectl -n twistlock delete sa twistlock-service
   $ kubectl -n twistlock delete secret twistlock-secrets
   ```

## Upgrade the Defender DaemonSets with twistcli (OpenShift)

Delete the Defender DaemonSet, then rerun the original install procedure.

**Prerequisites:** You know all the parameters passed to *twistcli* when you initially deployed the Defender DaemonSet. You’ll need them to recreate a working configuration file for your environment.

1. Delete the Defender DaemonSet.

   ```sh
   $ oc -n twistlock delete ds twistlock-defender-ds
   $ oc -n twistlock delete sa twistlock-service
   $ oc -n twistlock delete secret twistlock-secrets
   ```

## Upgrade the Defender DaemonSets from Console

Upgrade the Defender DaemonSets directly from the Console UI.

If you can’t access your cluster with kubectl or oc, then you can upgrade Defender DaemonSets directly from the Console UI.

**Prerequisites:** You’ve created a xref:\~/authentication/credentials-store/kubernetes-credentials.adoc\[kubeconfig credential] for your cluster so that Prisma Cloud can access it to upgrade the Defender DaemonSet.

1. Log into Prisma Cloud Console.
2. Go to **Manage > Defenders > Manage**.
3. Click **DaemonSets**.
4. For each cluster in the table, click **Actions > Upgrade**.

   The table shows a count of deployed Defenders and their new version number.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.prismacloud.io/admin-guide/32/upgrade/upgrade-defender-daemonset.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
