mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-26 13:08:11 +00:00
Remove unsupported installation method from CIS scan tool docs
This commit is contained in:
@@ -61,10 +61,6 @@ The official Benchmark documents are available through the CIS website. The sign
|
|||||||
|
|
||||||
# Installing rancher-cis-benchmark
|
# 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. In the Rancher UI, go to the **Cluster Explorer.**
|
||||||
1. Click **Apps.**
|
1. Click **Apps.**
|
||||||
1. Click `rancher-cis-benchmark`.
|
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.
|
**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 <a href="https://github.com/rancher/cis-operator" target="_blank">rancher/cis-operator</a>
|
|
||||||
|
|
||||||
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
|
# 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. From the **Cluster Explorer,** go to the top left dropdown menu and click **Apps & Marketplace.**
|
||||||
1. Click **Installed Apps.**
|
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`.
|
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.
|
**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
|
# Running a Scan
|
||||||
|
|
||||||
When a ClusterScan custom resource is created, it launches a new CIS scan on the cluster for the chosen ClusterScanProfile.
|
When a ClusterScan custom resource is created, it launches a new CIS scan on the cluster for the chosen ClusterScanProfile.
|
||||||
|
|||||||
@@ -4,7 +4,6 @@ shortTitle: Rancher v2.5
|
|||||||
weight: 1
|
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.
|
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:
|
Rancher's solution (powered by [Prometheus Operator](https://github.com/prometheus-operator/prometheus-operator)) allows users to:
|
||||||
|
|||||||
Reference in New Issue
Block a user