From 6d146c1f4109d072e7205be9abe8e08072f72d6e Mon Sep 17 00:00:00 2001 From: Vaishnav Gaikwad Date: Tue, 21 Mar 2023 16:14:18 +0530 Subject: [PATCH] update cis-benchmark installation guide --- .../cis-scan-guides/install-rancher-cis-benchmark.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/how-to-guides/advanced-user-guides/cis-scan-guides/install-rancher-cis-benchmark.md b/docs/how-to-guides/advanced-user-guides/cis-scan-guides/install-rancher-cis-benchmark.md index 17f969ff007..5502a4e9671 100644 --- a/docs/how-to-guides/advanced-user-guides/cis-scan-guides/install-rancher-cis-benchmark.md +++ b/docs/how-to-guides/advanced-user-guides/cis-scan-guides/install-rancher-cis-benchmark.md @@ -8,4 +8,6 @@ title: Install Rancher CIS Benchmark 1. Click **CIS Benchmark** 1. Click **Install**. -**Result:** The CIS scan application is deployed on the Kubernetes cluster. \ No newline at end of file +**Result:** The CIS scan application is deployed on the Kubernetes cluster. + +**Note:** CIS Benchmark 4.0.0 and above have PSPs disabled by default. To install CIS Benchmark on a hardened cluster, set `golbal.psp.enabled` to `true` in the values before installing the chart. \ No newline at end of file