From 6d146c1f4109d072e7205be9abe8e08072f72d6e Mon Sep 17 00:00:00 2001 From: Vaishnav Gaikwad Date: Tue, 21 Mar 2023 16:14:18 +0530 Subject: [PATCH 1/2] 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 From 632aaa27ec9402219bbcd6cc30302125986d8421 Mon Sep 17 00:00:00 2001 From: Billy Tat Date: Tue, 21 Mar 2023 08:34:47 -0700 Subject: [PATCH 2/2] Use admonition syntax --- .../cis-scan-guides/install-rancher-cis-benchmark.md | 6 +++++- 1 file changed, 5 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 5502a4e9671..e5079eff926 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 @@ -10,4 +10,8 @@ title: Install Rancher CIS Benchmark **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 +:::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