From f82d1e69a5fbbec5fed7e5e014ff376a9e4c6b23 Mon Sep 17 00:00:00 2001 From: CamrynCarter Date: Mon, 7 Oct 2024 11:14:07 -0700 Subject: [PATCH] formatting and uninstall blank step fix --- docs/stigatron-docs/create-scan.md | 6 +++--- docs/stigatron-docs/installation.md | 4 ++-- docs/stigatron-docs/uninstall.md | 9 +++++---- 3 files changed, 10 insertions(+), 9 deletions(-) diff --git a/docs/stigatron-docs/create-scan.md b/docs/stigatron-docs/create-scan.md index 5b66645..15e9c66 100644 --- a/docs/stigatron-docs/create-scan.md +++ b/docs/stigatron-docs/create-scan.md @@ -1,14 +1,14 @@ # Creating STIGATRON Scans -1. After installing STIGATRON on your downstream cluster, when you navigate to that downstream cluster, you should see STIGATRON on the left navigation menu. Click there. +1. After installing STIGATRON on your downstream cluster, when you navigate to that downstream cluster, you should see `STIGATRON` on the left navigation menu. Click there. ![STIGATRON Menu Selection](/img/stigatron/stigatron-menu.png) -2. To trigger a scan, click Create in the upper left, create a name, select a profile, and click Create +2. To trigger a scan, click `Create` in the upper left, enter a name, select a profile, and click `Create`. ![Create A Scan](/img/stigatron/create-scan.png) -3. After the scan runs (should only take a few minutes at most), click the 3-dot menu next to the scan and go to Open Visualizer. This will give you insight into the current state of your cluster in relation to the RKE2 STIG. +3. After the scan runs (should only take a few minutes at most), click the 3-dot menu next to the scan and go to `Open Visualizer`. This will give you insight into the current state of your cluster in relation to the RKE2 STIG. ![Open Visualizer](/img/stigatron/open-visualizer.png) diff --git a/docs/stigatron-docs/installation.md b/docs/stigatron-docs/installation.md index 34f8ed7..af8732d 100644 --- a/docs/stigatron-docs/installation.md +++ b/docs/stigatron-docs/installation.md @@ -4,9 +4,9 @@ ### Enabling UI Extensions -On the `local` cluster running Rancher MCM, you'll need to first enable Extensions. +On the `local` cluster running Rancher, you'll need to first enable Extensions. -1. Log into the Rancher MCM as an administrator. +1. Log into Rancher as an administrator. 2. Click the menu in the upper-left of the main dashboard and click the `Extensions` link near the bottom. 3. Click the `Enable` button on the Extensions screen. 4. Click `Ok`, when prompted to Enable Extension Support. diff --git a/docs/stigatron-docs/uninstall.md b/docs/stigatron-docs/uninstall.md index 0c36ab2..b2736fd 100644 --- a/docs/stigatron-docs/uninstall.md +++ b/docs/stigatron-docs/uninstall.md @@ -2,7 +2,7 @@ ## Local Cluster -On the `local` cluster running Rancher MCM, run the following Helm command to remove the UI Extension. +On the `local` cluster running Rancher, run the following Helm command to remove the UI Extension. ```bash helm uninstall -n carbide-stigatron-system stigatron-ui @@ -20,7 +20,7 @@ helm uninstall -n carbide-stigatron-system stigatron If you want to uninstall CIS Benchmark, after uninstall STIGATRON, perform the following: -1. Log into the Rancher MCM. +1. Log into Rancher. 2. In the UI, navigate to each downstream cluster in the Cluster Explorer. 3. On the left menu, select `Apps`, then select `Installed Apps`. 4. Find the app named `rancher-cis-benchmark`, select the 3-dot menu on the right, and select `Delete`. (IMPORTANT: Delete this before the CRD application) @@ -28,6 +28,7 @@ If you want to uninstall CIS Benchmark, after uninstall STIGATRON, perform the f ## Disable UI Extensions (Optional) -If you want to disable UI Extensions, after uninstall STIGATRON UI, perform the following: +If you want to [disable all UI Extensions](https://ranchermanager.docs.rancher.com/integrations-in-rancher/rancher-extensions#uninstalling-extensions) after uninstalling the STIGATRON UI extension, perform the following: -### TODO: List +1. On the extensions management page in Rancher, click the 3-dot menu. +2. Select `Disable Extension Support`.