From cf20a06e9e779f65d787f3f4ea3dfe684d588d11 Mon Sep 17 00:00:00 2001 From: catherineluse Date: Wed, 14 Oct 2020 16:46:49 -0700 Subject: [PATCH] Remove unsupported installation method from CIS scan tool docs --- .../rancher/v2.x/en/cis-scans/v2.5/_index.md | 32 ------------------- .../en/monitoring-alerting/v2.5/_index.md | 1 - 2 files changed, 33 deletions(-) diff --git a/content/rancher/v2.x/en/cis-scans/v2.5/_index.md b/content/rancher/v2.x/en/cis-scans/v2.5/_index.md index ced269fa5c6..d878f359f5b 100644 --- a/content/rancher/v2.x/en/cis-scans/v2.5/_index.md +++ b/content/rancher/v2.x/en/cis-scans/v2.5/_index.md @@ -61,10 +61,6 @@ The official Benchmark documents are available through the CIS website. The sign # Installing rancher-cis-benchmark -The application can be installed with the Rancher UI or with Helm. - -### Installing with the Rancher UI - 1. In the Rancher UI, go to the **Cluster Explorer.** 1. Click **Apps.** 1. Click `rancher-cis-benchmark`. @@ -72,27 +68,8 @@ The application can be installed with the Rancher UI or with Helm. **Result:** The CIS scan application is deployed on the Kubernetes cluster. -### Installing with Helm - -There are two Helm charts for the application: - -- `rancher-cis-benchmark-crds`, the custom resource definition chart -- `rancher-cis-benchmark`, the chart deploying rancher/cis-operator - -To install the charts, run the following commands: -``` -helm repo add rancherchart https://charts.rancher.io -helm repo update -helm install rancher-cis-benchmark-crd --kubeconfig <> rancherchart/rancher-cis-benchmark-crd --create-namespace -n cis-operator-system -helm install rancher-cis-benchmark --kubeconfig <> rancherchart/rancher-cis-benchmark -n cis-operator-system -``` - # Uninstalling rancher-cis-benchmark -The application can be uninstalled with the Rancher UI or with Helm. - -### Uninstalling with the Rancher UI - 1. From the **Cluster Explorer,** go to the top left dropdown menu and click **Apps & Marketplace.** 1. Click **Installed Apps.** 1. Go to the `cis-operator-system` namespace and check the boxes next to `rancher-cis-benchmark-crd` and `rancher-cis-benchmark`. @@ -100,15 +77,6 @@ The application can be uninstalled with the Rancher UI or with Helm. **Result:** The `rancher-cis-benchmark` application is uninstalled. -### Uninstalling with Helm - -Run the following commands: - -``` -helm uninstall rancher-cis-benchmark -n cis-operator-system -helm uninstall rancher-cis-benchmark-crd -n cis-operator-system -``` - # Running a Scan When a ClusterScan custom resource is created, it launches a new CIS scan on the cluster for the chosen ClusterScanProfile. diff --git a/content/rancher/v2.x/en/monitoring-alerting/v2.5/_index.md b/content/rancher/v2.x/en/monitoring-alerting/v2.5/_index.md index d1f2a5c1558..e44a8fb83be 100644 --- a/content/rancher/v2.x/en/monitoring-alerting/v2.5/_index.md +++ b/content/rancher/v2.x/en/monitoring-alerting/v2.5/_index.md @@ -4,7 +4,6 @@ shortTitle: Rancher v2.5 weight: 1 --- - Using Rancher, you can quickly deploy leading open-source monitoring & alerting solutions such as [Prometheus](https://prometheus.io/), [Alertmanager](https://prometheus.io/docs/alerting/latest/alertmanager/), and [Grafana](https://grafana.com/docs/grafana/latest/getting-started/what-is-grafana/) onto your cluster. Rancher's solution (powered by [Prometheus Operator](https://github.com/prometheus-operator/prometheus-operator)) allows users to: