Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates for CWP-62517 #1019

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Install Host Defender on each host that you want Prisma Cloud to protect.
Single Host Defenders can be configured in the Console UI, and then deployed with a curl-bash script.
Alternatively, you can use `twistcli` to configure and deploy Defender directly on a host.

CAUTION: Prisma Cloud Defender requires real-time access to kernel events on the workloads it protects. The use of third-party runtime protection software, such as Microsoft Defender, may block access to these kernel events, potentially interfering with or disrupting the expected functionality of Prisma Cloud Defender. To ensure optimal performance and prevent unexpected behavior, it is recommended to avoid installing third-party runtime protection agents or similar software alongside Prisma Cloud Defender.
CAUTION: Prisma Cloud Defender requires real-time access to kernel events on the workloads it protects. The use of third-party runtime protection software, such as Microsoft Defender, may block access to these kernel events and disrupt the expected functionality of Prisma Cloud Defender. Ensure that workloads that are protected by Prisma Cloud Defender don't have such third-party software installed. Deployments that have third-party runtime protection (or similar software that block access to kernel events) installed alongside Prisma Cloud Defender aren't supported.

[.task]
=== Install a Host Defender (Console UI)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Install Host Defender on each host that you want Prisma Cloud to protect.
Single Host Defenders can be configured in the Console UI, and then deployed with a curl-bash script.
Alternatively, you can use `twistcli` to configure and deploy Defender directly on a host.

CAUTION: Prisma Cloud Defender requires real-time access to kernel events on the workloads it protects. The use of third-party runtime protection software, such as Microsoft Defender, may block access to these kernel events, potentially interfering with or disrupting the expected functionality of Prisma Cloud Defender. To ensure optimal performance and prevent unexpected behavior, it is recommended to avoid installing third-party runtime protection agents or similar software alongside Prisma Cloud Defender.
CAUTION: Prisma Cloud Defender requires real-time access to kernel events on the workloads it protects. The use of third-party runtime protection software, such as Microsoft Defender, may block access to these kernel events and disrupt the expected functionality of Prisma Cloud Defender. Ensure that workloads that are protected by Prisma Cloud Defender don't have such third-party software installed. Deployments that have third-party runtime protection (or similar software that block access to kernel events) installed alongside Prisma Cloud Defender aren't supported.

[.task]
=== Install a Host Defender (Console UI)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Install Host Defender on each host that you want Prisma Cloud to protect.
Single Host Defenders can be configured in the Console UI, and then deployed with a curl-bash script.
Alternatively, you can use `twistcli` to configure and deploy Defender directly on a host.

CAUTION: Prisma Cloud Defender requires real-time access to kernel events on the workloads it protects. The use of third-party runtime protection software, such as Microsoft Defender, may block access to these kernel events, potentially interfering with or disrupting the expected functionality of Prisma Cloud Defender. To ensure optimal performance and prevent unexpected behavior, it is recommended to avoid installing third-party runtime protection agents or similar software alongside Prisma Cloud Defender.
CAUTION: Prisma Cloud Defender requires real-time access to kernel events on the workloads it protects. The use of third-party runtime protection software, such as Microsoft Defender, may block access to these kernel events and disrupt the expected functionality of Prisma Cloud Defender. Ensure that workloads that are protected by Prisma Cloud Defender don't have such third-party software installed. Deployments that have third-party runtime protection (or similar software that block access to kernel events) installed alongside Prisma Cloud Defender aren't supported.

[.task]
=== Install a Host Defender (Console UI)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Install Container Defender on each host that you want Prisma Cloud to protect.
Single Container Defenders can be configured in the Console UI, and then deployed with a curl-bash script.
Alternatively, you can use xref:./single-defender-cli.adoc[twistcli to configure] and deploy Defender directly on a host.

CAUTION: Prisma Cloud Defender requires real-time access to kernel events on the workloads it protects. The use of third-party runtime protection software, such as Microsoft Defender, may block access to these kernel events, potentially interfering with or disrupting the expected functionality of Prisma Cloud Defender. To ensure optimal performance and prevent unexpected behavior, it is recommended to avoid installing third-party runtime protection agents or similar software alongside Prisma Cloud Defender.
CAUTION: Prisma Cloud Defender requires real-time access to kernel events on the workloads it protects. The use of third-party runtime protection software, such as Microsoft Defender, may block access to these kernel events and disrupt the expected functionality of Prisma Cloud Defender. Ensure that workloads that are protected by Prisma Cloud Defender don't have such third-party software installed. Deployments that have third-party runtime protection (or similar software that block access to kernel events) installed alongside Prisma Cloud Defender aren't supported.

[.task]
=== Install a single Container Defender (Console UI)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ For more information about the runtimes that Prisma Cloud supports, see the xref

* Install the xref:../../../tools/twistcli.adoc[Prisma Cloud command-line utility] called `twistcli`, which is bundled with the Prisma Cloud software. You use `twistcli` to deploy the Defenders.

* Prisma Cloud Defender requires real-time access to kernel events on the workloads it protects. The use of third-party runtime protection software, such as Microsoft Defender, may block access to these kernel events and disrupt the expected functionality of Prisma Cloud Defender. Ensure that workloads that are protected by Prisma Cloud Defender don't have such third-party software installed. Deployments that have third-party runtime protection (or similar software that block access to kernel events) alongside Prisma Cloud Defender aren't supported.

==== Required Permissions

* You can create and delete namespaces in your cluster.
Expand Down
Loading