diff --git a/docs/how-to-guides/advanced-user-guides/cis-scan-guides/create-a-custom-benchmark-version-to-run.md b/docs/how-to-guides/advanced-user-guides/cis-scan-guides/create-a-custom-benchmark-version-to-run.md
deleted file mode 100644
index 8d3b66c7e4e..00000000000
--- a/docs/how-to-guides/advanced-user-guides/cis-scan-guides/create-a-custom-benchmark-version-to-run.md
+++ /dev/null
@@ -1,13 +0,0 @@
----
-title: Create a Custom Benchmark Version for Running a Cluster Scan
----
-
-
-
-
-
-There could be some Kubernetes cluster setups that require custom configurations of the Benchmark tests. For example, the path to the Kubernetes config files or certs might be different than the standard location where the upstream CIS Benchmarks look for them.
-
-It is now possible to create a custom Benchmark Version for running a cluster scan using the `rancher-cis-benchmark` application.
-
-For details, see [this page.](../../../integrations-in-rancher/cis-scans/custom-benchmark.md)
\ No newline at end of file
diff --git a/docs/how-to-guides/advanced-user-guides/cis-scan-guides/enable-alerting-for-rancher-cis-benchmark.md b/docs/how-to-guides/advanced-user-guides/cis-scan-guides/enable-alerting-for-rancher-cis-benchmark.md
deleted file mode 100644
index ef2b5ae330d..00000000000
--- a/docs/how-to-guides/advanced-user-guides/cis-scan-guides/enable-alerting-for-rancher-cis-benchmark.md
+++ /dev/null
@@ -1,24 +0,0 @@
----
-title: Enable Alerting for Rancher CIS Benchmark
----
-
-
-
-
-
-Alerts can be configured to be sent out for a scan that runs on a schedule.
-
-:::note Prerequisite:
-
-Before enabling alerts for `rancher-cis-benchmark`, make sure to install the `rancher-monitoring` application and configure the Receivers and Routes. For more information, see [this section.](../../../reference-guides/monitoring-v2-configuration/receivers.md)
-
-While configuring the routes for `rancher-cis-benchmark` alerts, you can specify the matching using the key-value pair `job: rancher-cis-scan`. An example route configuration is [here.](../../../reference-guides/monitoring-v2-configuration/receivers.md#example-route-config-for-cis-scan-alerts)
-
-:::
-
-While installing or upgrading the `rancher-cis-benchmark` Helm chart, set the following flag to `true` in the `values.yaml`:
-
-```yaml
-alerts:
- enabled: true
-```
\ No newline at end of file
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
deleted file mode 100644
index c6987a97c64..00000000000
--- a/docs/how-to-guides/advanced-user-guides/cis-scan-guides/install-rancher-cis-benchmark.md
+++ /dev/null
@@ -1,15 +0,0 @@
----
-title: Install Rancher CIS Benchmark
----
-
-
-
-
-
-1. In the upper left corner, click **☰ > Cluster Management**.
-1. On the **Clusters** page, go to the cluster where you want to install CIS Benchmark and click **Explore**.
-1. In the left navigation bar, click **Apps > Charts**.
-1. Click **CIS Benchmark**
-1. Click **Install**.
-
-**Result:** The CIS scan application is deployed on the Kubernetes cluster.
diff --git a/docs/how-to-guides/advanced-user-guides/cis-scan-guides/run-a-scan.md b/docs/how-to-guides/advanced-user-guides/cis-scan-guides/run-a-scan.md
deleted file mode 100644
index 2fede69bee6..00000000000
--- a/docs/how-to-guides/advanced-user-guides/cis-scan-guides/run-a-scan.md
+++ /dev/null
@@ -1,26 +0,0 @@
----
-title: Run a Scan
----
-
-
-
-
-
-When a ClusterScan custom resource is created, it launches a new CIS scan on the cluster for the chosen ClusterScanProfile.
-
-:::note
-
-There is currently a limitation of running only one CIS scan at a time for a cluster. If you create multiple ClusterScan custom resources, they will be run one after the other by the operator, and until one scan finishes, the rest of the ClusterScan custom resources will be in the "Pending" state.
-
-:::
-
-To run a scan,
-
-1. In the upper left corner, click **☰ > Cluster Management**.
-1. On the **Clusters** page, go to the cluster where you want to run a CIS scan and click **Explore**.
-1. Click **CIS Benchmark > Scan**.
-1. Click **Create**.
-1. Choose a cluster scan profile. The profile determines which CIS Benchmark version will be used and which tests will be performed. If you choose the Default profile, then the CIS Operator will choose a profile applicable to the type of Kubernetes cluster it is installed on.
-1. Click **Create**.
-
-**Result:** A report is generated with the scan results. To see the results, click the name of the scan that appears.
\ No newline at end of file
diff --git a/docs/how-to-guides/advanced-user-guides/cis-scan-guides/uninstall-rancher-cis-benchmark.md b/docs/how-to-guides/advanced-user-guides/cis-scan-guides/uninstall-rancher-cis-benchmark.md
deleted file mode 100644
index df23f7abbdc..00000000000
--- a/docs/how-to-guides/advanced-user-guides/cis-scan-guides/uninstall-rancher-cis-benchmark.md
+++ /dev/null
@@ -1,13 +0,0 @@
----
-title: Uninstall Rancher CIS Benchmark
----
-
-
-
-
-
-1. From the **Cluster Dashboard,** go to the left navigation bar and click **Apps > 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. Click **Delete** and confirm **Delete**.
-
-**Result:** The `rancher-cis-benchmark` application is uninstalled.
\ No newline at end of file
diff --git a/docs/how-to-guides/advanced-user-guides/cis-scan-guides/view-reports.md b/docs/how-to-guides/advanced-user-guides/cis-scan-guides/view-reports.md
deleted file mode 100644
index bb9045033bc..00000000000
--- a/docs/how-to-guides/advanced-user-guides/cis-scan-guides/view-reports.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-title: View Reports
----
-
-
-
-
-
-To view the generated CIS scan reports,
-
-1. In the upper left corner, click **☰ > Cluster Management**.
-1. On the **Clusters** page, go to the cluster where you want to run a CIS scan and click **Explore**.
-1. Click **CIS Benchmark > Scan**.
-1. The **Scans** page will show the generated reports. To see a detailed report, go to a scan report and click the name.
-
-One can download the report from the Scans list or from the scan detail page.
-
-To get the verbose version of the CIS scan results, run the following command on the cluster that was scanned. Note that the scan must be completed before this can be done.
-
-```console
-export REPORT="scan-report-name"
-kubectl get clusterscanreport $REPORT -o json |jq ".spec.reportJSON | fromjson" | jq -r ".actual_value_map_data" | base64 -d | gunzip | jq .
-```
diff --git a/docs/how-to-guides/advanced-user-guides/cis-scan-guides/cis-scan-guides.md b/docs/how-to-guides/advanced-user-guides/compliance-scan-guides/compliance-scan-guides.md
similarity index 56%
rename from docs/how-to-guides/advanced-user-guides/cis-scan-guides/cis-scan-guides.md
rename to docs/how-to-guides/advanced-user-guides/compliance-scan-guides/compliance-scan-guides.md
index a7c6ed43472..4b304a13bea 100644
--- a/docs/how-to-guides/advanced-user-guides/cis-scan-guides/cis-scan-guides.md
+++ b/docs/how-to-guides/advanced-user-guides/compliance-scan-guides/compliance-scan-guides.md
@@ -1,17 +1,17 @@
---
-title: CIS Scan Guides
+title: Compliance Scan Guides
---
-
+
-- [Install rancher-cis-benchmark](install-rancher-cis-benchmark.md)
-- [Uninstall rancher-cis-benchmark](uninstall-rancher-cis-benchmark.md)
+- [Install rancher-compliance](install-rancher-compliance.md)
+- [Uninstall rancher-compliance](uninstall-rancher-compliance.md)
- [Run a Scan](run-a-scan.md)
- [Run a Scan Periodically on a Schedule](run-a-scan-periodically-on-a-schedule.md)
- [Skip Tests](skip-tests.md)
- [View Reports](view-reports.md)
-- [Enable Alerting for rancher-cis-benchmark](enable-alerting-for-rancher-cis-benchmark.md)
+- [Enable Alerting for rancher-compliance](enable-alerting-for-rancher-compliance.md)
- [Configure Alerts for Periodic Scan on a Schedule](configure-alerts-for-periodic-scan-on-a-schedule.md)
-- [Create a Custom Benchmark Version to Run](create-a-custom-benchmark-version-to-run.md)
\ No newline at end of file
+- [Create a Custom Benchmark Version to Run](create-a-custom-benchmark-version-to-run.md)
diff --git a/docs/how-to-guides/advanced-user-guides/cis-scan-guides/configure-alerts-for-periodic-scan-on-a-schedule.md b/docs/how-to-guides/advanced-user-guides/compliance-scan-guides/configure-alerts-for-periodic-scan-on-a-schedule.md
similarity index 56%
rename from docs/how-to-guides/advanced-user-guides/cis-scan-guides/configure-alerts-for-periodic-scan-on-a-schedule.md
rename to docs/how-to-guides/advanced-user-guides/compliance-scan-guides/configure-alerts-for-periodic-scan-on-a-schedule.md
index 204f95c05bd..5dfad6be847 100644
--- a/docs/how-to-guides/advanced-user-guides/cis-scan-guides/configure-alerts-for-periodic-scan-on-a-schedule.md
+++ b/docs/how-to-guides/advanced-user-guides/compliance-scan-guides/configure-alerts-for-periodic-scan-on-a-schedule.md
@@ -3,7 +3,7 @@ title: Configure Alerts for Periodic Scan on a Schedule
---
-
+
It is possible to run a ClusterScan on a schedule.
@@ -12,27 +12,27 @@ A scheduled scan can also specify if you should receive alerts when the scan com
Alerts are supported only for a scan that runs on a schedule.
-The CIS Benchmark application supports two types of alerts:
+The compliance application supports two types of alerts:
- Alert on scan completion: This alert is sent out when the scan run finishes. The alert includes details including the ClusterScan's name and the ClusterScanProfile name.
- Alert on scan failure: This alert is sent out if there are some test failures in the scan run or if the scan is in a `Fail` state.
:::note Prerequisite
-Before enabling alerts for `rancher-cis-benchmark`, make sure to install the `rancher-monitoring` application and configure the Receivers and Routes. For more information, see [this section.](../../../reference-guides/monitoring-v2-configuration/receivers.md)
+Before enabling alerts for `rancher-compliance`, make sure to install the `rancher-monitoring` application and configure the Receivers and Routes. For more information, see [this section.](../../../reference-guides/monitoring-v2-configuration/receivers.md)
-While configuring the routes for `rancher-cis-benchmark` alerts, you can specify the matching using the key-value pair `job: rancher-cis-scan`. An example route configuration is [here.](../../../reference-guides/monitoring-v2-configuration/receivers.md#example-route-config-for-cis-scan-alerts)
+While configuring the routes for `rancher-compliance` alerts, you can specify the matching using the key-value pair `job: rancher-compliance-scan`. An example route configuration is [here.](../../../reference-guides/monitoring-v2-configuration/receivers.md#example-route-config-for-compliance-scan-alerts)
:::
To configure alerts for a scan that runs on a schedule,
-1. Please enable alerts on the `rancher-cis-benchmark` application. For more information, see [this page](../../../how-to-guides/advanced-user-guides/cis-scan-guides/enable-alerting-for-rancher-cis-benchmark.md).
+1. Please enable alerts on the `rancher-compliance` application. For more information, see [this page](../../../how-to-guides/advanced-user-guides/compliance-scan-guides/enable-alerting-for-rancher-compliance.md).
1. In the upper left corner, click **☰ > Cluster Management**.
-1. On the **Clusters** page, go to the cluster where you want to run a CIS scan and click **Explore**.
-1. Click **CIS Benchmark > Scan**.
+1. On the **Clusters** page, go to the cluster where you want to run a Compliance scan and click **Explore**.
+1. Click **compliance > Scan**.
1. Click **Create**.
-1. Choose a cluster scan profile. The profile determines which CIS Benchmark version will be used and which tests will be performed. If you choose the Default profile, then the CIS Operator will choose a profile applicable to the type of Kubernetes cluster it is installed on.
+1. Choose a cluster scan profile. The profile determines which compliance version will be used and which tests will be performed. If you choose the Default profile, then the Compliance Operator will choose a profile applicable to the type of Kubernetes cluster it is installed on.
1. Choose the option **Run scan on a schedule**.
1. Enter a valid [cron schedule expression](https://en.wikipedia.org/wiki/Cron#CRON_expression) in the field **Schedule**.
1. Check the boxes next to the Alert types under **Alerting**.
diff --git a/docs/how-to-guides/advanced-user-guides/compliance-scan-guides/create-a-custom-compliance-version-to-run.md b/docs/how-to-guides/advanced-user-guides/compliance-scan-guides/create-a-custom-compliance-version-to-run.md
new file mode 100644
index 00000000000..97a896db883
--- /dev/null
+++ b/docs/how-to-guides/advanced-user-guides/compliance-scan-guides/create-a-custom-compliance-version-to-run.md
@@ -0,0 +1,13 @@
+---
+title: Create a Custom Compliance Version for Running a Cluster Scan
+---
+
+
+
+
+
+There could be some Kubernetes cluster setups that require custom configurations of the Compliance tests. For example, the path to the Kubernetes config files or certs might be different than the standard location where the upstream Compliance look for them.
+
+It is now possible to create a custom compliance version for running a cluster scan using the `rancher-compliance` application.
+
+For details, see [this page.](../../../integrations-in-rancher/cis-scans/custom-benchmark.md)
\ No newline at end of file
diff --git a/docs/how-to-guides/advanced-user-guides/compliance-scan-guides/enable-alerting-for-rancher-compliance.md b/docs/how-to-guides/advanced-user-guides/compliance-scan-guides/enable-alerting-for-rancher-compliance.md
new file mode 100644
index 00000000000..d5328a0dd0c
--- /dev/null
+++ b/docs/how-to-guides/advanced-user-guides/compliance-scan-guides/enable-alerting-for-rancher-compliance.md
@@ -0,0 +1,24 @@
+---
+title: Enable Alerting for Rancher Compliance
+---
+
+
+
+
+
+Alerts can be configured to be sent out for a scan that runs on a schedule.
+
+:::note Prerequisite:
+
+Before enabling alerts for `rancher-compliance`, make sure to install the `rancher-monitoring` application and configure the Receivers and Routes. For more information, see [this section.](../../../reference-guides/monitoring-v2-configuration/receivers.md)
+
+While configuring the routes for `rancher-compliance` alerts, you can specify the matching using the key-value pair `job: rancher-compliance-scan`. An example route configuration is [here.](../../../reference-guides/monitoring-v2-configuration/receivers.md#example-route-config-for-compliance-scan-alerts)
+
+:::
+
+While installing or upgrading the `rancher-compliance` Helm chart, set the following flag to `true` in the `values.yaml`:
+
+```yaml
+alerts:
+ enabled: true
+```
\ No newline at end of file
diff --git a/docs/how-to-guides/advanced-user-guides/compliance-scan-guides/install-rancher-compliance.md b/docs/how-to-guides/advanced-user-guides/compliance-scan-guides/install-rancher-compliance.md
new file mode 100644
index 00000000000..d7a00786ea5
--- /dev/null
+++ b/docs/how-to-guides/advanced-user-guides/compliance-scan-guides/install-rancher-compliance.md
@@ -0,0 +1,21 @@
+---
+title: Install Rancher Compliance
+---
+
+
+
+
+
+1. In the upper left corner, click **☰ > Cluster Management**.
+1. On the **Clusters** page, go to the cluster where you want to install Compliance and click **Explore**.
+1. In the left navigation bar, click **Apps > Charts**.
+1. Click **Compliance**
+1. Click **Install**.
+
+**Result:** The compliance scan application is deployed on the Kubernetes cluster.
+
+:::note
+
+If you are running Kubernetes v1.24 or earlier, and have a [Pod Security Policy](../../new-user-guides/authentication-permissions-and-global-configuration/create-pod-security-policies.md) (PSP) hardened cluster, Compliance 4.0.0 and later disable PSPs by default. To install Compliance on a PSP-hardened cluster, set `global.psp.enabled` to `true` in the values before installing the chart. [Pod Security Admission](../../new-user-guides/authentication-permissions-and-global-configuration/pod-security-standards.md) (PSA) hardened clusters aren't affected.
+
+:::
diff --git a/docs/how-to-guides/advanced-user-guides/cis-scan-guides/run-a-scan-periodically-on-a-schedule.md b/docs/how-to-guides/advanced-user-guides/compliance-scan-guides/run-a-scan-periodically-on-a-schedule.md
similarity index 75%
rename from docs/how-to-guides/advanced-user-guides/cis-scan-guides/run-a-scan-periodically-on-a-schedule.md
rename to docs/how-to-guides/advanced-user-guides/compliance-scan-guides/run-a-scan-periodically-on-a-schedule.md
index 076fbdf409b..49a9126da64 100644
--- a/docs/how-to-guides/advanced-user-guides/cis-scan-guides/run-a-scan-periodically-on-a-schedule.md
+++ b/docs/how-to-guides/advanced-user-guides/compliance-scan-guides/run-a-scan-periodically-on-a-schedule.md
@@ -3,15 +3,15 @@ title: Run a Scan Periodically on a Schedule
---
-
+
To run a ClusterScan on a schedule,
1. In the upper left corner, click **☰ > Cluster Management**.
-1. On the **Clusters** page, go to the cluster where you want to run a CIS scan and click **Explore**.
-1. Click **CIS Benchmark > Scan**.
-1. Choose a cluster scan profile. The profile determines which CIS Benchmark version will be used and which tests will be performed. If you choose the Default profile, then the CIS Operator will choose a profile applicable to the type of Kubernetes cluster it is installed on.
+1. On the **Clusters** page, go to the cluster where you want to run a Compliance scan and click **Explore**.
+1. Click **Compliance > Scan**.
+1. Choose a cluster scan profile. The profile determines which Compliance version will be used and which tests will be performed. If you choose the Default profile, then the Compliance Operator will choose a profile applicable to the type of Kubernetes cluster it is installed on.
1. Choose the option **Run scan on a schedule**.
1. Enter a valid cron schedule expression in the field **Schedule**.
1. Choose a **Retention** count, which indicates the number of reports maintained for this recurring scan. By default this count is 3. When this retention limit is reached, older reports will get purged.
diff --git a/docs/how-to-guides/advanced-user-guides/compliance-scan-guides/run-a-scan.md b/docs/how-to-guides/advanced-user-guides/compliance-scan-guides/run-a-scan.md
new file mode 100644
index 00000000000..55fc296f88d
--- /dev/null
+++ b/docs/how-to-guides/advanced-user-guides/compliance-scan-guides/run-a-scan.md
@@ -0,0 +1,26 @@
+---
+title: Run a Scan
+---
+
+
+
+
+
+When a ClusterScan custom resource is created, it launches a new compliance scan on the cluster for the chosen ClusterScanProfile.
+
+:::note
+
+There is currently a limitation of running only one compliance scan at a time for a cluster. If you create multiple ClusterScan custom resources, they will be run one after the other by the operator, and until one scan finishes, the rest of the ClusterScan custom resources will be in the "Pending" state.
+
+:::
+
+To run a scan,
+
+1. In the upper left corner, click **☰ > Cluster Management**.
+1. On the **Clusters** page, go to the cluster where you want to run a compliance scan and click **Explore**.
+1. Click **Compliance > Scan**.
+1. Click **Create**.
+1. Choose a cluster scan profile. The profile determines which Compliance version will be used and which tests will be performed. If you choose the Default profile, then the Compliance Operator will choose a profile applicable to the type of Kubernetes cluster it is installed on.
+1. Click **Create**.
+
+**Result:** A report is generated with the scan results. To see the results, click the name of the scan that appears.
\ No newline at end of file
diff --git a/docs/how-to-guides/advanced-user-guides/cis-scan-guides/skip-tests.md b/docs/how-to-guides/advanced-user-guides/compliance-scan-guides/skip-tests.md
similarity index 55%
rename from docs/how-to-guides/advanced-user-guides/cis-scan-guides/skip-tests.md
rename to docs/how-to-guides/advanced-user-guides/compliance-scan-guides/skip-tests.md
index 7492bc03f0b..c28eb027a4b 100644
--- a/docs/how-to-guides/advanced-user-guides/cis-scan-guides/skip-tests.md
+++ b/docs/how-to-guides/advanced-user-guides/compliance-scan-guides/skip-tests.md
@@ -3,36 +3,36 @@ title: Skip Tests
---
-
+
-CIS scans can be run using test profiles with user-defined skips.
+Compliancescans can be run using test profiles with user-defined skips.
-To skip tests, you will create a custom CIS scan profile. A profile contains the configuration for the CIS scan, which includes the benchmark versions to use and any specific tests to skip in that benchmark.
+To skip tests, you will create a custom Compliancescan profile. A profile contains the configuration for the Compliancescan, which includes the benchmark versions to use and any specific tests to skip in that benchmark.
1. In the upper left corner, click **☰ > Cluster Management**.
-1. On the **Clusters** page, go to the cluster where you want to run a CIS scan and click **Explore**.
-1. Click **CIS Benchmark > Profile**.
-1. From here, you can create a profile in multiple ways. To make a new profile, click **Create** and fill out the form in the UI. To make a new profile based on an existing profile, go to the existing profile and click **⋮ Clone**. If you are filling out the form, add the tests to skip using the test IDs, using the relevant CIS Benchmark as a reference. If you are creating the new test profile as YAML, you will add the IDs of the tests to skip in the `skipTests` directive. You will also give the profile a name:
+1. On the **Clusters** page, go to the cluster where you want to run a Compliancescan and click **Explore**.
+1. Click **Compliance > Profile**.
+1. From here, you can create a profile in multiple ways. To make a new profile, click **Create** and fill out the form in the UI. To make a new profile based on an existing profile, go to the existing profile and click **⋮ Clone**. If you are filling out the form, add the tests to skip using the test IDs, using the relevant Compliance as a reference. If you are creating the new test profile as YAML, you will add the IDs of the tests to skip in the `skipTests` directive. You will also give the profile a name:
```yaml
- apiVersion: cis.cattle.io/v1
+ apiVersion: compliance.cattle.io/v1
kind: ClusterScanProfile
metadata:
annotations:
meta.helm.sh/release-name: clusterscan-operator
- meta.helm.sh/release-namespace: cis-operator-system
+ meta.helm.sh/release-namespace: compliance-operator-system
labels:
app.kubernetes.io/managed-by: Helm
name: ""
spec:
- benchmarkVersion: cis-1.5
+ benchmarkVersion: rke2-cis-1.7
skipTests:
- "1.1.20"
- "1.1.21"
```
1. Click **Create**.
-**Result:** A new CIS scan profile is created.
+**Result:** A new compliance profile is created.
When you [run a scan](./run-a-scan.md) that uses this profile, the defined tests will be skipped during the scan. The skipped tests will be marked in the generated report as `Skip`.
diff --git a/docs/how-to-guides/advanced-user-guides/compliance-scan-guides/uninstall-rancher-compliance.md b/docs/how-to-guides/advanced-user-guides/compliance-scan-guides/uninstall-rancher-compliance.md
new file mode 100644
index 00000000000..313acf79555
--- /dev/null
+++ b/docs/how-to-guides/advanced-user-guides/compliance-scan-guides/uninstall-rancher-compliance.md
@@ -0,0 +1,13 @@
+---
+title: Uninstall Rancher Compliance
+---
+
+
+
+
+
+1. From the **Cluster Dashboard,** go to the left navigation bar and click **Apps > Installed Apps**.
+1. Go to the `compliance-operator-system` namespace and check the boxes next to `rancher-compliance-crd` and `rancher-compliance`.
+1. Click **Delete** and confirm **Delete**.
+
+**Result:** The `rancher-compliance` application is uninstalled.
\ No newline at end of file
diff --git a/docs/how-to-guides/advanced-user-guides/compliance-scan-guides/view-reports.md b/docs/how-to-guides/advanced-user-guides/compliance-scan-guides/view-reports.md
new file mode 100644
index 00000000000..ad042390485
--- /dev/null
+++ b/docs/how-to-guides/advanced-user-guides/compliance-scan-guides/view-reports.md
@@ -0,0 +1,23 @@
+---
+title: View Reports
+---
+
+
+
+
+
+To view the generated Compliance scan reports,
+
+1. In the upper left corner, click **☰ > Cluster Management**.
+1. On the **Clusters** page, go to the cluster where you want to run a Compliance scan and click **Explore**.
+1. Click **Compliance > Scan**.
+1. The **Scans** page will show the generated reports. To see a detailed report, go to a scan report and click the name.
+
+One can download the report from the Scans list or from the scan detail page.
+
+To get the verbose version of the compliance scan results, run the following command on the cluster that was scanned. Note that the scan must be completed before this can be done.
+
+```console
+export REPORT="scan-report-name"
+kubectl get clusterscanreports.compliance.cattle.io $REPORT -o json |jq ".spec.reportJSON | fromjson" | jq -r ".actual_value_map_data" | base64 -d | gunzip | jq .
+```
diff --git a/docs/reference-guides/monitoring-v2-configuration/receivers.md b/docs/reference-guides/monitoring-v2-configuration/receivers.md
index b1237e3646b..811abcf8e96 100644
--- a/docs/reference-guides/monitoring-v2-configuration/receivers.md
+++ b/docs/reference-guides/monitoring-v2-configuration/receivers.md
@@ -351,29 +351,29 @@ receivers:
- service_key: 'database-integration-key'
```
-## Example Route Config for CIS Scan Alerts
+## Example Route Config for Compliance Scan Alerts
-While configuring the routes for `rancher-cis-benchmark` alerts, you can specify the matching using the key-value pair `job: rancher-cis-scan`.
+While configuring the routes for `rancher-compliance` alerts, you can specify the matching using the key-value pair `job: rancher-compliance-scan`.
-For example, the following example route configuration could be used with a Slack receiver named `test-cis`:
+For example, the following example route configuration could be used with a Slack receiver named `test-compliance`:
```yaml
spec:
- receiver: test-cis
+ receiver: test-compliance
group_by:
# - string
group_wait: 30s
group_interval: 30s
repeat_interval: 30s
match:
- job: rancher-cis-scan
+ job: rancher-compliance-scan
# key: string
match_re:
{}
# key: string
```
-For more information on enabling alerting for `rancher-cis-benchmark`, see [this section.](../../how-to-guides/advanced-user-guides/cis-scan-guides/enable-alerting-for-rancher-cis-benchmark.md)
+For more information on enabling alerting for `rancher-cis-benchmark`, see [this section.](../../how-to-guides/advanced-user-guides/cis-scan-guides/enable-alerting-for-rancher-compliance.md)
## Trusted CA for Notifiers
diff --git a/docusaurus.config.js b/docusaurus.config.js
index abadb6b6c6c..9dd2f0eb776 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -3,41 +3,41 @@
const tailwindPlugin = require('./plugins/tailwind-plugin.cjs');
module.exports = {
- title: 'Rancher',
- tagline: '',
- url: 'https://ranchermanager.docs.rancher.com/',
- baseUrl: '/',
- onBrokenLinks: 'warn',
- onBrokenMarkdownLinks: 'warn',
- favicon: 'img/favicon.png',
- organizationName: 'rancher', // Usually your GitHub org/user name.
- projectName: 'rancher-docs', // Usually your repo name.
+ title: "Rancher",
+ tagline: "",
+ url: "https://ranchermanager.docs.rancher.com/",
+ baseUrl: "/",
+ onBrokenLinks: "warn",
+ onBrokenMarkdownLinks: "warn",
+ favicon: "img/favicon.png",
+ organizationName: "rancher", // Usually your GitHub org/user name.
+ projectName: "rancher-docs", // Usually your repo name.
trailingSlash: false,
i18n: {
- defaultLocale: 'en',
- locales: ['en', 'zh'],
+ defaultLocale: "en",
+ locales: ["en", "zh"],
localeConfigs: {
en: {
- label: 'English',
+ label: "English",
},
zh: {
- label: '简体中文',
+ label: "简体中文",
},
},
},
webpack: {
jsLoader: (isServer) => ({
- loader: require.resolve('swc-loader'),
+ loader: require.resolve("swc-loader"),
options: {
jsc: {
parser: {
- syntax: 'typescript',
+ syntax: "typescript",
tsx: true,
},
- target: 'es2017',
+ target: "es2017",
},
module: {
- type: isServer ? 'commonjs' : 'es6',
+ type: isServer ? "commonjs" : "es6",
},
},
}),
@@ -50,12 +50,12 @@ module.exports = {
},
algolia: {
// The application ID provided by Algolia
- appId: '30NEY6C9UY',
+ appId: "30NEY6C9UY",
// Public API key: it is safe to commit it
- apiKey: '8df59222c0ad79fdacb4d45d11e21d2e',
+ apiKey: "8df59222c0ad79fdacb4d45d11e21d2e",
- indexName: 'docs_ranchermanager_rancher_io',
+ indexName: "docs_ranchermanager_rancher_io",
// Optional: see doc section below
contextualSearch: true,
@@ -64,1485 +64,1589 @@ module.exports = {
searchParameters: {},
// Optional: path for search page that enabled by default (`false` to disable it)
- searchPagePath: 'search',
+ searchPagePath: "search",
//... other Algolia params
},
colorMode: {
// 'light' | 'dark'
- defaultMode: 'light',
+ defaultMode: "light",
// Hides the switch in the navbar
// Useful if you want to support a single color mode
disableSwitch: true,
},
prism: {
- additionalLanguages: ['rust'],
+ additionalLanguages: ["rust"],
},
navbar: {
- title: '',
+ title: "",
logo: {
- alt: 'logo',
- src: 'img/rancher-logo-horiz-color.svg',
+ alt: "logo",
+ src: "img/rancher-logo-horiz-color.svg",
// href: 'en',
},
items: [
{
- type: 'docsVersionDropdown',
- position: 'left',
- dropdownItemsAfter: [{to: '/versions', label: 'All versions'}],
+ type: "docsVersionDropdown",
+ position: "left",
+ dropdownItemsAfter: [{ to: "/versions", label: "All versions" }],
dropdownActiveClassDisabled: false,
},
{
- type: 'localeDropdown',
- position: 'left',
+ type: "localeDropdown",
+ position: "left",
},
{
- type: 'search',
- position: 'left',
+ type: "search",
+ position: "left",
},
{
- type: 'dropdown',
- label: 'Quick Links',
- position: 'right',
+ type: "dropdown",
+ label: "Quick Links",
+ position: "right",
items: [
{
- href: 'https://github.com/rancher/rancher',
- label: 'GitHub',
+ href: "https://github.com/rancher/rancher",
+ label: "GitHub",
},
{
- href: 'https://github.com/rancher/rancher-docs',
- label: 'Docs GitHub',
+ href: "https://github.com/rancher/rancher-docs",
+ label: "Docs GitHub",
},
- ]
+ ],
},
{
- type: 'dropdown',
- label: 'More from SUSE',
- position: 'right',
+ type: "dropdown",
+ label: "More from SUSE",
+ position: "right",
items: [
{
- href: 'https://www.rancher.com',
- label: 'Rancher',
- className: 'navbar__icon navbar__rancher'
+ href: "https://www.rancher.com",
+ label: "Rancher",
+ className: "navbar__icon navbar__rancher",
},
{
- type: 'html',
+ type: "html",
value: '
',
},
{
- href: 'https://elemental.docs.rancher.com/',
- label: 'Elemental',
- className: 'navbar__icon navbar__elemental'
+ href: "https://elemental.docs.rancher.com/",
+ label: "Elemental",
+ className: "navbar__icon navbar__elemental",
},
{
- href: 'https://fleet.rancher.io/',
- label: 'Fleet',
- className: 'navbar__icon navbar__fleet'
+ href: "https://fleet.rancher.io/",
+ label: "Fleet",
+ className: "navbar__icon navbar__fleet",
},
{
- href: 'https://harvesterhci.io',
- label: 'Harvester',
- className: 'navbar__icon navbar__harvester'
+ href: "https://harvesterhci.io",
+ label: "Harvester",
+ className: "navbar__icon navbar__harvester",
},
{
- href: 'https://rancherdesktop.io/',
- label: 'Rancher Desktop',
- className: 'navbar__icon navbar__rancher__desktop'
+ href: "https://rancherdesktop.io/",
+ label: "Rancher Desktop",
+ className: "navbar__icon navbar__rancher__desktop",
},
{
- type: 'html',
+ type: "html",
value: '
',
},
{
- href: 'https://opensource.suse.com',
- label: 'More Projects...',
- className: 'navbar__icon navbar__suse'
+ href: "https://opensource.suse.com",
+ label: "More Projects...",
+ className: "navbar__icon navbar__suse",
},
- ]
- }
+ ],
+ },
],
},
footer: {
- style: 'dark',
+ style: "dark",
links: [],
copyright: `Copyright © ${new Date().getFullYear()} SUSE Rancher. All Rights Reserved.`,
},
},
presets: [
[
- '@docusaurus/preset-classic',
+ "@docusaurus/preset-classic",
{
docs: {
- routeBasePath: '/', // Serve the docs at the site's root
+ routeBasePath: "/", // Serve the docs at the site's root
/* other docs plugin options */
- sidebarPath: require.resolve('./sidebars.js'),
+ sidebarPath: require.resolve("./sidebars.js"),
showLastUpdateTime: true,
- editUrl: 'https://github.com/rancher/rancher-docs/edit/main/',
- lastVersion: 'current',
+ editUrl: "https://github.com/rancher/rancher-docs/edit/main/",
+ lastVersion: "current",
versions: {
current: {
- label: 'Latest',
+ label: "Latest",
},
'2.12': {
- label: 'v2.12',
- path: 'v2.12',
- banner: 'none'
+ label: "v2.12",
+ path: "v2.12",
+ banner: "none"
},
- '2.11': {
- label: 'v2.11',
- path: 'v2.11',
- banner: 'none'
+ 2.11: {
+ label: "v2.11",
+ path: "v2.11",
+ banner: "none",
},
- '2.10': {
- label: 'v2.10',
- path: 'v2.10',
- banner: 'none'
+ "2.10": {
+ label: "v2.10",
+ path: "v2.10",
+ banner: "none",
},
2.9: {
- label: 'v2.9',
- path: 'v2.9',
- banner: 'none'
+ label: "v2.9",
+ path: "v2.9",
+ banner: "none",
},
2.8: {
- label: 'v2.8',
- path: 'v2.8',
- className: 'toArchive'
+ label: "v2.8",
+ path: "v2.8",
+ className: "toArchive",
},
2.7: {
- label: 'v2.7 (Archived)',
- path: 'v2.7',
+ label: "v2.7 (Archived)",
+ path: "v2.7",
banner: `none`,
- noIndex: true
+ noIndex: true,
},
2.6: {
- label: 'v2.6 (Archived)',
- path: 'v2.6',
+ label: "v2.6 (Archived)",
+ path: "v2.6",
banner: `none`,
- noIndex: true
+ noIndex: true,
},
2.5: {
- label: 'v2.5 (Archived)',
- path: 'v2.5',
+ label: "v2.5 (Archived)",
+ path: "v2.5",
banner: `none`,
- noIndex: true
+ noIndex: true,
},
- '2.0-2.4': {
- label: 'v2.0-v2.4 (Archived)',
- path: 'v2.0-v2.4',
- banner: 'none',
- noIndex: true
+ "2.0-2.4": {
+ label: "v2.0-v2.4 (Archived)",
+ path: "v2.0-v2.4",
+ banner: "none",
+ noIndex: true,
},
},
},
blog: false, // Optional: disable the blog plugin
// ...
theme: {
- customCss: [require.resolve('./src/css/custom.css')],
+ customCss: [require.resolve("./src/css/custom.css")],
},
googleTagManager: {
- containerId: 'GTM-57KS2MW',
+ containerId: "GTM-57KS2MW",
},
},
],
[
- 'redocusaurus',
+ "redocusaurus",
{
// Plugin Options for loading OpenAPI files
specs: [
{
- id: 'rancher-api-v2-11',
- spec: 'openapi/swagger-v2.11.json',
+ id: "rancher-api-v2-11",
+ spec: "openapi/swagger-v2.11.json",
// route: '/api/',
},
{
- id: 'rancher-api-v2-10',
- spec: 'openapi/swagger-v2.10.json',
+ id: "rancher-api-v2-10",
+ spec: "openapi/swagger-v2.10.json",
// route: '/api/',
},
{
- id: 'rancher-api-v2-9',
- spec: 'openapi/swagger-v2.9.json',
+ id: "rancher-api-v2-9",
+ spec: "openapi/swagger-v2.9.json",
// route: '/api/',
},
{
- id: 'rancher-api-v2-8',
- spec: 'openapi/swagger-v2.8.json',
+ id: "rancher-api-v2-8",
+ spec: "openapi/swagger-v2.8.json",
// route: '/api/',
},
],
// Theme Options for modifying how redoc renders them
theme: {
// Change with your site colors
- primaryColor: '#1890ff',
+ primaryColor: "#1890ff",
},
},
],
],
plugins: [
- tailwindPlugin,
- [
- '@docusaurus/plugin-client-redirects',
+ tailwindPlugin,
+ [
+ "@docusaurus/plugin-client-redirects",
{
- fromExtensions: ['html', 'htm'],
+ fromExtensions: ["html", "htm"],
redirects: [
- { // Redirects for multi-cluster apps removal (rancher-docs/issues/734)
- to: '/integrations-in-rancher/fleet',
- from: ['/pages-for-subheaders/deploy-apps-across-clusters', '/how-to-guides/new-user-guides/deploy-apps-across-clusters', '/how-to-guides/new-user-guides/deploy-apps-across-clusters/fleet', '/how-to-guides/new-user-guides/deploy-apps-across-clusters/multi-cluster-apps']
+ {
+ // Redirects for multi-cluster apps removal (rancher-docs/issues/734)
+ to: "/integrations-in-rancher/fleet",
+ from: [
+ "/pages-for-subheaders/deploy-apps-across-clusters",
+ "/how-to-guides/new-user-guides/deploy-apps-across-clusters",
+ "/how-to-guides/new-user-guides/deploy-apps-across-clusters/fleet",
+ "/how-to-guides/new-user-guides/deploy-apps-across-clusters/multi-cluster-apps",
+ ],
},
{
- to: '/v2.8/integrations-in-rancher/fleet',
- from: ['/v2.8/pages-for-subheaders/deploy-apps-across-clusters', '/v2.8/how-to-guides/new-user-guides/deploy-apps-across-clusters', '/v2.8/how-to-guides/new-user-guides/deploy-apps-across-clusters/fleet', '/v2.8/how-to-guides/new-user-guides/deploy-apps-across-clusters/multi-cluster-apps']
- },// Redirects for multi-cluster apps removal (rancher-docs/issues/734) (end)
+ to: "/v2.8/integrations-in-rancher/fleet",
+ from: [
+ "/v2.8/pages-for-subheaders/deploy-apps-across-clusters",
+ "/v2.8/how-to-guides/new-user-guides/deploy-apps-across-clusters",
+ "/v2.8/how-to-guides/new-user-guides/deploy-apps-across-clusters/fleet",
+ "/v2.8/how-to-guides/new-user-guides/deploy-apps-across-clusters/multi-cluster-apps",
+ ],
+ }, // Redirects for multi-cluster apps removal (rancher-docs/issues/734) (end)
{
- to: '/faq/deprecated-features',
- from: '/faq/deprecated-features-in-v2.5'
+ to: "/faq/deprecated-features",
+ from: "/faq/deprecated-features-in-v2.5",
},
{
- to: '/v2.8/faq/deprecated-features',
- from: '/v2.8/faq/deprecated-features-in-v2.5'
+ to: "/v2.8/faq/deprecated-features",
+ from: "/v2.8/faq/deprecated-features-in-v2.5",
},
- { // Redirects for pages-for-subheaders removal [2.8]
- to: '/v2.8/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/about-provisioning-drivers',
- from: '/v2.8/pages-for-subheaders/about-provisioning-drivers'
+ {
+ // Redirects for pages-for-subheaders removal [2.8]
+ to: "/v2.8/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/about-provisioning-drivers",
+ from: "/v2.8/pages-for-subheaders/about-provisioning-drivers",
},
{
- to: '/v2.8/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/about-rke1-templates',
- from: '/v2.8/pages-for-subheaders/about-rke1-templates'
+ to: "/v2.8/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/about-rke1-templates",
+ from: "/v2.8/pages-for-subheaders/about-rke1-templates",
},
{
- to: '/v2.8/how-to-guides/new-user-guides/manage-clusters/access-clusters',
- from: '/v2.8/pages-for-subheaders/access-clusters'
+ to: "/v2.8/how-to-guides/new-user-guides/manage-clusters/access-clusters",
+ from: "/v2.8/pages-for-subheaders/access-clusters",
},
{
- to: '/v2.8/how-to-guides/advanced-user-guides/monitoring-v2-configuration-guides/advanced-configuration',
- from: '/v2.8/pages-for-subheaders/advanced-configuration'
+ to: "/v2.8/how-to-guides/advanced-user-guides/monitoring-v2-configuration-guides/advanced-configuration",
+ from: "/v2.8/pages-for-subheaders/advanced-configuration",
},
{
- to: '/v2.8/how-to-guides/advanced-user-guides',
- from: '/v2.8/pages-for-subheaders/advanced-user-guides'
+ to: "/v2.8/how-to-guides/advanced-user-guides",
+ from: "/v2.8/pages-for-subheaders/advanced-user-guides",
},
{
- to: '/v2.8/getting-started/installation-and-upgrade/other-installation-methods/air-gapped-helm-cli-install',
- from: '/v2.8/pages-for-subheaders/air-gapped-helm-cli-install'
+ to: "/v2.8/getting-started/installation-and-upgrade/other-installation-methods/air-gapped-helm-cli-install",
+ from: "/v2.8/pages-for-subheaders/air-gapped-helm-cli-install",
},
{
- to: '/v2.8/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/authentication-config',
- from: '/v2.8/pages-for-subheaders/authentication-config'
+ to: "/v2.8/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/authentication-config",
+ from: "/v2.8/pages-for-subheaders/authentication-config",
},
{
- to: '/v2.8/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration',
- from: '/v2.8/pages-for-subheaders/authentication-permissions-and-global-configuration'
+ to: "/v2.8/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration",
+ from: "/v2.8/pages-for-subheaders/authentication-permissions-and-global-configuration",
},
{
- to: '/v2.8/integrations-in-rancher/cloud-marketplace/aws-cloud-marketplace',
- from: '/v2.8/pages-for-subheaders/aws-cloud-marketplace'
+ to: "/v2.8/integrations-in-rancher/cloud-marketplace/aws-cloud-marketplace",
+ from: "/v2.8/pages-for-subheaders/aws-cloud-marketplace",
},
{
- to: '/v2.8/how-to-guides/new-user-guides/backup-restore-and-disaster-recovery',
- from: '/v2.8/pages-for-subheaders/backup-restore-and-disaster-recovery'
+ to: "/v2.8/how-to-guides/new-user-guides/backup-restore-and-disaster-recovery",
+ from: "/v2.8/pages-for-subheaders/backup-restore-and-disaster-recovery",
},
{
- to: '/v2.8/reference-guides/backup-restore-configuration',
- from: '/v2.8/pages-for-subheaders/backup-restore-configuration'
+ to: "/v2.8/reference-guides/backup-restore-configuration",
+ from: "/v2.8/pages-for-subheaders/backup-restore-configuration",
},
{
- to: '/v2.8/reference-guides/best-practices',
- from: '/v2.8/pages-for-subheaders/best-practices'
+ to: "/v2.8/reference-guides/best-practices",
+ from: "/v2.8/pages-for-subheaders/best-practices",
},
{
- to: '/v2.8/how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/checklist-for-production-ready-clusters',
- from: '/v2.8/pages-for-subheaders/checklist-for-production-ready-clusters'
+ to: "/v2.8/how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/checklist-for-production-ready-clusters",
+ from: "/v2.8/pages-for-subheaders/checklist-for-production-ready-clusters",
},
{
- to: '/v2.8/how-to-guides/advanced-user-guides/cis-scan-guides',
- from: '/v2.8/pages-for-subheaders/cis-scan-guides'
+ to: "/v2.8/how-to-guides/advanced-user-guides/cis-scan-guides",
+ from: "/v2.8/pages-for-subheaders/cis-scan-guides",
},
{
- to: '/v2.8/integrations-in-rancher/cis-scans',
- from: '/v2.8/pages-for-subheaders/cis-scans'
+ to: "/v2.8/integrations-in-rancher/cis-scans",
+ from: "/v2.8/pages-for-subheaders/cis-scans",
},
{
- to: '/v2.8/reference-guides/cli-with-rancher',
- from: '/v2.8/pages-for-subheaders/cli-with-rancher'
+ to: "/v2.8/reference-guides/cli-with-rancher",
+ from: "/v2.8/pages-for-subheaders/cli-with-rancher",
},
{
- to: '/v2.8/integrations-in-rancher/cloud-marketplace',
- from: '/v2.8/pages-for-subheaders/cloud-marketplace'
+ to: "/v2.8/integrations-in-rancher/cloud-marketplace",
+ from: "/v2.8/pages-for-subheaders/cloud-marketplace",
},
{
- to: '/v2.8/reference-guides/cluster-configuration',
- from: '/v2.8/pages-for-subheaders/cluster-configuration'
+ to: "/v2.8/reference-guides/cluster-configuration",
+ from: "/v2.8/pages-for-subheaders/cluster-configuration",
},
{
- to: '/v2.8/integrations-in-rancher/istio/configuration-options',
- from: '/v2.8/pages-for-subheaders/configuration-options'
+ to: "/v2.8/integrations-in-rancher/istio/configuration-options",
+ from: "/v2.8/pages-for-subheaders/configuration-options",
},
{
- to: '/v2.8/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/configure-microsoft-ad-federation-service-saml',
- from: '/v2.8/pages-for-subheaders/configure-microsoft-ad-federation-service-saml'
+ to: "/v2.8/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/configure-microsoft-ad-federation-service-saml",
+ from: "/v2.8/pages-for-subheaders/configure-microsoft-ad-federation-service-saml",
},
{
- to: '/v2.8/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/configure-openldap',
- from: '/v2.8/pages-for-subheaders/configure-openldap'
+ to: "/v2.8/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/configure-openldap",
+ from: "/v2.8/pages-for-subheaders/configure-openldap",
},
{
- to: '/v2.8/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/configure-shibboleth-saml',
- from: '/v2.8/pages-for-subheaders/configure-shibboleth-saml'
+ to: "/v2.8/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/configure-shibboleth-saml",
+ from: "/v2.8/pages-for-subheaders/configure-shibboleth-saml",
},
{
- to: '/v2.8/how-to-guides/new-user-guides/manage-clusters/create-kubernetes-persistent-storage',
- from: '/v2.8/pages-for-subheaders/create-kubernetes-persistent-storage'
+ to: "/v2.8/how-to-guides/new-user-guides/manage-clusters/create-kubernetes-persistent-storage",
+ from: "/v2.8/pages-for-subheaders/create-kubernetes-persistent-storage",
},
{
- to: '/v2.8/integrations-in-rancher/logging/custom-resource-configuration',
- from: '/v2.8/pages-for-subheaders/custom-resource-configuration'
+ to: "/v2.8/integrations-in-rancher/logging/custom-resource-configuration",
+ from: "/v2.8/pages-for-subheaders/custom-resource-configuration",
},
{
- to: '/v2.8/getting-started/quick-start-guides/deploy-rancher-manager',
- from: '/v2.8/pages-for-subheaders/deploy-rancher-manager'
+ to: "/v2.8/getting-started/quick-start-guides/deploy-rancher-manager",
+ from: "/v2.8/pages-for-subheaders/deploy-rancher-manager",
},
{
- to: '/v2.8/getting-started/quick-start-guides/deploy-workloads',
- from: '/v2.8/pages-for-subheaders/deploy-rancher-workloads'
+ to: "/v2.8/getting-started/quick-start-guides/deploy-workloads",
+ from: "/v2.8/pages-for-subheaders/deploy-rancher-workloads",
},
{
- to: '/v2.8/reference-guides/cluster-configuration/downstream-cluster-configuration',
- from: '/v2.8/pages-for-subheaders/downstream-cluster-configuration'
+ to: "/v2.8/reference-guides/cluster-configuration/downstream-cluster-configuration",
+ from: "/v2.8/pages-for-subheaders/downstream-cluster-configuration",
},
{
- to: '/v2.8/how-to-guides/advanced-user-guides/enable-experimental-features',
- from: '/v2.8/pages-for-subheaders/enable-experimental-features'
+ to: "/v2.8/how-to-guides/advanced-user-guides/enable-experimental-features",
+ from: "/v2.8/pages-for-subheaders/enable-experimental-features",
},
{
- to: '/v2.8/reference-guides/cluster-configuration/rancher-server-configuration/gke-cluster-configuration',
- from: '/v2.8/pages-for-subheaders/gke-cluster-configuration'
+ to: "/v2.8/reference-guides/cluster-configuration/rancher-server-configuration/gke-cluster-configuration",
+ from: "/v2.8/pages-for-subheaders/gke-cluster-configuration",
},
{
- to: '/v2.8/how-to-guides/new-user-guides/helm-charts-in-rancher',
- from: '/v2.8/pages-for-subheaders/helm-charts-in-rancher'
+ to: "/v2.8/how-to-guides/new-user-guides/helm-charts-in-rancher",
+ from: "/v2.8/pages-for-subheaders/helm-charts-in-rancher",
},
{
- to: '/v2.8/how-to-guides/new-user-guides/kubernetes-resources-setup/horizontal-pod-autoscaler',
- from: '/v2.8/pages-for-subheaders/horizontal-pod-autoscaler'
+ to: "/v2.8/how-to-guides/new-user-guides/kubernetes-resources-setup/horizontal-pod-autoscaler",
+ from: "/v2.8/pages-for-subheaders/horizontal-pod-autoscaler",
},
{
- to: '/v2.8/how-to-guides/new-user-guides/infrastructure-setup',
- from: '/v2.8/pages-for-subheaders/infrastructure-setup'
+ to: "/v2.8/how-to-guides/new-user-guides/infrastructure-setup",
+ from: "/v2.8/pages-for-subheaders/infrastructure-setup",
},
{
- to: '/v2.8/how-to-guides/new-user-guides/manage-clusters/install-cluster-autoscaler',
- from: '/v2.8/pages-for-subheaders/install-cluster-autoscaler'
+ to: "/v2.8/how-to-guides/new-user-guides/manage-clusters/install-cluster-autoscaler",
+ from: "/v2.8/pages-for-subheaders/install-cluster-autoscaler",
},
{
- to: '/v2.8/getting-started/installation-and-upgrade/install-upgrade-on-a-kubernetes-cluster',
- from: '/v2.8/pages-for-subheaders/install-upgrade-on-a-kubernetes-cluster'
+ to: "/v2.8/getting-started/installation-and-upgrade/install-upgrade-on-a-kubernetes-cluster",
+ from: "/v2.8/pages-for-subheaders/install-upgrade-on-a-kubernetes-cluster",
},
{
- to: '/v2.8/getting-started/installation-and-upgrade',
- from: '/v2.8/pages-for-subheaders/installation-and-upgrade'
+ to: "/v2.8/getting-started/installation-and-upgrade",
+ from: "/v2.8/pages-for-subheaders/installation-and-upgrade",
},
{
- to: '/v2.8/getting-started/installation-and-upgrade/installation-references',
- from: '/v2.8/pages-for-subheaders/installation-references'
+ to: "/v2.8/getting-started/installation-and-upgrade/installation-references",
+ from: "/v2.8/pages-for-subheaders/installation-references",
},
{
- to: '/v2.8/getting-started/installation-and-upgrade/installation-requirements',
- from: '/v2.8/pages-for-subheaders/installation-requirements'
+ to: "/v2.8/getting-started/installation-and-upgrade/installation-requirements",
+ from: "/v2.8/pages-for-subheaders/installation-requirements",
},
{
- to: '/v2.8/how-to-guides/advanced-user-guides/istio-setup-guide',
- from: '/v2.8/pages-for-subheaders/istio-setup-guide'
+ to: "/v2.8/how-to-guides/advanced-user-guides/istio-setup-guide",
+ from: "/v2.8/pages-for-subheaders/istio-setup-guide",
},
{
- to: '/v2.8/integrations-in-rancher/istio/',
- from: '/v2.8/pages-for-subheaders/istio'
+ to: "/v2.8/integrations-in-rancher/istio/",
+ from: "/v2.8/pages-for-subheaders/istio",
},
{
- to: '/v2.8/reference-guides/rancher-security/hardening-guides/k3s-hardening-guide',
- from: '/v2.8/pages-for-subheaders/k3s-hardening-guide'
+ to: "/v2.8/reference-guides/rancher-security/hardening-guides/k3s-hardening-guide",
+ from: "/v2.8/pages-for-subheaders/k3s-hardening-guide",
},
{
- to: '/v2.8/how-to-guides/new-user-guides/kubernetes-cluster-setup',
- from: '/v2.8/pages-for-subheaders/kubernetes-cluster-setup'
+ to: "/v2.8/how-to-guides/new-user-guides/kubernetes-cluster-setup",
+ from: "/v2.8/pages-for-subheaders/kubernetes-cluster-setup",
},
{
- to: '/v2.8/how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup',
- from: '/v2.8/pages-for-subheaders/kubernetes-clusters-in-rancher-setup'
+ to: "/v2.8/how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup",
+ from: "/v2.8/pages-for-subheaders/kubernetes-clusters-in-rancher-setup",
},
{
- to: '/v2.8/troubleshooting/kubernetes-components',
- from: '/v2.8/pages-for-subheaders/kubernetes-components'
+ to: "/v2.8/troubleshooting/kubernetes-components",
+ from: "/v2.8/pages-for-subheaders/kubernetes-components",
},
{
- to: '/v2.8/how-to-guides/new-user-guides/kubernetes-resources-setup/',
- from: '/v2.8/pages-for-subheaders/kubernetes-resources-setup'
+ to: "/v2.8/how-to-guides/new-user-guides/kubernetes-resources-setup/",
+ from: "/v2.8/pages-for-subheaders/kubernetes-resources-setup",
},
{
- to: '/v2.8/how-to-guides/new-user-guides/launch-kubernetes-with-rancher',
- from: '/v2.8/pages-for-subheaders/launch-kubernetes-with-rancher'
+ to: "/v2.8/how-to-guides/new-user-guides/launch-kubernetes-with-rancher",
+ from: "/v2.8/pages-for-subheaders/launch-kubernetes-with-rancher",
},
{
- to: '/v2.8/how-to-guides/new-user-guides/kubernetes-resources-setup/load-balancer-and-ingress-controller',
- from: '/v2.8/pages-for-subheaders/load-balancer-and-ingress-controller'
+ to: "/v2.8/how-to-guides/new-user-guides/kubernetes-resources-setup/load-balancer-and-ingress-controller",
+ from: "/v2.8/pages-for-subheaders/load-balancer-and-ingress-controller",
},
{
- to: '/v2.8/integrations-in-rancher/logging/',
- from: '/v2.8/pages-for-subheaders/logging'
+ to: "/v2.8/integrations-in-rancher/logging/",
+ from: "/v2.8/pages-for-subheaders/logging",
},
{
- to: '/v2.8/reference-guides/cluster-configuration/downstream-cluster-configuration/machine-configuration',
- from: '/v2.8/pages-for-subheaders/machine-configuration'
+ to: "/v2.8/reference-guides/cluster-configuration/downstream-cluster-configuration/machine-configuration",
+ from: "/v2.8/pages-for-subheaders/machine-configuration",
},
{
- to: '/v2.8/how-to-guides/new-user-guides/manage-clusters',
- from: '/v2.8/pages-for-subheaders/manage-clusters'
+ to: "/v2.8/how-to-guides/new-user-guides/manage-clusters",
+ from: "/v2.8/pages-for-subheaders/manage-clusters",
},
{
- to: '/v2.8/how-to-guides/advanced-user-guides/manage-projects/manage-project-resource-quotas',
- from: '/v2.8/pages-for-subheaders/manage-project-resource-quotas'
+ to: "/v2.8/how-to-guides/advanced-user-guides/manage-projects/manage-project-resource-quotas",
+ from: "/v2.8/pages-for-subheaders/manage-project-resource-quotas",
},
{
- to: '/v2.8/how-to-guides/advanced-user-guides/manage-projects',
- from: '/v2.8/pages-for-subheaders/manage-projects'
+ to: "/v2.8/how-to-guides/advanced-user-guides/manage-projects",
+ from: "/v2.8/pages-for-subheaders/manage-projects",
},
{
- to: '/v2.8/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/manage-role-based-access-control-rbac',
- from: '/v2.8/pages-for-subheaders/manage-role-based-access-control-rbac'
+ to: "/v2.8/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/manage-role-based-access-control-rbac",
+ from: "/v2.8/pages-for-subheaders/manage-role-based-access-control-rbac",
},
{
- to: '/v2.8/how-to-guides/advanced-user-guides/monitoring-alerting-guides',
- from: '/v2.8/pages-for-subheaders/monitoring-alerting-guides'
+ to: "/v2.8/how-to-guides/advanced-user-guides/monitoring-alerting-guides",
+ from: "/v2.8/pages-for-subheaders/monitoring-alerting-guides",
},
{
- to: '/v2.8/integrations-in-rancher/monitoring-and-alerting',
- from: '/v2.8/pages-for-subheaders/monitoring-and-alerting'
+ to: "/v2.8/integrations-in-rancher/monitoring-and-alerting",
+ from: "/v2.8/pages-for-subheaders/monitoring-and-alerting",
},
{
- to: '/v2.8/how-to-guides/advanced-user-guides/monitoring-v2-configuration-guides',
- from: '/v2.8/pages-for-subheaders/monitoring-v2-configuration-guides'
+ to: "/v2.8/how-to-guides/advanced-user-guides/monitoring-v2-configuration-guides",
+ from: "/v2.8/pages-for-subheaders/monitoring-v2-configuration-guides",
},
{
- to: '/v2.8/reference-guides/monitoring-v2-configuration',
- from: '/v2.8/pages-for-subheaders/monitoring-v2-configuration'
+ to: "/v2.8/reference-guides/monitoring-v2-configuration",
+ from: "/v2.8/pages-for-subheaders/monitoring-v2-configuration",
},
{
- to: '/v2.8/how-to-guides/new-user-guides',
- from: '/v2.8/pages-for-subheaders/new-user-guides'
+ to: "/v2.8/how-to-guides/new-user-guides",
+ from: "/v2.8/pages-for-subheaders/new-user-guides",
},
{
- to: '/v2.8/reference-guides/cluster-configuration/downstream-cluster-configuration/node-template-configuration',
- from: '/v2.8/pages-for-subheaders/node-template-configuration'
+ to: "/v2.8/reference-guides/cluster-configuration/downstream-cluster-configuration/node-template-configuration",
+ from: "/v2.8/pages-for-subheaders/node-template-configuration",
},
{
- to: '/v2.8/how-to-guides/new-user-guides/launch-kubernetes-with-rancher/use-new-nodes-in-an-infra-provider/nutanix',
- from: '/v2.8/pages-for-subheaders/nutanix'
+ to: "/v2.8/how-to-guides/new-user-guides/launch-kubernetes-with-rancher/use-new-nodes-in-an-infra-provider/nutanix",
+ from: "/v2.8/pages-for-subheaders/nutanix",
},
{
- to: '/v2.8/getting-started/installation-and-upgrade/other-installation-methods',
- from: '/v2.8/pages-for-subheaders/other-installation-methods'
+ to: "/v2.8/getting-started/installation-and-upgrade/other-installation-methods",
+ from: "/v2.8/pages-for-subheaders/other-installation-methods",
},
{
- to: '/v2.8/how-to-guides/advanced-user-guides/monitoring-alerting-guides/prometheus-federator-guides',
- from: '/v2.8/pages-for-subheaders/prometheus-federator-guides'
+ to: "/v2.8/how-to-guides/advanced-user-guides/monitoring-alerting-guides/prometheus-federator-guides",
+ from: "/v2.8/pages-for-subheaders/prometheus-federator-guides",
},
{
- to: '/v2.8/reference-guides/prometheus-federator',
- from: '/v2.8/pages-for-subheaders/prometheus-federator'
+ to: "/v2.8/reference-guides/prometheus-federator",
+ from: "/v2.8/pages-for-subheaders/prometheus-federator",
},
{
- to: '/v2.8/how-to-guides/new-user-guides/manage-clusters/provisioning-storage-examples',
- from: '/v2.8/pages-for-subheaders/provisioning-storage-examples'
+ to: "/v2.8/how-to-guides/new-user-guides/manage-clusters/provisioning-storage-examples",
+ from: "/v2.8/pages-for-subheaders/provisioning-storage-examples",
},
{
- to: '/v2.8/getting-started/quick-start-guides',
- from: '/v2.8/pages-for-subheaders/quick-start-guides'
+ to: "/v2.8/getting-started/quick-start-guides",
+ from: "/v2.8/pages-for-subheaders/quick-start-guides",
},
{
- to: '/v2.8/getting-started/installation-and-upgrade/other-installation-methods/rancher-behind-an-http-proxy',
- from: '/v2.8/pages-for-subheaders/rancher-behind-an-http-proxy'
+ to: "/v2.8/getting-started/installation-and-upgrade/other-installation-methods/rancher-behind-an-http-proxy",
+ from: "/v2.8/pages-for-subheaders/rancher-behind-an-http-proxy",
},
{
- to: '/v2.8/reference-guides/rancher-security/hardening-guides',
- from: '/v2.8/pages-for-subheaders/rancher-hardening-guides'
+ to: "/v2.8/reference-guides/rancher-security/hardening-guides",
+ from: "/v2.8/pages-for-subheaders/rancher-hardening-guides",
},
{
- to: '/v2.8/reference-guides/best-practices/rancher-managed-clusters',
- from: '/v2.8/pages-for-subheaders/rancher-managed-clusters'
+ to: "/v2.8/reference-guides/best-practices/rancher-managed-clusters",
+ from: "/v2.8/pages-for-subheaders/rancher-managed-clusters",
},
{
- to: '/v2.8/reference-guides/rancher-manager-architecture',
- from: '/v2.8/pages-for-subheaders/rancher-manager-architecture'
+ to: "/v2.8/reference-guides/rancher-manager-architecture",
+ from: "/v2.8/pages-for-subheaders/rancher-manager-architecture",
},
{
- to: '/v2.8/getting-started/installation-and-upgrade/other-installation-methods/rancher-on-a-single-node-with-docker',
- from: '/v2.8/pages-for-subheaders/rancher-on-a-single-node-with-docker'
+ to: "/v2.8/getting-started/installation-and-upgrade/other-installation-methods/rancher-on-a-single-node-with-docker",
+ from: "/v2.8/pages-for-subheaders/rancher-on-a-single-node-with-docker",
},
{
- to: '/v2.8/reference-guides/rancher-security',
- from: '/v2.8/pages-for-subheaders/rancher-security'
+ to: "/v2.8/reference-guides/rancher-security",
+ from: "/v2.8/pages-for-subheaders/rancher-security",
},
{
- to: '/v2.8/reference-guides/cluster-configuration/rancher-server-configuration',
- from: '/v2.8/pages-for-subheaders/rancher-server-configuration'
+ to: "/v2.8/reference-guides/cluster-configuration/rancher-server-configuration",
+ from: "/v2.8/pages-for-subheaders/rancher-server-configuration",
},
{
- to: '/v2.8/reference-guides/best-practices/rancher-server',
- from: '/v2.8/pages-for-subheaders/rancher-server'
+ to: "/v2.8/reference-guides/best-practices/rancher-server",
+ from: "/v2.8/pages-for-subheaders/rancher-server",
},
{
- to: '/v2.8/getting-started/installation-and-upgrade/resources',
- from: '/v2.8/pages-for-subheaders/resources'
+ to: "/v2.8/getting-started/installation-and-upgrade/resources",
+ from: "/v2.8/pages-for-subheaders/resources",
},
{
- to: '/v2.8/reference-guides/rancher-security/hardening-guides/rke1-hardening-guide',
- from: '/v2.8/pages-for-subheaders/rke1-hardening-guide'
+ to: "/v2.8/reference-guides/rancher-security/hardening-guides/rke1-hardening-guide",
+ from: "/v2.8/pages-for-subheaders/rke1-hardening-guide",
},
{
- to: '/v2.8/reference-guides/rancher-security/hardening-guides/rke2-hardening-guide',
- from: '/v2.8/pages-for-subheaders/rke2-hardening-guide'
+ to: "/v2.8/reference-guides/rancher-security/hardening-guides/rke2-hardening-guide",
+ from: "/v2.8/pages-for-subheaders/rke2-hardening-guide",
},
{
- to: '/v2.8/reference-guides/rancher-security/selinux-rpm',
- from: '/v2.8/pages-for-subheaders/selinux-rpm'
+ to: "/v2.8/reference-guides/rancher-security/selinux-rpm",
+ from: "/v2.8/pages-for-subheaders/selinux-rpm",
},
{
- to: '/v2.8/how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/set-up-cloud-providers',
- from: '/v2.8/pages-for-subheaders/set-up-cloud-providers'
+ to: "/v2.8/how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/set-up-cloud-providers",
+ from: "/v2.8/pages-for-subheaders/set-up-cloud-providers",
},
{
- to: '/v2.8/how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/set-up-clusters-from-hosted-kubernetes-providers',
- from: '/v2.8/pages-for-subheaders/set-up-clusters-from-hosted-kubernetes-providers'
+ to: "/v2.8/how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/set-up-clusters-from-hosted-kubernetes-providers",
+ from: "/v2.8/pages-for-subheaders/set-up-clusters-from-hosted-kubernetes-providers",
},
{
- to: '/v2.8/reference-guides/single-node-rancher-in-docker',
- from: '/v2.8/pages-for-subheaders/single-node-rancher-in-docker'
+ to: "/v2.8/reference-guides/single-node-rancher-in-docker",
+ from: "/v2.8/pages-for-subheaders/single-node-rancher-in-docker",
},
{
- to: '/v2.8/reference-guides/cluster-configuration/rancher-server-configuration/use-existing-nodes',
- from: '/v2.8/pages-for-subheaders/use-existing-nodes'
+ to: "/v2.8/reference-guides/cluster-configuration/rancher-server-configuration/use-existing-nodes",
+ from: "/v2.8/pages-for-subheaders/use-existing-nodes",
},
{
- to: '/v2.8/how-to-guides/new-user-guides/launch-kubernetes-with-rancher/use-new-nodes-in-an-infra-provider',
- from: '/v2.8/pages-for-subheaders/use-new-nodes-in-an-infra-provider'
+ to: "/v2.8/how-to-guides/new-user-guides/launch-kubernetes-with-rancher/use-new-nodes-in-an-infra-provider",
+ from: "/v2.8/pages-for-subheaders/use-new-nodes-in-an-infra-provider",
},
{
- to: '/v2.8/how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/use-windows-clusters',
- from: '/v2.8/pages-for-subheaders/use-windows-clusters'
+ to: "/v2.8/how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/use-windows-clusters",
+ from: "/v2.8/pages-for-subheaders/use-windows-clusters",
},
{
- to: '/v2.8/reference-guides/user-settings',
- from: '/v2.8/pages-for-subheaders/user-settings'
+ to: "/v2.8/reference-guides/user-settings",
+ from: "/v2.8/pages-for-subheaders/user-settings",
},
{
- to: '/v2.8/how-to-guides/new-user-guides/launch-kubernetes-with-rancher/use-new-nodes-in-an-infra-provider/vsphere',
- from: '/v2.8/pages-for-subheaders/vsphere'
+ to: "/v2.8/how-to-guides/new-user-guides/launch-kubernetes-with-rancher/use-new-nodes-in-an-infra-provider/vsphere",
+ from: "/v2.8/pages-for-subheaders/vsphere",
},
{
- to: '/v2.8/how-to-guides/new-user-guides/kubernetes-resources-setup/workloads-and-pods',
- from: '/v2.8/pages-for-subheaders/workloads-and-pods'
+ to: "/v2.8/how-to-guides/new-user-guides/kubernetes-resources-setup/workloads-and-pods",
+ from: "/v2.8/pages-for-subheaders/workloads-and-pods",
}, // Redirects for pages-for-subheaders removal [2.8] (end)
- { // Redirects for pages-for-subheaders removal [latest]
- to: '/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/about-provisioning-drivers',
- from: '/pages-for-subheaders/about-provisioning-drivers'
+ {
+ // Redirects for pages-for-subheaders removal [latest]
+ to: "/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/about-provisioning-drivers",
+ from: "/pages-for-subheaders/about-provisioning-drivers",
},
{
- to: '/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/about-rke1-templates',
- from: '/pages-for-subheaders/about-rke1-templates'
+ to: "/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/about-rke1-templates",
+ from: "/pages-for-subheaders/about-rke1-templates",
},
{
- to: '/how-to-guides/new-user-guides/manage-clusters/access-clusters',
- from: '/pages-for-subheaders/access-clusters'
+ to: "/how-to-guides/new-user-guides/manage-clusters/access-clusters",
+ from: "/pages-for-subheaders/access-clusters",
},
{
- to: '/how-to-guides/advanced-user-guides/monitoring-v2-configuration-guides/advanced-configuration',
- from: '/pages-for-subheaders/advanced-configuration'
+ to: "/how-to-guides/advanced-user-guides/monitoring-v2-configuration-guides/advanced-configuration",
+ from: "/pages-for-subheaders/advanced-configuration",
},
{
- to: '/how-to-guides/advanced-user-guides',
- from: '/pages-for-subheaders/advanced-user-guides'
+ to: "/how-to-guides/advanced-user-guides",
+ from: "/pages-for-subheaders/advanced-user-guides",
},
{
- to: '/getting-started/installation-and-upgrade/other-installation-methods/air-gapped-helm-cli-install',
- from: '/pages-for-subheaders/air-gapped-helm-cli-install'
+ to: "/getting-started/installation-and-upgrade/other-installation-methods/air-gapped-helm-cli-install",
+ from: "/pages-for-subheaders/air-gapped-helm-cli-install",
},
{
- to: '/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/authentication-config',
- from: '/pages-for-subheaders/authentication-config'
+ to: "/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/authentication-config",
+ from: "/pages-for-subheaders/authentication-config",
},
{
- to: '/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration',
- from: '/pages-for-subheaders/authentication-permissions-and-global-configuration'
+ to: "/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration",
+ from: "/pages-for-subheaders/authentication-permissions-and-global-configuration",
},
{
- to: '/integrations-in-rancher/cloud-marketplace/aws-cloud-marketplace',
- from: '/pages-for-subheaders/aws-cloud-marketplace'
+ to: "/integrations-in-rancher/cloud-marketplace/aws-cloud-marketplace",
+ from: "/pages-for-subheaders/aws-cloud-marketplace",
},
{
- to: '/how-to-guides/new-user-guides/backup-restore-and-disaster-recovery',
- from: '/pages-for-subheaders/backup-restore-and-disaster-recovery'
+ to: "/how-to-guides/new-user-guides/backup-restore-and-disaster-recovery",
+ from: "/pages-for-subheaders/backup-restore-and-disaster-recovery",
},
{
- to: '/reference-guides/backup-restore-configuration',
- from: '/pages-for-subheaders/backup-restore-configuration'
+ to: "/reference-guides/backup-restore-configuration",
+ from: "/pages-for-subheaders/backup-restore-configuration",
},
{
- to: '/reference-guides/best-practices',
- from: '/pages-for-subheaders/best-practices'
+ to: "/reference-guides/best-practices",
+ from: "/pages-for-subheaders/best-practices",
},
{
- to: '/how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/checklist-for-production-ready-clusters',
- from: '/pages-for-subheaders/checklist-for-production-ready-clusters'
+ to: "/how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/checklist-for-production-ready-clusters",
+ from: "/pages-for-subheaders/checklist-for-production-ready-clusters",
},
{
- to: '/how-to-guides/advanced-user-guides/cis-scan-guides',
- from: '/pages-for-subheaders/cis-scan-guides'
+ to: "/how-to-guides/advanced-user-guides/cis-scan-guides",
+ from: "/pages-for-subheaders/cis-scan-guides",
},
{
- to: '/integrations-in-rancher/cis-scans',
- from: '/pages-for-subheaders/cis-scans'
+ to: "/integrations-in-rancher/cis-scans",
+ from: "/pages-for-subheaders/cis-scans",
},
{
- to: '/reference-guides/cli-with-rancher',
- from: '/pages-for-subheaders/cli-with-rancher'
+ to: "/reference-guides/cli-with-rancher",
+ from: "/pages-for-subheaders/cli-with-rancher",
},
{
- to: '/integrations-in-rancher/cloud-marketplace',
- from: '/pages-for-subheaders/cloud-marketplace'
+ to: "/integrations-in-rancher/cloud-marketplace",
+ from: "/pages-for-subheaders/cloud-marketplace",
},
{
- to: '/reference-guides/cluster-configuration',
- from: '/pages-for-subheaders/cluster-configuration'
+ to: "/reference-guides/cluster-configuration",
+ from: "/pages-for-subheaders/cluster-configuration",
},
{
- to: '/integrations-in-rancher/istio/configuration-options',
- from: '/pages-for-subheaders/configuration-options'
+ to: "/integrations-in-rancher/istio/configuration-options",
+ from: "/pages-for-subheaders/configuration-options",
},
{
- to: '/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/configure-microsoft-ad-federation-service-saml',
- from: '/pages-for-subheaders/configure-microsoft-ad-federation-service-saml'
+ to: "/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/configure-microsoft-ad-federation-service-saml",
+ from: "/pages-for-subheaders/configure-microsoft-ad-federation-service-saml",
},
{
- to: '/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/configure-openldap',
- from: '/pages-for-subheaders/configure-openldap'
+ to: "/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/configure-openldap",
+ from: "/pages-for-subheaders/configure-openldap",
},
{
- to: '/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/configure-shibboleth-saml',
- from: '/pages-for-subheaders/configure-shibboleth-saml'
+ to: "/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/configure-shibboleth-saml",
+ from: "/pages-for-subheaders/configure-shibboleth-saml",
},
{
- to: '/how-to-guides/new-user-guides/manage-clusters/create-kubernetes-persistent-storage',
- from: '/pages-for-subheaders/create-kubernetes-persistent-storage'
+ to: "/how-to-guides/new-user-guides/manage-clusters/create-kubernetes-persistent-storage",
+ from: "/pages-for-subheaders/create-kubernetes-persistent-storage",
},
{
- to: '/integrations-in-rancher/logging/custom-resource-configuration',
- from: '/pages-for-subheaders/custom-resource-configuration'
+ to: "/integrations-in-rancher/logging/custom-resource-configuration",
+ from: "/pages-for-subheaders/custom-resource-configuration",
},
{
- to: '/getting-started/quick-start-guides/deploy-rancher-manager',
- from: '/pages-for-subheaders/deploy-rancher-manager'
+ to: "/getting-started/quick-start-guides/deploy-rancher-manager",
+ from: "/pages-for-subheaders/deploy-rancher-manager",
},
{
- to: '/getting-started/quick-start-guides/deploy-workloads',
- from: '/pages-for-subheaders/deploy-rancher-workloads'
+ to: "/getting-started/quick-start-guides/deploy-workloads",
+ from: "/pages-for-subheaders/deploy-rancher-workloads",
},
{
- to: '/reference-guides/cluster-configuration/downstream-cluster-configuration',
- from: '/pages-for-subheaders/downstream-cluster-configuration'
+ to: "/reference-guides/cluster-configuration/downstream-cluster-configuration",
+ from: "/pages-for-subheaders/downstream-cluster-configuration",
},
{
- to: '/how-to-guides/advanced-user-guides/enable-experimental-features',
- from: '/pages-for-subheaders/enable-experimental-features'
+ to: "/how-to-guides/advanced-user-guides/enable-experimental-features",
+ from: "/pages-for-subheaders/enable-experimental-features",
},
{
- to: '/reference-guides/cluster-configuration/rancher-server-configuration/gke-cluster-configuration',
- from: '/pages-for-subheaders/gke-cluster-configuration'
+ to: "/reference-guides/cluster-configuration/rancher-server-configuration/gke-cluster-configuration",
+ from: "/pages-for-subheaders/gke-cluster-configuration",
},
{
- to: '/how-to-guides/new-user-guides/helm-charts-in-rancher',
- from: '/pages-for-subheaders/helm-charts-in-rancher'
+ to: "/how-to-guides/new-user-guides/helm-charts-in-rancher",
+ from: "/pages-for-subheaders/helm-charts-in-rancher",
},
{
- to: '/how-to-guides/new-user-guides/kubernetes-resources-setup/horizontal-pod-autoscaler',
- from: '/pages-for-subheaders/horizontal-pod-autoscaler'
+ to: "/how-to-guides/new-user-guides/kubernetes-resources-setup/horizontal-pod-autoscaler",
+ from: "/pages-for-subheaders/horizontal-pod-autoscaler",
},
{
- to: '/how-to-guides/new-user-guides/infrastructure-setup',
- from: '/pages-for-subheaders/infrastructure-setup'
+ to: "/how-to-guides/new-user-guides/infrastructure-setup",
+ from: "/pages-for-subheaders/infrastructure-setup",
},
{
- to: '/how-to-guides/new-user-guides/manage-clusters/install-cluster-autoscaler',
- from: '/pages-for-subheaders/install-cluster-autoscaler'
+ to: "/how-to-guides/new-user-guides/manage-clusters/install-cluster-autoscaler",
+ from: "/pages-for-subheaders/install-cluster-autoscaler",
},
{
- to: '/getting-started/installation-and-upgrade/install-upgrade-on-a-kubernetes-cluster',
- from: '/pages-for-subheaders/install-upgrade-on-a-kubernetes-cluster'
+ to: "/getting-started/installation-and-upgrade/install-upgrade-on-a-kubernetes-cluster",
+ from: "/pages-for-subheaders/install-upgrade-on-a-kubernetes-cluster",
},
{
- to: '/getting-started/installation-and-upgrade',
- from: '/pages-for-subheaders/installation-and-upgrade'
+ to: "/getting-started/installation-and-upgrade",
+ from: "/pages-for-subheaders/installation-and-upgrade",
},
{
- to: '/getting-started/installation-and-upgrade/installation-references',
- from: '/pages-for-subheaders/installation-references'
+ to: "/getting-started/installation-and-upgrade/installation-references",
+ from: "/pages-for-subheaders/installation-references",
},
{
- to: '/getting-started/installation-and-upgrade/installation-requirements',
- from: '/pages-for-subheaders/installation-requirements'
+ to: "/getting-started/installation-and-upgrade/installation-requirements",
+ from: "/pages-for-subheaders/installation-requirements",
},
{
- to: '/how-to-guides/advanced-user-guides/istio-setup-guide',
- from: '/pages-for-subheaders/istio-setup-guide'
+ to: "/how-to-guides/advanced-user-guides/istio-setup-guide",
+ from: "/pages-for-subheaders/istio-setup-guide",
},
{
- to: '/integrations-in-rancher/istio',
- from: '/pages-for-subheaders/istio'
+ to: "/integrations-in-rancher/istio",
+ from: "/pages-for-subheaders/istio",
},
{
- to: '/reference-guides/rancher-security/hardening-guides/k3s-hardening-guide',
- from: '/pages-for-subheaders/k3s-hardening-guide'
+ to: "/reference-guides/rancher-security/hardening-guides/k3s-hardening-guide",
+ from: "/pages-for-subheaders/k3s-hardening-guide",
},
{
- to: '/how-to-guides/new-user-guides/kubernetes-cluster-setup',
- from: '/pages-for-subheaders/kubernetes-cluster-setup'
+ to: "/how-to-guides/new-user-guides/kubernetes-cluster-setup",
+ from: "/pages-for-subheaders/kubernetes-cluster-setup",
},
{
- to: '/how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup',
- from: '/pages-for-subheaders/kubernetes-clusters-in-rancher-setup'
+ to: "/how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup",
+ from: "/pages-for-subheaders/kubernetes-clusters-in-rancher-setup",
},
{
- to: '/troubleshooting/kubernetes-components',
- from: '/pages-for-subheaders/kubernetes-components'
+ to: "/troubleshooting/kubernetes-components",
+ from: "/pages-for-subheaders/kubernetes-components",
},
{
- to: '/how-to-guides/new-user-guides/kubernetes-resources-setup',
- from: '/pages-for-subheaders/kubernetes-resources-setup'
+ to: "/how-to-guides/new-user-guides/kubernetes-resources-setup",
+ from: "/pages-for-subheaders/kubernetes-resources-setup",
},
{
- to: '/how-to-guides/new-user-guides/launch-kubernetes-with-rancher',
- from: '/pages-for-subheaders/launch-kubernetes-with-rancher'
+ to: "/how-to-guides/new-user-guides/launch-kubernetes-with-rancher",
+ from: "/pages-for-subheaders/launch-kubernetes-with-rancher",
},
{
- to: '/how-to-guides/new-user-guides/kubernetes-resources-setup/load-balancer-and-ingress-controller',
- from: '/pages-for-subheaders/load-balancer-and-ingress-controller'
+ to: "/how-to-guides/new-user-guides/kubernetes-resources-setup/load-balancer-and-ingress-controller",
+ from: "/pages-for-subheaders/load-balancer-and-ingress-controller",
},
{
- to: '/integrations-in-rancher/logging',
- from: '/pages-for-subheaders/logging'
+ to: "/integrations-in-rancher/logging",
+ from: "/pages-for-subheaders/logging",
},
{
- to: '/reference-guides/cluster-configuration/downstream-cluster-configuration/machine-configuration',
- from: '/pages-for-subheaders/machine-configuration'
+ to: "/reference-guides/cluster-configuration/downstream-cluster-configuration/machine-configuration",
+ from: "/pages-for-subheaders/machine-configuration",
},
{
- to: '/how-to-guides/new-user-guides/manage-clusters',
- from: '/pages-for-subheaders/manage-clusters'
+ to: "/how-to-guides/new-user-guides/manage-clusters",
+ from: "/pages-for-subheaders/manage-clusters",
},
{
- to: '/how-to-guides/advanced-user-guides/manage-projects/manage-project-resource-quotas',
- from: '/pages-for-subheaders/manage-project-resource-quotas'
+ to: "/how-to-guides/advanced-user-guides/manage-projects/manage-project-resource-quotas",
+ from: "/pages-for-subheaders/manage-project-resource-quotas",
},
{
- to: '/how-to-guides/advanced-user-guides/manage-projects',
- from: '/pages-for-subheaders/manage-projects'
+ to: "/how-to-guides/advanced-user-guides/manage-projects",
+ from: "/pages-for-subheaders/manage-projects",
},
{
- to: '/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/manage-role-based-access-control-rbac',
- from: '/pages-for-subheaders/manage-role-based-access-control-rbac'
+ to: "/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/manage-role-based-access-control-rbac",
+ from: "/pages-for-subheaders/manage-role-based-access-control-rbac",
},
{
- to: '/how-to-guides/advanced-user-guides/monitoring-alerting-guides',
- from: '/pages-for-subheaders/monitoring-alerting-guides'
+ to: "/how-to-guides/advanced-user-guides/monitoring-alerting-guides",
+ from: "/pages-for-subheaders/monitoring-alerting-guides",
},
{
- to: '/integrations-in-rancher/monitoring-and-alerting',
- from: '/pages-for-subheaders/monitoring-and-alerting'
+ to: "/integrations-in-rancher/monitoring-and-alerting",
+ from: "/pages-for-subheaders/monitoring-and-alerting",
},
{
- to: '/how-to-guides/advanced-user-guides/monitoring-v2-configuration-guides',
- from: '/pages-for-subheaders/monitoring-v2-configuration-guides'
+ to: "/how-to-guides/advanced-user-guides/monitoring-v2-configuration-guides",
+ from: "/pages-for-subheaders/monitoring-v2-configuration-guides",
},
{
- to: '/reference-guides/monitoring-v2-configuration',
- from: '/pages-for-subheaders/monitoring-v2-configuration'
+ to: "/reference-guides/monitoring-v2-configuration",
+ from: "/pages-for-subheaders/monitoring-v2-configuration",
},
{
- to: '/how-to-guides/new-user-guides',
- from: '/pages-for-subheaders/new-user-guides'
+ to: "/how-to-guides/new-user-guides",
+ from: "/pages-for-subheaders/new-user-guides",
},
{
- to: '/reference-guides/cluster-configuration/downstream-cluster-configuration/node-template-configuration',
- from: '/pages-for-subheaders/node-template-configuration'
+ to: "/reference-guides/cluster-configuration/downstream-cluster-configuration/node-template-configuration",
+ from: "/pages-for-subheaders/node-template-configuration",
},
{
- to: '/how-to-guides/new-user-guides/launch-kubernetes-with-rancher/use-new-nodes-in-an-infra-provider/nutanix',
- from: '/pages-for-subheaders/nutanix'
+ to: "/how-to-guides/new-user-guides/launch-kubernetes-with-rancher/use-new-nodes-in-an-infra-provider/nutanix",
+ from: "/pages-for-subheaders/nutanix",
},
{
- to: '/getting-started/installation-and-upgrade/other-installation-methods',
- from: '/pages-for-subheaders/other-installation-methods'
+ to: "/getting-started/installation-and-upgrade/other-installation-methods",
+ from: "/pages-for-subheaders/other-installation-methods",
},
{
- to: '/how-to-guides/advanced-user-guides/monitoring-alerting-guides/prometheus-federator-guides',
- from: '/pages-for-subheaders/prometheus-federator-guides'
+ to: "/how-to-guides/advanced-user-guides/monitoring-alerting-guides/prometheus-federator-guides",
+ from: "/pages-for-subheaders/prometheus-federator-guides",
},
{
- to: '/reference-guides/prometheus-federator',
- from: '/pages-for-subheaders/prometheus-federator'
+ to: "/reference-guides/prometheus-federator",
+ from: "/pages-for-subheaders/prometheus-federator",
},
{
- to: '/how-to-guides/new-user-guides/manage-clusters/provisioning-storage-examples',
- from: '/pages-for-subheaders/provisioning-storage-examples'
+ to: "/how-to-guides/new-user-guides/manage-clusters/provisioning-storage-examples",
+ from: "/pages-for-subheaders/provisioning-storage-examples",
},
{
- to: '/getting-started/quick-start-guides',
- from: '/pages-for-subheaders/quick-start-guides'
+ to: "/getting-started/quick-start-guides",
+ from: "/pages-for-subheaders/quick-start-guides",
},
{
- to: '/getting-started/installation-and-upgrade/other-installation-methods/rancher-behind-an-http-proxy',
- from: '/pages-for-subheaders/rancher-behind-an-http-proxy'
+ to: "/getting-started/installation-and-upgrade/other-installation-methods/rancher-behind-an-http-proxy",
+ from: "/pages-for-subheaders/rancher-behind-an-http-proxy",
},
{
- to: '/reference-guides/rancher-security/hardening-guides',
- from: '/pages-for-subheaders/rancher-hardening-guides'
+ to: "/reference-guides/rancher-security/hardening-guides",
+ from: "/pages-for-subheaders/rancher-hardening-guides",
},
{
- to: '/reference-guides/best-practices/rancher-managed-clusters',
- from: '/pages-for-subheaders/rancher-managed-clusters'
+ to: "/reference-guides/best-practices/rancher-managed-clusters",
+ from: "/pages-for-subheaders/rancher-managed-clusters",
},
{
- to: '/reference-guides/rancher-manager-architecture',
- from: '/pages-for-subheaders/rancher-manager-architecture'
+ to: "/reference-guides/rancher-manager-architecture",
+ from: "/pages-for-subheaders/rancher-manager-architecture",
},
{
- to: '/getting-started/installation-and-upgrade/other-installation-methods/rancher-on-a-single-node-with-docker',
- from: '/pages-for-subheaders/rancher-on-a-single-node-with-docker'
+ to: "/getting-started/installation-and-upgrade/other-installation-methods/rancher-on-a-single-node-with-docker",
+ from: "/pages-for-subheaders/rancher-on-a-single-node-with-docker",
},
{
- to: '/reference-guides/rancher-security',
- from: '/pages-for-subheaders/rancher-security'
+ to: "/reference-guides/rancher-security",
+ from: "/pages-for-subheaders/rancher-security",
},
{
- to: '/reference-guides/cluster-configuration/rancher-server-configuration',
- from: '/pages-for-subheaders/rancher-server-configuration'
+ to: "/reference-guides/cluster-configuration/rancher-server-configuration",
+ from: "/pages-for-subheaders/rancher-server-configuration",
},
{
- to: '/reference-guides/best-practices/rancher-server',
- from: '/pages-for-subheaders/rancher-server'
+ to: "/reference-guides/best-practices/rancher-server",
+ from: "/pages-for-subheaders/rancher-server",
},
{
- to: '/getting-started/installation-and-upgrade/resources',
- from: '/pages-for-subheaders/resources'
+ to: "/getting-started/installation-and-upgrade/resources",
+ from: "/pages-for-subheaders/resources",
},
{
- to: '/reference-guides/rancher-security/hardening-guides/rke1-hardening-guide',
- from: '/pages-for-subheaders/rke1-hardening-guide'
+ to: "/reference-guides/rancher-security/hardening-guides/rke1-hardening-guide",
+ from: "/pages-for-subheaders/rke1-hardening-guide",
},
{
- to: '/reference-guides/rancher-security/hardening-guides/rke2-hardening-guide',
- from: '/pages-for-subheaders/rke2-hardening-guide'
+ to: "/reference-guides/rancher-security/hardening-guides/rke2-hardening-guide",
+ from: "/pages-for-subheaders/rke2-hardening-guide",
},
{
- to: '/reference-guides/rancher-security/selinux-rpm',
- from: '/pages-for-subheaders/selinux-rpm'
+ to: "/reference-guides/rancher-security/selinux-rpm",
+ from: "/pages-for-subheaders/selinux-rpm",
},
{
- to: '/how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/set-up-cloud-providers',
- from: '/pages-for-subheaders/set-up-cloud-providers'
+ to: "/how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/set-up-cloud-providers",
+ from: "/pages-for-subheaders/set-up-cloud-providers",
},
{
- to: '/how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/set-up-clusters-from-hosted-kubernetes-providers',
- from: '/pages-for-subheaders/set-up-clusters-from-hosted-kubernetes-providers'
+ to: "/how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/set-up-clusters-from-hosted-kubernetes-providers",
+ from: "/pages-for-subheaders/set-up-clusters-from-hosted-kubernetes-providers",
},
{
- to: '/reference-guides/single-node-rancher-in-docker',
- from: '/pages-for-subheaders/single-node-rancher-in-docker'
+ to: "/reference-guides/single-node-rancher-in-docker",
+ from: "/pages-for-subheaders/single-node-rancher-in-docker",
},
{
- to: '/reference-guides/cluster-configuration/rancher-server-configuration/use-existing-nodes',
- from: '/pages-for-subheaders/use-existing-nodes'
+ to: "/reference-guides/cluster-configuration/rancher-server-configuration/use-existing-nodes",
+ from: "/pages-for-subheaders/use-existing-nodes",
},
{
- to: '/how-to-guides/new-user-guides/launch-kubernetes-with-rancher/use-new-nodes-in-an-infra-provider',
- from: '/pages-for-subheaders/use-new-nodes-in-an-infra-provider'
+ to: "/how-to-guides/new-user-guides/launch-kubernetes-with-rancher/use-new-nodes-in-an-infra-provider",
+ from: "/pages-for-subheaders/use-new-nodes-in-an-infra-provider",
},
{
- to: '/how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/use-windows-clusters',
- from: '/pages-for-subheaders/use-windows-clusters'
+ to: "/how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/use-windows-clusters",
+ from: "/pages-for-subheaders/use-windows-clusters",
},
{
- to: '/reference-guides/user-settings',
- from: '/pages-for-subheaders/user-settings'
+ to: "/reference-guides/user-settings",
+ from: "/pages-for-subheaders/user-settings",
},
{
- to: '/how-to-guides/new-user-guides/launch-kubernetes-with-rancher/use-new-nodes-in-an-infra-provider/vsphere',
- from: '/pages-for-subheaders/vsphere'
+ to: "/how-to-guides/new-user-guides/launch-kubernetes-with-rancher/use-new-nodes-in-an-infra-provider/vsphere",
+ from: "/pages-for-subheaders/vsphere",
},
{
- to: '/how-to-guides/new-user-guides/kubernetes-resources-setup/workloads-and-pods',
- from: '/pages-for-subheaders/workloads-and-pods'
+ to: "/how-to-guides/new-user-guides/kubernetes-resources-setup/workloads-and-pods",
+ from: "/pages-for-subheaders/workloads-and-pods",
}, // Redirects for pages-for-subheaders removal [latest] (end)
- { // Redirects for dashboard v2.11 Preview (start)
- to: '/v2.11/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/authentication-config/configure-google-oauth',
- from: '/v2.11/admin-settings/authentication/google',
+ {
+ // Redirects for dashboard v2.11 Preview (start)
+ to: "/v2.11/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/authentication-config/configure-google-oauth",
+ from: "/v2.11/admin-settings/authentication/google",
},
{
- to: '/v2.11/how-to-guides/advanced-user-guides/monitoring-v2-configuration-guides',
- from: '/v2.11/monitoring-alerting/configuration',
+ to: "/v2.11/how-to-guides/advanced-user-guides/monitoring-v2-configuration-guides",
+ from: "/v2.11/monitoring-alerting/configuration",
},
{
- to: '/v2.11/integrations-in-rancher/monitoring-and-alerting',
- from: '/v2.11/monitoring-alerting',
+ to: "/v2.11/integrations-in-rancher/monitoring-and-alerting",
+ from: "/v2.11/monitoring-alerting",
}, // Redirects for dashboard v2.11 Preview (end)
- { // Redirects for dashboard#11114 (start)
- to: '/v2.10/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/authentication-config/configure-google-oauth',
- from: '/v2.10/admin-settings/authentication/google',
+ {
+ // Redirects for dashboard#11114 (start)
+ to: "/v2.10/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/authentication-config/configure-google-oauth",
+ from: "/v2.10/admin-settings/authentication/google",
},
{
- to: '/v2.10/how-to-guides/advanced-user-guides/monitoring-v2-configuration-guides',
- from: '/v2.10/monitoring-alerting/configuration',
+ to: "/v2.10/how-to-guides/advanced-user-guides/monitoring-v2-configuration-guides",
+ from: "/v2.10/monitoring-alerting/configuration",
},
{
- to: '/v2.10/integrations-in-rancher/monitoring-and-alerting',
- from: '/v2.10/monitoring-alerting',
+ to: "/v2.10/integrations-in-rancher/monitoring-and-alerting",
+ from: "/v2.10/monitoring-alerting",
}, // Redirects for dashboard#11114 (end)
- { // Redirects for dashboard#12040 (start)
- to: '/v2.9/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/authentication-config/configure-google-oauth',
- from: '/v2.9/admin-settings/authentication/google',
+ {
+ // Redirects for dashboard#12040 (start)
+ to: "/v2.9/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/authentication-config/configure-google-oauth",
+ from: "/v2.9/admin-settings/authentication/google",
},
{
- to: '/v2.9/how-to-guides/advanced-user-guides/monitoring-v2-configuration-guides',
- from: '/v2.9/monitoring-alerting/configuration',
+ to: "/v2.9/how-to-guides/advanced-user-guides/monitoring-v2-configuration-guides",
+ from: "/v2.9/monitoring-alerting/configuration",
},
{
- to: '/v2.9/integrations-in-rancher/monitoring-and-alerting',
- from: '/v2.9/monitoring-alerting',
+ to: "/v2.9/integrations-in-rancher/monitoring-and-alerting",
+ from: "/v2.9/monitoring-alerting",
}, // Redirects for dashboard#12040 (end)
- { // Redirects for dashboard#9970
- to: '/v2.8/how-to-guides/new-user-guides/launch-kubernetes-with-rancher/rke1-vs-rke2-differences',
- from: '/v2.8/cluster-provisioning/rke-clusters/behavior-differences-between-rke1-and-rke2/'
+ {
+ // Redirects for dashboard#9970
+ to: "/v2.8/how-to-guides/new-user-guides/launch-kubernetes-with-rancher/rke1-vs-rke2-differences",
+ from: "/v2.8/cluster-provisioning/rke-clusters/behavior-differences-between-rke1-and-rke2/",
}, // Redirects for dashboard#9970 (end)
- { // Redirects for restructure from PR #234 (start)
- to: '/faq/general-faq',
- from: '/faq'
+ {
+ // Redirects for restructure from PR #234 (start)
+ to: "/faq/general-faq",
+ from: "/faq",
+ },
+ {
+ to: "/troubleshooting/general-troubleshooting",
+ from: "/troubleshooting",
+ },
+ {
+ to: "/getting-started/overview",
+ from: "/getting-started/introduction/overview",
},
{
- to: '/troubleshooting/general-troubleshooting',
- from: '/troubleshooting'
+ to: "/how-to-guides/advanced-user-guides/enable-experimental-features/rancher-on-arm64",
+ from: "/getting-started/installation-and-upgrade/advanced-options/enable-experimental-features/rancher-on-arm64",
},
{
- to: '/getting-started/overview',
- from: '/getting-started/introduction/overview'
+ to: "/how-to-guides/advanced-user-guides/enable-experimental-features/unsupported-storage-drivers",
+ from: "/getting-started/installation-and-upgrade/advanced-options/enable-experimental-features/unsupported-storage-drivers",
},
{
- to: '/how-to-guides/advanced-user-guides/enable-experimental-features/rancher-on-arm64',
- from: '/getting-started/installation-and-upgrade/advanced-options/enable-experimental-features/rancher-on-arm64'
+ to: "/how-to-guides/advanced-user-guides/enable-experimental-features/istio-traffic-management-features",
+ from: "/getting-started/installation-and-upgrade/advanced-options/enable-experimental-features/istio-traffic-management-features",
},
{
- to: '/how-to-guides/advanced-user-guides/enable-experimental-features/unsupported-storage-drivers',
- from: '/getting-started/installation-and-upgrade/advanced-options/enable-experimental-features/unsupported-storage-drivers'
+ to: "/how-to-guides/advanced-user-guides/enable-experimental-features/continuous-delivery",
+ from: "/getting-started/installation-and-upgrade/advanced-options/enable-experimental-features/continuous-delivery",
},
{
- to: '/how-to-guides/advanced-user-guides/enable-experimental-features/istio-traffic-management-features',
- from: '/getting-started/installation-and-upgrade/advanced-options/enable-experimental-features/istio-traffic-management-features'
+ to: "/getting-started/installation-and-upgrade/installation-references/helm-chart-options",
+ from: "/reference-guides/installation-references/helm-chart-options",
},
{
- to: '/how-to-guides/advanced-user-guides/enable-experimental-features/continuous-delivery',
- from: '/getting-started/installation-and-upgrade/advanced-options/enable-experimental-features/continuous-delivery'
+ to: "/getting-started/installation-and-upgrade/installation-references/tls-settings",
+ from: "/reference-guides/installation-references/tls-settings",
},
{
- to: '/getting-started/installation-and-upgrade/installation-references/helm-chart-options',
- from: '/reference-guides/installation-references/helm-chart-options'
+ to: "/getting-started/installation-and-upgrade/installation-references/feature-flags",
+ from: "/reference-guides/installation-references/feature-flags",
},
{
- to: '/getting-started/installation-and-upgrade/installation-references/tls-settings',
- from: '/reference-guides/installation-references/tls-settings'
+ to: "/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/authentication-config/manage-users-and-groups",
+ from: "/how-to-guides/advanced-user-guides/authentication-permissions-and-global-configuration/about-authentication/authentication-config/manage-users-and-groups",
},
{
- to: '/getting-started/installation-and-upgrade/installation-references/feature-flags',
- from: '/reference-guides/installation-references/feature-flags'
+ to: "/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/authentication-config/create-local-users",
+ from: "/how-to-guides/advanced-user-guides/authentication-permissions-and-global-configuration/about-authentication/authentication-config/create-local-users",
},
{
- to: '/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/authentication-config/manage-users-and-groups',
- from: '/how-to-guides/advanced-user-guides/authentication-permissions-and-global-configuration/about-authentication/authentication-config/manage-users-and-groups'
+ to: "/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/authentication-config/configure-google-oauth",
+ from: "/how-to-guides/advanced-user-guides/authentication-permissions-and-global-configuration/about-authentication/authentication-config/configure-google-oauth",
},
{
- to: '/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/authentication-config/create-local-users',
- from: '/how-to-guides/advanced-user-guides/authentication-permissions-and-global-configuration/about-authentication/authentication-config/create-local-users'
+ to: "/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/authentication-config/configure-active-directory",
+ from: "/how-to-guides/advanced-user-guides/authentication-permissions-and-global-configuration/about-authentication/authentication-config/configure-active-directory",
},
{
- to: '/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/authentication-config/configure-google-oauth',
- from: '/how-to-guides/advanced-user-guides/authentication-permissions-and-global-configuration/about-authentication/authentication-config/configure-google-oauth'
+ to: "/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/authentication-config/configure-freeipa",
+ from: "/how-to-guides/advanced-user-guides/authentication-permissions-and-global-configuration/about-authentication/authentication-config/configure-freeipa",
},
{
- to: '/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/authentication-config/configure-active-directory',
- from: '/how-to-guides/advanced-user-guides/authentication-permissions-and-global-configuration/about-authentication/authentication-config/configure-active-directory'
+ to: "/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/authentication-config/configure-azure-ad",
+ from: "/how-to-guides/advanced-user-guides/authentication-permissions-and-global-configuration/about-authentication/authentication-config/configure-azure-ad",
},
{
- to: '/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/authentication-config/configure-freeipa',
- from: '/how-to-guides/advanced-user-guides/authentication-permissions-and-global-configuration/about-authentication/authentication-config/configure-freeipa'
+ to: "/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/authentication-config/configure-github",
+ from: "/how-to-guides/advanced-user-guides/authentication-permissions-and-global-configuration/about-authentication/authentication-config/configure-github",
},
{
- to: '/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/authentication-config/configure-azure-ad',
- from: '/how-to-guides/advanced-user-guides/authentication-permissions-and-global-configuration/about-authentication/authentication-config/configure-azure-ad'
+ to: "/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/authentication-config/configure-keycloak-oidc",
+ from: "/how-to-guides/advanced-user-guides/authentication-permissions-and-global-configuration/about-authentication/authentication-config/configure-keycloak-oidc",
},
{
- to: '/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/authentication-config/configure-github',
- from: '/how-to-guides/advanced-user-guides/authentication-permissions-and-global-configuration/about-authentication/authentication-config/configure-github'
+ to: "/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/authentication-config/configure-keycloak-saml",
+ from: "/how-to-guides/advanced-user-guides/authentication-permissions-and-global-configuration/about-authentication/authentication-config/configure-keycloak-saml",
},
{
- to: '/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/authentication-config/configure-keycloak-oidc',
- from: '/how-to-guides/advanced-user-guides/authentication-permissions-and-global-configuration/about-authentication/authentication-config/configure-keycloak-oidc'
+ to: "/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/authentication-config/configure-pingidentity",
+ from: "/how-to-guides/advanced-user-guides/authentication-permissions-and-global-configuration/about-authentication/authentication-config/configure-pingidentity",
},
{
- to: '/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/authentication-config/configure-keycloak-saml',
- from: '/how-to-guides/advanced-user-guides/authentication-permissions-and-global-configuration/about-authentication/authentication-config/configure-keycloak-saml'
+ to: "/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/authentication-config/configure-okta-saml",
+ from: "/how-to-guides/advanced-user-guides/authentication-permissions-and-global-configuration/about-authentication/authentication-config/configure-okta-saml",
},
{
- to: '/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/authentication-config/configure-pingidentity',
- from: '/how-to-guides/advanced-user-guides/authentication-permissions-and-global-configuration/about-authentication/authentication-config/configure-pingidentity'
+ to: "/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/configure-microsoft-ad-federation-service-saml/configure-ms-adfs-for-rancher",
+ from: "/how-to-guides/advanced-user-guides/authentication-permissions-and-global-configuration/about-authentication/configure-microsoft-ad-federation-service-saml/configure-ms-adfs-for-rancher",
},
{
- to: '/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/authentication-config/configure-okta-saml',
- from: '/how-to-guides/advanced-user-guides/authentication-permissions-and-global-configuration/about-authentication/authentication-config/configure-okta-saml'
+ to: "/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/configure-microsoft-ad-federation-service-saml/configure-rancher-for-ms-adfs",
+ from: "/how-to-guides/advanced-user-guides/authentication-permissions-and-global-configuration/about-authentication/configure-microsoft-ad-federation-service-saml/configure-rancher-for-ms-adfs",
},
{
- to: '/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/configure-microsoft-ad-federation-service-saml/configure-ms-adfs-for-rancher',
- from: '/how-to-guides/advanced-user-guides/authentication-permissions-and-global-configuration/about-authentication/configure-microsoft-ad-federation-service-saml/configure-ms-adfs-for-rancher'
+ to: "/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/configure-shibboleth-saml/about-group-permissions",
+ from: "/how-to-guides/advanced-user-guides/authentication-permissions-and-global-configuration/about-authentication/configure-shibboleth-saml/about-group-permissions",
},
{
- to: '/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/configure-microsoft-ad-federation-service-saml/configure-rancher-for-ms-adfs',
- from: '/how-to-guides/advanced-user-guides/authentication-permissions-and-global-configuration/about-authentication/configure-microsoft-ad-federation-service-saml/configure-rancher-for-ms-adfs'
+ to: "/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/configure-openldap/openldap-config-reference",
+ from: "/reference-guides/configure-openldap/openldap-config-reference",
},
{
- to: '/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/configure-shibboleth-saml/about-group-permissions',
- from: '/how-to-guides/advanced-user-guides/authentication-permissions-and-global-configuration/about-authentication/configure-shibboleth-saml/about-group-permissions'
+ to: "/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/manage-role-based-access-control-rbac/global-permissions",
+ from: "/how-to-guides/advanced-user-guides/authentication-permissions-and-global-configuration/manage-role-based-access-control-rbac/global-permissions",
},
{
- to: '/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/configure-openldap/openldap-config-reference',
- from: '/reference-guides/configure-openldap/openldap-config-reference'
+ to: "/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/manage-role-based-access-control-rbac/cluster-and-project-roles",
+ from: "/how-to-guides/advanced-user-guides/authentication-permissions-and-global-configuration/manage-role-based-access-control-rbac/cluster-and-project-roles",
},
{
- to: '/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/manage-role-based-access-control-rbac/global-permissions',
- from: '/how-to-guides/advanced-user-guides/authentication-permissions-and-global-configuration/manage-role-based-access-control-rbac/global-permissions'
+ to: "/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/manage-role-based-access-control-rbac/custom-roles",
+ from: "/how-to-guides/advanced-user-guides/authentication-permissions-and-global-configuration/manage-role-based-access-control-rbac/custom-roles",
},
{
- to: '/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/manage-role-based-access-control-rbac/cluster-and-project-roles',
- from: '/how-to-guides/advanced-user-guides/authentication-permissions-and-global-configuration/manage-role-based-access-control-rbac/cluster-and-project-roles'
+ to: "/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/manage-role-based-access-control-rbac/locked-roles",
+ from: "/how-to-guides/advanced-user-guides/authentication-permissions-and-global-configuration/manage-role-based-access-control-rbac/locked-roles",
},
{
- to: '/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/manage-role-based-access-control-rbac/custom-roles',
- from: '/how-to-guides/advanced-user-guides/authentication-permissions-and-global-configuration/manage-role-based-access-control-rbac/custom-roles'
+ to: "/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/about-provisioning-drivers/manage-cluster-drivers",
+ from: "/how-to-guides/advanced-user-guides/authentication-permissions-and-global-configuration/about-provisioning-drivers/manage-cluster-drivers",
},
{
- to: '/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/manage-role-based-access-control-rbac/locked-roles',
- from: '/how-to-guides/advanced-user-guides/authentication-permissions-and-global-configuration/manage-role-based-access-control-rbac/locked-roles'
+ to: "/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/about-provisioning-drivers/manage-node-drivers",
+ from: "/how-to-guides/advanced-user-guides/authentication-permissions-and-global-configuration/about-provisioning-drivers/manage-node-drivers",
},
{
- to: '/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/about-provisioning-drivers/manage-cluster-drivers',
- from: '/how-to-guides/advanced-user-guides/authentication-permissions-and-global-configuration/about-provisioning-drivers/manage-cluster-drivers'
+ to: "/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/about-rke1-templates/creator-permissions",
+ from: "/how-to-guides/advanced-user-guides/authentication-permissions-and-global-configuration/about-rke1-templates/creator-permissions",
},
{
- to: '/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/about-provisioning-drivers/manage-node-drivers',
- from: '/how-to-guides/advanced-user-guides/authentication-permissions-and-global-configuration/about-provisioning-drivers/manage-node-drivers'
+ to: "/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/about-rke1-templates/access-or-share-templates",
+ from: "/how-to-guides/advanced-user-guides/authentication-permissions-and-global-configuration/about-rke1-templates/access-or-share-templates",
},
{
- to: '/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/about-rke1-templates/creator-permissions',
- from: '/how-to-guides/advanced-user-guides/authentication-permissions-and-global-configuration/about-rke1-templates/creator-permissions'
+ to: "/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/about-rke1-templates/manage-rke1-templates",
+ from: "/how-to-guides/advanced-user-guides/authentication-permissions-and-global-configuration/about-rke1-templates/manage-rke1-templates",
},
{
- to: '/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/about-rke1-templates/access-or-share-templates',
- from: '/how-to-guides/advanced-user-guides/authentication-permissions-and-global-configuration/about-rke1-templates/access-or-share-templates'
+ to: "/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/about-rke1-templates/enforce-templates",
+ from: "/how-to-guides/advanced-user-guides/authentication-permissions-and-global-configuration/about-rke1-templates/enforce-templates",
},
{
- to: '/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/about-rke1-templates/manage-rke1-templates',
- from: '/how-to-guides/advanced-user-guides/authentication-permissions-and-global-configuration/about-rke1-templates/manage-rke1-templates'
+ to: "/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/about-rke1-templates/override-template-settings",
+ from: "/how-to-guides/advanced-user-guides/authentication-permissions-and-global-configuration/about-rke1-templates/override-template-settings",
},
{
- to: '/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/about-rke1-templates/enforce-templates',
- from: '/how-to-guides/advanced-user-guides/authentication-permissions-and-global-configuration/about-rke1-templates/enforce-templates'
+ to: "/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/about-rke1-templates/apply-templates",
+ from: "/how-to-guides/advanced-user-guides/authentication-permissions-and-global-configuration/about-rke1-templates/apply-templates",
},
{
- to: '/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/about-rke1-templates/override-template-settings',
- from: '/how-to-guides/advanced-user-guides/authentication-permissions-and-global-configuration/about-rke1-templates/override-template-settings'
+ to: "/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/about-rke1-templates/infrastructure",
+ from: "/how-to-guides/advanced-user-guides/authentication-permissions-and-global-configuration/about-rke1-templates/infrastructure",
},
{
- to: '/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/about-rke1-templates/apply-templates',
- from: '/how-to-guides/advanced-user-guides/authentication-permissions-and-global-configuration/about-rke1-templates/apply-templates'
+ to: "/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/about-rke1-templates/example-use-cases",
+ from: "/how-to-guides/advanced-user-guides/authentication-permissions-and-global-configuration/about-rke1-templates/example-use-cases",
},
{
- to: '/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/about-rke1-templates/infrastructure',
- from: '/how-to-guides/advanced-user-guides/authentication-permissions-and-global-configuration/about-rke1-templates/infrastructure'
+ to: "/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/create-pod-security-policies",
+ from: "/how-to-guides/advanced-user-guides/authentication-permissions-and-global-configuration/create-pod-security-policies",
},
{
- to: '/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/about-rke1-templates/example-use-cases',
- from: '/how-to-guides/advanced-user-guides/authentication-permissions-and-global-configuration/about-rke1-templates/example-use-cases'
+ to: "/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/global-default-private-registry",
+ from: "/how-to-guides/advanced-user-guides/authentication-permissions-and-global-configuration/global-default-private-registry",
},
{
- to: '/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/global-default-private-registry',
- from: '/how-to-guides/advanced-user-guides/authentication-permissions-and-global-configuration/global-default-private-registry'
+ to: "/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/custom-branding",
+ from: "/how-to-guides/advanced-user-guides/authentication-permissions-and-global-configuration/custom-branding",
},
{
- to: '/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/custom-branding',
- from: '/how-to-guides/advanced-user-guides/authentication-permissions-and-global-configuration/custom-branding'
+ to: "/how-to-guides/new-user-guides/manage-clusters/access-clusters/use-kubectl-and-kubeconfig",
+ from: "/how-to-guides/advanced-user-guides/manage-clusters/access-clusters/use-kubectl-and-kubeconfig",
},
{
- to: '/how-to-guides/new-user-guides/manage-clusters/access-clusters/use-kubectl-and-kubeconfig',
- from: '/how-to-guides/advanced-user-guides/manage-clusters/access-clusters/use-kubectl-and-kubeconfig'
+ to: "/how-to-guides/new-user-guides/manage-clusters/access-clusters/authorized-cluster-endpoint",
+ from: "/how-to-guides/advanced-user-guides/manage-clusters/access-clusters/authorized-cluster-endpoint",
},
{
- to: '/how-to-guides/new-user-guides/manage-clusters/access-clusters/authorized-cluster-endpoint',
- from: '/how-to-guides/advanced-user-guides/manage-clusters/access-clusters/authorized-cluster-endpoint'
+ to: "/how-to-guides/new-user-guides/manage-clusters/access-clusters/add-users-to-clusters",
+ from: "/how-to-guides/advanced-user-guides/manage-clusters/access-clusters/add-users-to-clusters",
},
{
- to: '/how-to-guides/new-user-guides/manage-clusters/access-clusters/add-users-to-clusters',
- from: '/how-to-guides/advanced-user-guides/manage-clusters/access-clusters/add-users-to-clusters'
+ to: "/how-to-guides/new-user-guides/manage-clusters/install-cluster-autoscaler/use-aws-ec2-auto-scaling-groups",
+ from: "/how-to-guides/advanced-user-guides/manage-clusters/install-cluster-autoscaler/use-aws-ec2-auto-scaling-groups",
},
{
- to: '/how-to-guides/new-user-guides/manage-clusters/install-cluster-autoscaler/use-aws-ec2-auto-scaling-groups',
- from: '/how-to-guides/advanced-user-guides/manage-clusters/install-cluster-autoscaler/use-aws-ec2-auto-scaling-groups'
+ to: "/how-to-guides/new-user-guides/manage-clusters/create-kubernetes-persistent-storage/manage-persistent-storage/about-persistent-storage",
+ from: "/how-to-guides/advanced-user-guides/manage-clusters/create-kubernetes-persistent-storage/manage-persistent-storage/about-persistent-storage",
},
{
- to: '/how-to-guides/new-user-guides/manage-clusters/create-kubernetes-persistent-storage/manage-persistent-storage/about-persistent-storage',
- from: '/how-to-guides/advanced-user-guides/manage-clusters/create-kubernetes-persistent-storage/manage-persistent-storage/about-persistent-storage'
+ to: "/how-to-guides/new-user-guides/manage-clusters/create-kubernetes-persistent-storage/manage-persistent-storage/set-up-existing-storage",
+ from: "/how-to-guides/advanced-user-guides/manage-clusters/create-kubernetes-persistent-storage/manage-persistent-storage/set-up-existing-storage",
},
{
- to: '/how-to-guides/new-user-guides/manage-clusters/create-kubernetes-persistent-storage/manage-persistent-storage/set-up-existing-storage',
- from: '/how-to-guides/advanced-user-guides/manage-clusters/create-kubernetes-persistent-storage/manage-persistent-storage/set-up-existing-storage'
+ to: "/how-to-guides/new-user-guides/manage-clusters/create-kubernetes-persistent-storage/manage-persistent-storage/dynamically-provision-new-storage",
+ from: "/how-to-guides/advanced-user-guides/manage-clusters/create-kubernetes-persistent-storage/manage-persistent-storage/dynamically-provision-new-storage",
},
{
- to: '/how-to-guides/new-user-guides/manage-clusters/create-kubernetes-persistent-storage/manage-persistent-storage/dynamically-provision-new-storage',
- from: '/how-to-guides/advanced-user-guides/manage-clusters/create-kubernetes-persistent-storage/manage-persistent-storage/dynamically-provision-new-storage'
+ to: "/how-to-guides/new-user-guides/manage-clusters/create-kubernetes-persistent-storage/manage-persistent-storage/use-external-ceph-driver",
+ from: "/how-to-guides/advanced-user-guides/manage-clusters/create-kubernetes-persistent-storage/manage-persistent-storage/use-external-ceph-driver",
},
{
- to: '/how-to-guides/new-user-guides/manage-clusters/create-kubernetes-persistent-storage/manage-persistent-storage/use-external-ceph-driver',
- from: '/how-to-guides/advanced-user-guides/manage-clusters/create-kubernetes-persistent-storage/manage-persistent-storage/use-external-ceph-driver'
+ to: "/how-to-guides/new-user-guides/manage-clusters/create-kubernetes-persistent-storage/manage-persistent-storage/about-glusterfs-volumes",
+ from: "/how-to-guides/advanced-user-guides/manage-clusters/create-kubernetes-persistent-storage/manage-persistent-storage/about-glusterfs-volumes",
},
{
- to: '/how-to-guides/new-user-guides/manage-clusters/create-kubernetes-persistent-storage/manage-persistent-storage/about-glusterfs-volumes',
- from: '/how-to-guides/advanced-user-guides/manage-clusters/create-kubernetes-persistent-storage/manage-persistent-storage/about-glusterfs-volumes'
+ to: "/how-to-guides/new-user-guides/manage-clusters/create-kubernetes-persistent-storage/manage-persistent-storage/install-iscsi-volumes",
+ from: "/how-to-guides/advanced-user-guides/manage-clusters/create-kubernetes-persistent-storage/manage-persistent-storage/install-iscsi-volumes",
},
{
- to: '/how-to-guides/new-user-guides/manage-clusters/create-kubernetes-persistent-storage/manage-persistent-storage/install-iscsi-volumes',
- from: '/how-to-guides/advanced-user-guides/manage-clusters/create-kubernetes-persistent-storage/manage-persistent-storage/install-iscsi-volumes'
+ to: "/how-to-guides/new-user-guides/manage-clusters/provisioning-storage-examples/persistent-storage-in-amazon-ebs",
+ from: "/how-to-guides/advanced-user-guides/manage-clusters/create-kubernetes-persistent-storage/provisioning-storage-examples/persistent-storage-in-amazon-ebs",
},
{
- to: '/how-to-guides/new-user-guides/manage-clusters/provisioning-storage-examples/persistent-storage-in-amazon-ebs',
- from: '/how-to-guides/advanced-user-guides/manage-clusters/create-kubernetes-persistent-storage/provisioning-storage-examples/persistent-storage-in-amazon-ebs'
+ to: "/how-to-guides/new-user-guides/manage-clusters/provisioning-storage-examples/nfs-storage",
+ from: "/how-to-guides/advanced-user-guides/manage-clusters/create-kubernetes-persistent-storage/provisioning-storage-examples/nfs-storage",
},
{
- to: '/how-to-guides/new-user-guides/manage-clusters/provisioning-storage-examples/nfs-storage',
- from: '/how-to-guides/advanced-user-guides/manage-clusters/create-kubernetes-persistent-storage/provisioning-storage-examples/nfs-storage'
+ to: "/how-to-guides/new-user-guides/manage-clusters/provisioning-storage-examples/vsphere-storage",
+ from: "/how-to-guides/advanced-user-guides/manage-clusters/create-kubernetes-persistent-storage/provisioning-storage-examples/vsphere-storage",
},
{
- to: '/how-to-guides/new-user-guides/manage-clusters/provisioning-storage-examples/vsphere-storage',
- from: '/how-to-guides/advanced-user-guides/manage-clusters/create-kubernetes-persistent-storage/provisioning-storage-examples/vsphere-storage'
+ to: "/how-to-guides/new-user-guides/manage-clusters/projects-and-namespaces",
+ from: "/how-to-guides/advanced-user-guides/manage-clusters/projects-and-namespaces",
},
{
- to: '/how-to-guides/new-user-guides/manage-clusters/projects-and-namespaces',
- from: '/how-to-guides/advanced-user-guides/manage-clusters/projects-and-namespaces'
+ to: "/how-to-guides/new-user-guides/manage-clusters/rotate-certificates",
+ from: "/how-to-guides/advanced-user-guides/manage-clusters/rotate-certificates",
},
{
- to: '/how-to-guides/new-user-guides/manage-clusters/rotate-certificates',
- from: '/how-to-guides/advanced-user-guides/manage-clusters/rotate-certificates'
+ to: "/how-to-guides/new-user-guides/manage-clusters/rotate-encryption-key",
+ from: "/how-to-guides/advanced-user-guides/manage-clusters/rotate-encryption-key",
},
{
- to: '/how-to-guides/new-user-guides/manage-clusters/rotate-encryption-key',
- from: '/how-to-guides/advanced-user-guides/manage-clusters/rotate-encryption-key'
+ to: "/how-to-guides/new-user-guides/manage-clusters/manage-cluster-templates",
+ from: [
+ "/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/manage-cluster-templates",
+ "/how-to-guides/advanced-user-guides/authentication-permissions-and-global-configuration/manage-cluster-templates",
+ ],
},
{
- to: '/how-to-guides/new-user-guides/manage-clusters/manage-cluster-templates',
- from: ['/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/manage-cluster-templates', '/how-to-guides/advanced-user-guides/authentication-permissions-and-global-configuration/manage-cluster-templates']
+ to: "/how-to-guides/new-user-guides/manage-clusters/nodes-and-node-pools",
+ from: "/how-to-guides/advanced-user-guides/manage-clusters/nodes-and-node-pools",
},
{
- to: '/how-to-guides/new-user-guides/manage-clusters/nodes-and-node-pools',
- from: '/how-to-guides/advanced-user-guides/manage-clusters/nodes-and-node-pools'
+ to: "/how-to-guides/new-user-guides/manage-clusters/clean-cluster-nodes",
+ from: "/how-to-guides/advanced-user-guides/manage-clusters/clean-cluster-nodes",
},
{
- to: '/how-to-guides/new-user-guides/manage-clusters/clean-cluster-nodes',
- from: '/how-to-guides/advanced-user-guides/manage-clusters/clean-cluster-nodes'
+ to: "/how-to-guides/new-user-guides/manage-clusters/add-a-pod-security-policy",
+ from: "/how-to-guides/advanced-user-guides/manage-clusters/add-a-pod-security-policy",
},
{
- to: '/how-to-guides/new-user-guides/launch-kubernetes-with-rancher/use-new-nodes-in-an-infra-provider/create-an-amazon-ec2-cluster',
- from: '/how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/launch-kubernetes-with-rancher/use-new-nodes-in-an-infra-provider/create-an-amazon-ec2-cluster'
+ to: "/how-to-guides/new-user-guides/manage-clusters/assign-pod-security-policies",
+ from: "/how-to-guides/advanced-user-guides/manage-clusters/assign-pod-security-policies",
},
{
- to: '/how-to-guides/new-user-guides/launch-kubernetes-with-rancher/use-new-nodes-in-an-infra-provider/create-a-digitalocean-cluster',
- from: '/how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/launch-kubernetes-with-rancher/use-new-nodes-in-an-infra-provider/create-a-digitalocean-cluster'
+ to: "/how-to-guides/new-user-guides/launch-kubernetes-with-rancher/use-new-nodes-in-an-infra-provider/create-an-amazon-ec2-cluster",
+ from: "/how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/launch-kubernetes-with-rancher/use-new-nodes-in-an-infra-provider/create-an-amazon-ec2-cluster",
},
{
- to: '/how-to-guides/new-user-guides/launch-kubernetes-with-rancher/use-new-nodes-in-an-infra-provider/create-an-azure-cluster',
- from: '/how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/launch-kubernetes-with-rancher/use-new-nodes-in-an-infra-provider/create-an-azure-cluster'
+ to: "/how-to-guides/new-user-guides/launch-kubernetes-with-rancher/use-new-nodes-in-an-infra-provider/create-a-digitalocean-cluster",
+ from: "/how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/launch-kubernetes-with-rancher/use-new-nodes-in-an-infra-provider/create-a-digitalocean-cluster",
},
{
- to: '/how-to-guides/new-user-guides/launch-kubernetes-with-rancher/use-new-nodes-in-an-infra-provider/vsphere/provision-kubernetes-clusters-in-vsphere',
- from: '/how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/launch-kubernetes-with-rancher/use-new-nodes-in-an-infra-provider/vsphere/provision-kubernetes-clusters-in-vsphere'
+ to: "/how-to-guides/new-user-guides/launch-kubernetes-with-rancher/use-new-nodes-in-an-infra-provider/create-an-azure-cluster",
+ from: "/how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/launch-kubernetes-with-rancher/use-new-nodes-in-an-infra-provider/create-an-azure-cluster",
},
{
- to: '/how-to-guides/new-user-guides/launch-kubernetes-with-rancher/use-new-nodes-in-an-infra-provider/vsphere/create-credentials',
- from: '/how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/launch-kubernetes-with-rancher/use-new-nodes-in-an-infra-provider/vsphere/create-credentials'
+ to: "/how-to-guides/new-user-guides/launch-kubernetes-with-rancher/use-new-nodes-in-an-infra-provider/vsphere/provision-kubernetes-clusters-in-vsphere",
+ from: "/how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/launch-kubernetes-with-rancher/use-new-nodes-in-an-infra-provider/vsphere/provision-kubernetes-clusters-in-vsphere",
},
{
- to: '/how-to-guides/new-user-guides/launch-kubernetes-with-rancher/use-new-nodes-in-an-infra-provider/vsphere/create-a-vm-template',
- from: '/how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/launch-kubernetes-with-rancher/use-new-nodes-in-an-infra-provider/vsphere/create-a-vm-template'
+ to: "/how-to-guides/new-user-guides/launch-kubernetes-with-rancher/use-new-nodes-in-an-infra-provider/vsphere/create-credentials",
+ from: "/how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/launch-kubernetes-with-rancher/use-new-nodes-in-an-infra-provider/vsphere/create-credentials",
},
{
- to: '/how-to-guides/new-user-guides/launch-kubernetes-with-rancher/use-new-nodes-in-an-infra-provider/nutanix/provision-kubernetes-clusters-in-aos',
- from: '/how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/launch-kubernetes-with-rancher/use-new-nodes-in-an-infra-provider/nutanix/provision-kubernetes-clusters-in-aos'
+ to: "/how-to-guides/new-user-guides/launch-kubernetes-with-rancher/use-new-nodes-in-an-infra-provider/vsphere/create-a-vm-template",
+ from: "/how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/launch-kubernetes-with-rancher/use-new-nodes-in-an-infra-provider/vsphere/create-a-vm-template",
},
{
- to: '/how-to-guides/new-user-guides/launch-kubernetes-with-rancher/rke1-vs-rke2-differences',
- from: '/how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/launch-kubernetes-with-rancher/rke1-vs-rke2-differences'
+ to: "/how-to-guides/new-user-guides/launch-kubernetes-with-rancher/use-new-nodes-in-an-infra-provider/nutanix/provision-kubernetes-clusters-in-aos",
+ from: "/how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/launch-kubernetes-with-rancher/use-new-nodes-in-an-infra-provider/nutanix/provision-kubernetes-clusters-in-aos",
},
{
- to: '/how-to-guides/new-user-guides/launch-kubernetes-with-rancher/about-rancher-agents',
- from: '/how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/launch-kubernetes-with-rancher/about-rancher-agents'
+ to: "/how-to-guides/new-user-guides/launch-kubernetes-with-rancher/rke1-vs-rke2-differences",
+ from: "/how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/launch-kubernetes-with-rancher/rke1-vs-rke2-differences",
},
{
- to: '/how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/use-windows-clusters/azure-storageclass-configuration',
- from: '/how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/launch-kubernetes-with-rancher/use-windows-clusters/azure-storageclass-configuration'
+ to: "/how-to-guides/new-user-guides/launch-kubernetes-with-rancher/about-rancher-agents",
+ from: "/how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/launch-kubernetes-with-rancher/about-rancher-agents",
},
{
- to: '/how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/use-windows-clusters/windows-linux-cluster-feature-parity',
- from: '/how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/launch-kubernetes-with-rancher/use-windows-clusters/windows-linux-cluster-feature-parity'
+ to: "/how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/use-windows-clusters/azure-storageclass-configuration",
+ from: "/how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/launch-kubernetes-with-rancher/use-windows-clusters/azure-storageclass-configuration",
},
{
- to: '/how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/use-windows-clusters/network-requirements-for-host-gateway',
- from: '/how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/launch-kubernetes-with-rancher/use-windows-clusters/network-requirements-for-host-gateway'
+ to: "/how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/use-windows-clusters/windows-linux-cluster-feature-parity",
+ from: "/how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/launch-kubernetes-with-rancher/use-windows-clusters/windows-linux-cluster-feature-parity",
},
{
- to: '/how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/use-windows-clusters/workload-migration-guidance',
- from: '/how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/launch-kubernetes-with-rancher/use-windows-clusters/workload-migration-guidance'
+ to: "/how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/use-windows-clusters/network-requirements-for-host-gateway",
+ from: "/how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/launch-kubernetes-with-rancher/use-windows-clusters/network-requirements-for-host-gateway",
},
{
- to: '/how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/set-up-cloud-providers/amazon',
- from: '/how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/launch-kubernetes-with-rancher/set-up-cloud-providers/other-cloud-providers/amazon'
+ to: "/how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/use-windows-clusters/workload-migration-guidance",
+ from: "/how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/launch-kubernetes-with-rancher/use-windows-clusters/workload-migration-guidance",
},
{
- to: '/how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/migrate-to-an-out-of-tree-cloud-provider/migrate-to-out-of-tree-amazon',
- from: '/how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/set-up-cloud-providers/migrate-to-out-of-tree-amazon'
+ to: "/how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/set-up-cloud-providers/amazon",
+ from: "/how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/launch-kubernetes-with-rancher/set-up-cloud-providers/other-cloud-providers/amazon",
},
{
- to: '/how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/set-up-cloud-providers/azure',
- from: '/how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/launch-kubernetes-with-rancher/set-up-cloud-providers/other-cloud-providers/azure'
+ to: "/how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/migrate-to-an-out-of-tree-cloud-provider/migrate-to-out-of-tree-amazon",
+ from: "/how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/set-up-cloud-providers/migrate-to-out-of-tree-amazon",
},
{
- to: '/how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/set-up-cloud-providers/google-compute-engine',
- from: '/how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/launch-kubernetes-with-rancher/set-up-cloud-providers/other-cloud-providers/google-compute-engine'
+ to: "/how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/set-up-cloud-providers/azure",
+ from: "/how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/launch-kubernetes-with-rancher/set-up-cloud-providers/other-cloud-providers/azure",
},
{
- to: '/how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/set-up-cloud-providers/configure-in-tree-vsphere',
- from: '/how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/launch-kubernetes-with-rancher/set-up-cloud-providers/vsphere/configure-in-tree-vsphere'
+ to: "/how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/set-up-cloud-providers/google-compute-engine",
+ from: "/how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/launch-kubernetes-with-rancher/set-up-cloud-providers/other-cloud-providers/google-compute-engine",
},
{
- to: '/how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/set-up-cloud-providers/configure-out-of-tree-vsphere',
- from: '/how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/launch-kubernetes-with-rancher/set-up-cloud-providers/vsphere/configure-out-of-tree-vsphere'
+ to: "/how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/set-up-cloud-providers/configure-in-tree-vsphere",
+ from: "/how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/launch-kubernetes-with-rancher/set-up-cloud-providers/vsphere/configure-in-tree-vsphere",
},
{
- to: '/how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/migrate-to-an-out-of-tree-cloud-provider/migrate-to-out-of-tree-vsphere',
- from: '/how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/launch-kubernetes-with-rancher/set-up-cloud-providers/vsphere/migrate-from-in-tree-to-out-of-tree'
+ to: "/how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/set-up-cloud-providers/configure-out-of-tree-vsphere",
+ from: "/how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/launch-kubernetes-with-rancher/set-up-cloud-providers/vsphere/configure-out-of-tree-vsphere",
},
{
- to: '/how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/migrate-to-an-out-of-tree-cloud-provider/migrate-to-out-of-tree-vsphere',
- from: '/how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/set-up-cloud-providers/migrate-to-out-of-tree-vsphere',
+ to: "/how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/migrate-to-an-out-of-tree-cloud-provider/migrate-to-out-of-tree-vsphere",
+ from: "/how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/launch-kubernetes-with-rancher/set-up-cloud-providers/vsphere/migrate-from-in-tree-to-out-of-tree",
},
- { to: '/how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/migrate-to-an-out-of-tree-cloud-provider/migrate-to-out-of-tree-vsphere',
- from: '/how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/set-up-cloud-providers/migrate-from-in-tree-to-out-of-tree'
+ {
+ to: "/how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/migrate-to-an-out-of-tree-cloud-provider/migrate-to-out-of-tree-vsphere",
+ from: "/how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/set-up-cloud-providers/migrate-to-out-of-tree-vsphere",
+ },
+ {
+ to: "/how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/migrate-to-an-out-of-tree-cloud-provider/migrate-to-out-of-tree-vsphere",
+ from: "/how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/set-up-cloud-providers/migrate-from-in-tree-to-out-of-tree",
+ },
+ {
+ to: "/how-to-guides/new-user-guides/add-users-to-projects",
+ from: "/how-to-guides/advanced-user-guides/manage-projects/add-users-to-projects",
},
{
- to: '/how-to-guides/new-user-guides/add-users-to-projects',
- from: '/how-to-guides/advanced-user-guides/manage-projects/add-users-to-projects'
+ to: "/how-to-guides/new-user-guides/manage-namespaces",
+ from: "/how-to-guides/advanced-user-guides/manage-projects/manage-namespaces",
},
{
- to: '/how-to-guides/new-user-guides/manage-namespaces',
- from: '/how-to-guides/advanced-user-guides/manage-projects/manage-namespaces'
+ to: "/how-to-guides/advanced-user-guides/open-ports-with-firewalld",
+ from: "/getting-started/installation-and-upgrade/advanced-options/advanced-use-cases/open-ports-with-firewalld",
},
{
- to: '/how-to-guides/advanced-user-guides/open-ports-with-firewalld',
- from: '/getting-started/installation-and-upgrade/advanced-options/advanced-use-cases/open-ports-with-firewalld'
+ to: "/how-to-guides/advanced-user-guides/tune-etcd-for-large-installs",
+ from: "/getting-started/installation-and-upgrade/advanced-options/advanced-use-cases/tune-etcd-for-large-installs",
},
{
- to: '/how-to-guides/advanced-user-guides/tune-etcd-for-large-installs',
- from: '/getting-started/installation-and-upgrade/advanced-options/advanced-use-cases/tune-etcd-for-large-installs'
+ to: "/how-to-guides/advanced-user-guides/enable-api-audit-log",
+ from: "/getting-started/installation-and-upgrade/advanced-options/advanced-use-cases/enable-api-audit-log",
},
{
- to: '/how-to-guides/advanced-user-guides/enable-api-audit-log',
- from: '/getting-started/installation-and-upgrade/advanced-options/advanced-use-cases/enable-api-audit-log'
+ to: "/how-to-guides/advanced-user-guides/configure-layer-7-nginx-load-balancer",
+ from: "/getting-started/installation-and-upgrade/advanced-options/advanced-use-cases/configure-layer-7-nginx-load-balancer",
},
{
- to: '/how-to-guides/advanced-user-guides/configure-layer-7-nginx-load-balancer',
- from: '/getting-started/installation-and-upgrade/advanced-options/advanced-use-cases/configure-layer-7-nginx-load-balancer'
+ to: "/integrations-in-rancher/cloud-marketplace/aws-cloud-marketplace/adapter-requirements",
+ from: "/explanations/integrations-in-rancher/cloud-marketplace/aws-cloud-marketplace/adapter-requirements",
},
{
- to: '/integrations-in-rancher/cloud-marketplace/aws-cloud-marketplace/adapter-requirements',
- from: '/explanations/integrations-in-rancher/cloud-marketplace/aws-cloud-marketplace/adapter-requirements'
+ to: "/integrations-in-rancher/cloud-marketplace/aws-cloud-marketplace/install-adapter",
+ from: "/explanations/integrations-in-rancher/cloud-marketplace/aws-cloud-marketplace/install-adapter",
},
{
- to: '/integrations-in-rancher/cloud-marketplace/aws-cloud-marketplace/install-adapter',
- from: '/explanations/integrations-in-rancher/cloud-marketplace/aws-cloud-marketplace/install-adapter'
+ to: "/integrations-in-rancher/cloud-marketplace/aws-cloud-marketplace/uninstall-adapter",
+ from: "/explanations/integrations-in-rancher/cloud-marketplace/aws-cloud-marketplace/uninstall-adapter",
},
{
- to: '/integrations-in-rancher/cloud-marketplace/aws-cloud-marketplace/uninstall-adapter',
- from: '/explanations/integrations-in-rancher/cloud-marketplace/aws-cloud-marketplace/uninstall-adapter'
+ to: "/integrations-in-rancher/cloud-marketplace/aws-cloud-marketplace/common-issues",
+ from: "/explanations/integrations-in-rancher/cloud-marketplace/aws-cloud-marketplace/common-issues",
},
{
- to: '/integrations-in-rancher/cloud-marketplace/aws-cloud-marketplace/common-issues',
- from: '/explanations/integrations-in-rancher/cloud-marketplace/aws-cloud-marketplace/common-issues'
+ to: "/integrations-in-rancher/cloud-marketplace/supportconfig",
+ from: "/explanations/integrations-in-rancher/cloud-marketplace/supportconfig",
},
{
- to: '/integrations-in-rancher/cloud-marketplace/supportconfig',
- from: '/explanations/integrations-in-rancher/cloud-marketplace/supportconfig'
+ to: "/integrations-in-rancher/cis-scans/configuration-reference",
+ from: "/explanations/integrations-in-rancher/cis-scans/configuration-reference",
},
{
- to: '/integrations-in-rancher/cis-scans/configuration-reference',
- from: '/explanations/integrations-in-rancher/cis-scans/configuration-reference'
+ to: "/integrations-in-rancher/cis-scans/rbac-for-cis-scans",
+ from: "/explanations/integrations-in-rancher/cis-scans/rbac-for-cis-scans",
},
{
- to: '/integrations-in-rancher/cis-scans/rbac-for-cis-scans',
- from: '/explanations/integrations-in-rancher/cis-scans/rbac-for-cis-scans'
+ to: "/integrations-in-rancher/cis-scans/skipped-and-not-applicable-tests",
+ from: "/explanations/integrations-in-rancher/cis-scans/skipped-and-not-applicable-tests",
},
{
- to: '/integrations-in-rancher/cis-scans/skipped-and-not-applicable-tests',
- from: '/explanations/integrations-in-rancher/cis-scans/skipped-and-not-applicable-tests'
+ to: "/integrations-in-rancher/cis-scans/custom-benchmark",
+ from: "/explanations/integrations-in-rancher/cis-scans/custom-benchmark",
},
{
- to: '/integrations-in-rancher/cis-scans/custom-benchmark',
- from: '/explanations/integrations-in-rancher/cis-scans/custom-benchmark'
+ to: "/integrations-in-rancher/fleet/architecture",
+ from: "/explanations/integrations-in-rancher/fleet-gitops-at-scale/architecture",
},
{
- to: '/integrations-in-rancher/fleet/architecture',
- from: '/explanations/integrations-in-rancher/fleet-gitops-at-scale/architecture'
+ to: "/integrations-in-rancher/fleet/windows-support",
+ from: "/explanations/integrations-in-rancher/fleet-gitops-at-scale/windows-support",
},
{
- to: '/integrations-in-rancher/fleet/windows-support',
- from: '/explanations/integrations-in-rancher/fleet-gitops-at-scale/windows-support'
+ to: "/integrations-in-rancher/fleet/use-fleet-behind-a-proxy",
+ from: "/explanations/integrations-in-rancher/fleet-gitops-at-scale/use-fleet-behind-a-proxy",
},
{
- to: '/integrations-in-rancher/fleet/use-fleet-behind-a-proxy',
- from: '/explanations/integrations-in-rancher/fleet-gitops-at-scale/use-fleet-behind-a-proxy'
+ to: "/integrations-in-rancher/harvester",
+ from: "/explanations/integrations-in-rancher/harvester",
},
{
- to: '/integrations-in-rancher/harvester',
- from: '/explanations/integrations-in-rancher/harvester'
+ to: "/integrations-in-rancher/istio/cpu-and-memory-allocations",
+ from: "/explanations/integrations-in-rancher/istio/cpu-and-memory-allocations",
},
{
- to: '/integrations-in-rancher/istio/cpu-and-memory-allocations',
- from: '/explanations/integrations-in-rancher/istio/cpu-and-memory-allocations'
+ to: "/integrations-in-rancher/istio/rbac-for-istio",
+ from: "/explanations/integrations-in-rancher/istio/rbac-for-istio",
},
{
- to: '/integrations-in-rancher/istio/rbac-for-istio',
- from: '/explanations/integrations-in-rancher/istio/rbac-for-istio'
+ to: "/integrations-in-rancher/istio/disable-istio",
+ from: "/explanations/integrations-in-rancher/istio/disable-istio",
},
{
- to: '/integrations-in-rancher/istio/disable-istio',
- from: '/explanations/integrations-in-rancher/istio/disable-istio'
+ to: "/integrations-in-rancher/istio/configuration-options/pod-security-policies",
+ from: "/explanations/integrations-in-rancher/istio/configuration-options/pod-security-policies",
},
{
- to: '/integrations-in-rancher/istio/configuration-options/selectors-and-scrape-configurations',
- from: '/explanations/integrations-in-rancher/istio/configuration-options/selectors-and-scrape-configurations'
+ to: "/integrations-in-rancher/istio/configuration-options/selectors-and-scrape-configurations",
+ from: "/explanations/integrations-in-rancher/istio/configuration-options/selectors-and-scrape-configurations",
},
{
- to: '/integrations-in-rancher/istio/configuration-options/install-istio-on-rke2-cluster',
- from: '/explanations/integrations-in-rancher/istio/configuration-options/install-istio-on-rke2-cluster'
+ to: "/integrations-in-rancher/istio/configuration-options/install-istio-on-rke2-cluster",
+ from: "/explanations/integrations-in-rancher/istio/configuration-options/install-istio-on-rke2-cluster",
},
{
- to: '/integrations-in-rancher/istio/configuration-options/project-network-isolation',
- from: '/explanations/integrations-in-rancher/istio/configuration-options/project-network-isolation'
+ to: "/integrations-in-rancher/istio/configuration-options/project-network-isolation",
+ from: "/explanations/integrations-in-rancher/istio/configuration-options/project-network-isolation",
},
{
- to: '/integrations-in-rancher/longhorn',
- from: '/explanations/integrations-in-rancher/longhorn'
+ to: "/integrations-in-rancher/longhorn",
+ from: "/explanations/integrations-in-rancher/longhorn",
},
{
- to: '/integrations-in-rancher/logging/logging-architecture',
- from: '/explanations/integrations-in-rancher/logging/logging-architecture'
+ to: "/integrations-in-rancher/logging/logging-architecture",
+ from: "/explanations/integrations-in-rancher/logging/logging-architecture",
},
{
- to: '/integrations-in-rancher/logging/rbac-for-logging',
- from: '/explanations/integrations-in-rancher/logging/rbac-for-logging'
+ to: "/integrations-in-rancher/logging/rbac-for-logging",
+ from: "/explanations/integrations-in-rancher/logging/rbac-for-logging",
},
{
- to: '/integrations-in-rancher/logging/logging-helm-chart-options',
- from: '/explanations/integrations-in-rancher/logging/logging-helm-chart-options'
+ to: "/integrations-in-rancher/logging/logging-helm-chart-options",
+ from: "/explanations/integrations-in-rancher/logging/logging-helm-chart-options",
},
{
- to: '/integrations-in-rancher/logging/taints-and-tolerations',
- from: '/explanations/integrations-in-rancher/logging/taints-and-tolerations'
+ to: "/integrations-in-rancher/logging/taints-and-tolerations",
+ from: "/explanations/integrations-in-rancher/logging/taints-and-tolerations",
},
{
- to: '/integrations-in-rancher/logging/custom-resource-configuration/flows-and-clusterflows',
- from: '/explanations/integrations-in-rancher/logging/custom-resource-configuration/flows-and-clusterflows'
+ to: "/integrations-in-rancher/logging/custom-resource-configuration/flows-and-clusterflows",
+ from: "/explanations/integrations-in-rancher/logging/custom-resource-configuration/flows-and-clusterflows",
},
{
- to: '/integrations-in-rancher/logging/custom-resource-configuration/outputs-and-clusteroutputs',
- from: '/explanations/integrations-in-rancher/logging/custom-resource-configuration/outputs-and-clusteroutputs'
+ to: "/integrations-in-rancher/logging/custom-resource-configuration/outputs-and-clusteroutputs",
+ from: "/explanations/integrations-in-rancher/logging/custom-resource-configuration/outputs-and-clusteroutputs",
},
{
- to: '/integrations-in-rancher/monitoring-and-alerting/how-monitoring-works',
- from: '/explanations/integrations-in-rancher/monitoring-and-alerting/how-monitoring-works'
+ to: "/integrations-in-rancher/monitoring-and-alerting/how-monitoring-works",
+ from: "/explanations/integrations-in-rancher/monitoring-and-alerting/how-monitoring-works",
},
{
- to: '/integrations-in-rancher/monitoring-and-alerting/rbac-for-monitoring',
- from: '/explanations/integrations-in-rancher/monitoring-and-alerting/rbac-for-monitoring'
+ to: "/integrations-in-rancher/monitoring-and-alerting/rbac-for-monitoring",
+ from: "/explanations/integrations-in-rancher/monitoring-and-alerting/rbac-for-monitoring",
},
{
- to: '/integrations-in-rancher/monitoring-and-alerting/built-in-dashboards',
- from: '/explanations/integrations-in-rancher/monitoring-and-alerting/built-in-dashboards'
+ to: "/integrations-in-rancher/monitoring-and-alerting/built-in-dashboards",
+ from: "/explanations/integrations-in-rancher/monitoring-and-alerting/built-in-dashboards",
},
{
- to: '/integrations-in-rancher/monitoring-and-alerting/windows-support',
- from: '/explanations/integrations-in-rancher/monitoring-and-alerting/windows-support'
+ to: "/integrations-in-rancher/monitoring-and-alerting/windows-support",
+ from: "/explanations/integrations-in-rancher/monitoring-and-alerting/windows-support",
},
{
- to: '/integrations-in-rancher/monitoring-and-alerting/promql-expressions',
- from: '/explanations/integrations-in-rancher/monitoring-and-alerting/promql-expressions'
+ to: "/integrations-in-rancher/monitoring-and-alerting/promql-expressions",
+ from: "/explanations/integrations-in-rancher/monitoring-and-alerting/promql-expressions",
},
{
- to: '/integrations-in-rancher/neuvector',
- from: '/explanations/integrations-in-rancher/neuvector'
+ to: "/integrations-in-rancher/neuvector",
+ from: "/explanations/integrations-in-rancher/neuvector",
}, // Redirects for restructure from PR #234 (end)
{
- to: '/reference-guides/rancher-security/hardening-guides/rke2-hardening-guide/rke2-self-assessment-guide-with-cis-v1.7-k8s-v1.25-v1.26-v1.27',
- from: '/reference-guides/rancher-security/hardening-guides/rke2-hardening-guide/rke2-self-assessment-guide-with-cis-v1.23-k8s-v1.25'
+ to: "/reference-guides/rancher-security/hardening-guides/k3s-hardening-guide/k3s-self-assessment-guide-with-cis-v1.24-k8s-v1.24",
+ from: "/reference-guides/rancher-security/hardening-guides/k3s-hardening-guide/k3s-self-assessment-guide-with-cis-v1.23-k8s-v1.24",
},
{
- to: '/reference-guides/best-practices/rancher-server/tuning-and-best-practices-for-rancher-at-scale',
- from: '/reference-guides/best-practices/rancher-server/tips-for-scaling-rancher'
+ to: "/reference-guides/rancher-security/hardening-guides/k3s-hardening-guide/k3s-self-assessment-guide-with-cis-v1.7-k8s-v1.25-v1.26-v1.27",
+ from: "/reference-guides/rancher-security/hardening-guides/k3s-hardening-guide/k3s-self-assessment-guide-with-cis-v1.23-k8s-v1.25",
+ },
+ {
+ to: "/reference-guides/rancher-security/hardening-guides/rke1-hardening-guide/rke1-self-assessment-guide-with-cis-v1.24-k8s-v1.24",
+ from: "/reference-guides/rancher-security/hardening-guides/rke1-hardening-guide/rke1-self-assessment-guide-with-cis-v1.23-k8s-v1.24",
+ },
+ {
+ to: "/reference-guides/rancher-security/hardening-guides/rke1-hardening-guide/rke1-self-assessment-guide-with-cis-v1.7-k8s-v1.25-v1.26-v1.27",
+ from: "/reference-guides/rancher-security/hardening-guides/rke1-hardening-guide/rke1-self-assessment-guide-with-cis-v1.23-k8s-v1.25",
+ },
+ {
+ to: "/reference-guides/rancher-security/hardening-guides/rke2-hardening-guide/rke2-self-assessment-guide-with-cis-v1.24-k8s-v1.24",
+ from: "/reference-guides/rancher-security/hardening-guides/rke2-hardening-guide/rke2-self-assessment-guide-with-cis-v1.23-k8s-v1.24",
+ },
+ {
+ to: "/reference-guides/rancher-security/hardening-guides/rke2-hardening-guide/rke2-self-assessment-guide-with-cis-v1.7-k8s-v1.25-v1.26-v1.27",
+ from: "/reference-guides/rancher-security/hardening-guides/rke2-hardening-guide/rke2-self-assessment-guide-with-cis-v1.23-k8s-v1.25",
+ },
+ {
+ to: "/reference-guides/best-practices/rancher-server/tuning-and-best-practices-for-rancher-at-scale",
+ from: "/reference-guides/best-practices/rancher-server/tips-for-scaling-rancher",
},
// Redirects for restructure from PR #1147 (start)
{
- to: '/v2.8/api/v3-rancher-api-guide',
- from: ['/v2.8/reference-guides/about-the-api', '/v2.8/pages-for-subheaders/about-the-api']
+ to: "/v2.8/api/v3-rancher-api-guide",
+ from: [
+ "/v2.8/reference-guides/about-the-api",
+ "/v2.8/pages-for-subheaders/about-the-api",
+ ],
},
{
- to: '/v2.8/api/api-tokens',
- from: '/v2.8/reference-guides/about-the-api/api-tokens'
+ to: "/v2.8/api/api-tokens",
+ from: "/v2.8/reference-guides/about-the-api/api-tokens",
},
{
- to: '/api/v3-rancher-api-guide',
- from: ['/reference-guides/about-the-api', '/pages-for-subheaders/about-the-api']
+ to: "/api/v3-rancher-api-guide",
+ from: [
+ "/reference-guides/about-the-api",
+ "/pages-for-subheaders/about-the-api",
+ ],
},
{
- to: '/api/api-tokens',
- from: '/reference-guides/about-the-api/api-tokens'
- }
+ to: "/api/api-tokens",
+ from: "/reference-guides/about-the-api/api-tokens",
+ },
// Redirects for restructure from PR #1147 (end)
+ {
+ from: "/how-to-guides/advanced-user-guides/cis-scan-guides/install-rancher-cis-benchmark",
+ to: "/how-to-guides/advanced-user-guides/compliance-scan-guides/install-rancher-compliance",
+ },
+ {
+ from: "/how-to-guides/advanced-user-guides/cis-scan-guides/uninstall-rancher-cis-benchmark",
+ to: "/how-to-guides/advanced-user-guides/compliance-scan-guides/uninstall-rancher-compliance",
+ },
+ {
+ from: "/how-to-guides/advanced-user-guides/cis-scan-guides/enable-alerting-for-rancher-cis-benchmark",
+ to: "/how-to-guides/advanced-user-guides/compliance-scan-guides/enable-alerting-for-rancher-compliance",
+ },
+ {
+ from: "/how-to-guides/advanced-user-guides/cis-scan-guides/run-a-scan",
+ to: "/how-to-guides/advanced-user-guides/compliance-scan-guides/run-a-scan",
+ },
+ {
+ from: "/how-to-guides/advanced-user-guides/cis-scan-guides/run-a-scan-periodically-on-a-schedule",
+ to: "/how-to-guides/advanced-user-guides/compliance-scan-guides/run-a-scan-periodically-on-a-schedule",
+ },
+ {
+ from: "/how-to-guides/advanced-user-guides/cis-scan-guides/skip-tests",
+ to: "/how-to-guides/advanced-user-guides/compliance-scan-guides/skip-tests",
+ },
+ {
+ from: "/how-to-guides/advanced-user-guides/cis-scan-guides/view-reports",
+ to: "/how-to-guides/advanced-user-guides/compliance-scan-guides/view-reports",
+ },
+ {
+ from: "/how-to-guides/advanced-user-guides/cis-scan-guides/configure-alerts-for-periodic-scan-on-a-schedule",
+ to: "/how-to-guides/advanced-user-guides/compliance-scan-guides/configure-alerts-for-periodic-scan-on-a-schedule",
+ },
+ {
+ from: "/how-to-guides/advanced-user-guides/cis-scan-guides/create-a-custom-benchmark-version-to-run",
+ to: "/how-to-guides/advanced-user-guides/compliance-scan-guides/create-a-custom-compliance-version-to-run",
+ },
+ {
+ from: "/how-to-guides/advanced-user-guides/cis-scan-guides/cis-scan-guides",
+ to: "/how-to-guides/advanced-user-guides/compliance-scan-guides/compliance-scan-guides",
+ },
],
},
],
],
scripts: [
{
- src: 'https://cdn.cookielaw.org/scripttemplates/otSDKStub.js',
- type:'text/javascript',
- charset: 'UTF-8',
- 'data-domain-script': '0f98beb0-fc4c-417d-a42e-564e2cae42d2',
- async: true
+ src: "https://cdn.cookielaw.org/scripttemplates/otSDKStub.js",
+ type: "text/javascript",
+ charset: "UTF-8",
+ "data-domain-script": "0f98beb0-fc4c-417d-a42e-564e2cae42d2",
+ async: true,
},
{
- src: '/scripts/optanonwrapper.js',
- type:'text/javascript',
- async: true
+ src: "/scripts/optanonwrapper.js",
+ type: "text/javascript",
+ async: true,
},
],
};
diff --git a/sidebars.js b/sidebars.js
index e8104011c45..a62839cdc35 100644
--- a/sidebars.js
+++ b/sidebars.js
@@ -18,26 +18,25 @@ const sidebars = {
// But you can create a sidebar manually
tutorialSidebar: [
-
- 'rancher-manager',
+ "rancher-manager",
{
- type: 'category',
- label: 'Getting Started',
+ type: "category",
+ label: "Getting Started",
items: [
"getting-started/overview",
{
- type: 'category',
- label: 'Quick Start Guides',
+ type: "category",
+ label: "Quick Start Guides",
link: {
- type: 'doc',
+ type: "doc",
id: "getting-started/quick-start-guides/quick-start-guides",
},
items: [
{
- type: 'category',
- label: 'Deploying Rancher Server',
+ type: "category",
+ label: "Deploying Rancher Server",
link: {
- type: 'doc',
+ type: "doc",
id: "getting-started/quick-start-guides/deploy-rancher-manager/deploy-rancher-manager",
},
items: [
@@ -52,63 +51,62 @@ const sidebars = {
"getting-started/quick-start-guides/deploy-rancher-manager/equinix-metal",
"getting-started/quick-start-guides/deploy-rancher-manager/outscale-qs",
"getting-started/quick-start-guides/deploy-rancher-manager/helm-cli",
-
- ]
+ ],
},
"getting-started/quick-start-guides/deploy-rancher-manager/prime",
{
- type: 'category',
- label: 'Deploying Workloads',
+ type: "category",
+ label: "Deploying Workloads",
link: {
- type: 'doc',
+ type: "doc",
id: "getting-started/quick-start-guides/deploy-workloads/deploy-workloads",
},
items: [
"getting-started/quick-start-guides/deploy-workloads/workload-ingress",
"getting-started/quick-start-guides/deploy-workloads/nodeports",
- ]
- }
- ]
+ ],
+ },
+ ],
},
{
- type: 'category',
- label: 'Installation and Upgrade',
+ type: "category",
+ label: "Installation and Upgrade",
link: {
- type: 'doc',
+ type: "doc",
id: "getting-started/installation-and-upgrade/installation-and-upgrade",
},
items: [
{
- type: 'category',
- label: 'Installation Requirements',
+ type: "category",
+ label: "Installation Requirements",
link: {
- type: 'doc',
+ type: "doc",
id: "getting-started/installation-and-upgrade/installation-requirements/installation-requirements",
},
items: [
"getting-started/installation-and-upgrade/installation-requirements/install-docker",
"getting-started/installation-and-upgrade/installation-requirements/dockershim",
"getting-started/installation-and-upgrade/installation-requirements/port-requirements",
- ]
+ ],
},
{
- type: 'category',
- label: 'Installation References',
+ type: "category",
+ label: "Installation References",
link: {
- type: 'doc',
+ type: "doc",
id: "getting-started/installation-and-upgrade/installation-references/installation-references",
},
items: [
"getting-started/installation-and-upgrade/installation-references/helm-chart-options",
"getting-started/installation-and-upgrade/installation-references/tls-settings",
- "getting-started/installation-and-upgrade/installation-references/feature-flags"
- ]
+ "getting-started/installation-and-upgrade/installation-references/feature-flags",
+ ],
},
{
- type: 'category',
- label: 'Install/Upgrade on a Kubernetes Cluster',
+ type: "category",
+ label: "Install/Upgrade on a Kubernetes Cluster",
link: {
- type: 'doc',
+ type: "doc",
id: "getting-started/installation-and-upgrade/install-upgrade-on-a-kubernetes-cluster/install-upgrade-on-a-kubernetes-cluster",
},
items: [
@@ -119,21 +117,21 @@ const sidebars = {
"getting-started/installation-and-upgrade/install-upgrade-on-a-kubernetes-cluster/rancher-on-aks",
"getting-started/installation-and-upgrade/install-upgrade-on-a-kubernetes-cluster/rancher-on-gke",
"getting-started/installation-and-upgrade/install-upgrade-on-a-kubernetes-cluster/troubleshooting",
- ]
+ ],
},
{
- type: 'category',
- label: 'Other Installation Methods',
+ type: "category",
+ label: "Other Installation Methods",
link: {
- type: 'doc',
+ type: "doc",
id: "getting-started/installation-and-upgrade/other-installation-methods/other-installation-methods",
},
items: [
{
- type: 'category',
- label: 'Air-Gapped Helm CLI Install',
+ type: "category",
+ label: "Air-Gapped Helm CLI Install",
link: {
- type: 'doc',
+ type: "doc",
id: "getting-started/installation-and-upgrade/other-installation-methods/air-gapped-helm-cli-install/air-gapped-helm-cli-install",
},
items: [
@@ -142,41 +140,41 @@ const sidebars = {
"getting-started/installation-and-upgrade/other-installation-methods/air-gapped-helm-cli-install/install-kubernetes",
"getting-started/installation-and-upgrade/other-installation-methods/air-gapped-helm-cli-install/install-rancher-ha",
"getting-started/installation-and-upgrade/other-installation-methods/air-gapped-helm-cli-install/docker-install-commands",
- ]
+ ],
},
{
- type: 'category',
- label: 'Rancher on a Single Node with Docker',
+ type: "category",
+ label: "Rancher on a Single Node with Docker",
link: {
- type: 'doc',
+ type: "doc",
id: "getting-started/installation-and-upgrade/other-installation-methods/rancher-on-a-single-node-with-docker/rancher-on-a-single-node-with-docker",
},
items: [
"getting-started/installation-and-upgrade/other-installation-methods/rancher-on-a-single-node-with-docker/upgrade-docker-installed-rancher",
"getting-started/installation-and-upgrade/other-installation-methods/rancher-on-a-single-node-with-docker/roll-back-docker-installed-rancher",
"getting-started/installation-and-upgrade/other-installation-methods/rancher-on-a-single-node-with-docker/certificate-troubleshooting",
- ]
+ ],
},
{
- type: 'category',
- label: 'Rancher Behind an HTTP Proxy',
+ type: "category",
+ label: "Rancher Behind an HTTP Proxy",
link: {
- type: 'doc',
+ type: "doc",
id: "getting-started/installation-and-upgrade/other-installation-methods/rancher-behind-an-http-proxy/rancher-behind-an-http-proxy",
},
items: [
"getting-started/installation-and-upgrade/other-installation-methods/rancher-behind-an-http-proxy/set-up-infrastructure",
"getting-started/installation-and-upgrade/other-installation-methods/rancher-behind-an-http-proxy/install-kubernetes",
"getting-started/installation-and-upgrade/other-installation-methods/rancher-behind-an-http-proxy/install-rancher",
- ]
- }
+ ],
+ },
],
},
{
- type: 'category',
- label: 'Resources',
+ type: "category",
+ label: "Resources",
link: {
- type: 'doc',
+ type: "doc",
id: "getting-started/installation-and-upgrade/resources/resources",
},
items: [
@@ -188,40 +186,40 @@ const sidebars = {
"getting-started/installation-and-upgrade/resources/update-rancher-certificate",
"getting-started/installation-and-upgrade/resources/bootstrap-password",
"getting-started/installation-and-upgrade/resources/local-system-charts",
- ]
+ ],
},
"getting-started/installation-and-upgrade/upgrade-and-roll-back-kubernetes",
"getting-started/installation-and-upgrade/upgrade-kubernetes-without-upgrading-rancher",
- ]
- }
- ]
+ ],
+ },
+ ],
},
{
- type: 'category',
- label: 'How-to Guides',
+ type: "category",
+ label: "How-to Guides",
items: [
{
- type: 'category',
- label: 'New User Guides',
+ type: "category",
+ label: "New User Guides",
link: {
- type: 'doc',
+ type: "doc",
id: "how-to-guides/new-user-guides/new-user-guides",
},
items: [
{
- type: 'category',
- label: 'Authentication, Permissions, and Global Configuration',
+ type: "category",
+ label: "Authentication, Permissions, and Global Configuration",
link: {
- type: 'doc',
+ type: "doc",
id: "how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/authentication-permissions-and-global-configuration",
},
items: [
{
- type: 'category',
- label: 'Configuring Authentication',
+ type: "category",
+ label: "Configuring Authentication",
link: {
- type: 'doc',
+ type: "doc",
id: "how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/authentication-config/authentication-config",
},
items: [
@@ -238,47 +236,47 @@ const sidebars = {
"how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/authentication-config/configure-okta-saml",
"how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/authentication-config/configure-generic-oidc",
"how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/authentication-config/configure-amazon-cognito",
- ]
+ ],
},
{
- type: 'category',
- label: 'Configuring OpenLDAP',
+ type: "category",
+ label: "Configuring OpenLDAP",
link: {
- type: 'doc',
+ type: "doc",
id: "how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/configure-openldap/configure-openldap",
},
items: [
"how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/configure-openldap/openldap-config-reference",
- ]
+ ],
},
{
- type: 'category',
- label: 'Configuring Microsoft AD Federation Service (SAML)',
+ type: "category",
+ label: "Configuring Microsoft AD Federation Service (SAML)",
link: {
- type: 'doc',
+ type: "doc",
id: "how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/configure-microsoft-ad-federation-service-saml/configure-microsoft-ad-federation-service-saml",
},
items: [
"how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/configure-microsoft-ad-federation-service-saml/configure-ms-adfs-for-rancher",
"how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/configure-microsoft-ad-federation-service-saml/configure-rancher-for-ms-adfs",
- ]
+ ],
},
{
- type: 'category',
- label: 'Configuring Shibboleth (SAML)',
+ type: "category",
+ label: "Configuring Shibboleth (SAML)",
link: {
- type: 'doc',
+ type: "doc",
id: "how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/configure-shibboleth-saml/configure-shibboleth-saml",
},
items: [
"how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/configure-shibboleth-saml/about-group-permissions",
- ]
+ ],
},
{
- type: 'category',
- label: 'Managing Role-Based Access Control (RBAC)',
+ type: "category",
+ label: "Managing Role-Based Access Control (RBAC)",
link: {
- type: 'doc',
+ type: "doc",
id: "how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/manage-role-based-access-control-rbac/manage-role-based-access-control-rbac",
},
items: [
@@ -286,26 +284,26 @@ const sidebars = {
"how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/manage-role-based-access-control-rbac/cluster-and-project-roles",
"how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/manage-role-based-access-control-rbac/custom-roles",
"how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/manage-role-based-access-control-rbac/locked-roles",
- ]
+ ],
},
"how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/jwt-authentication",
{
- type: 'category',
- label: 'About Provisioning Drivers',
+ type: "category",
+ label: "About Provisioning Drivers",
link: {
- type: 'doc',
+ type: "doc",
id: "how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/about-provisioning-drivers/about-provisioning-drivers",
},
items: [
"how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/about-provisioning-drivers/manage-cluster-drivers",
"how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/about-provisioning-drivers/manage-node-drivers",
- ]
+ ],
},
{
- type: 'category',
- label: 'About RKE1 Templates',
+ type: "category",
+ label: "About RKE1 Templates",
link: {
- type: 'doc',
+ type: "doc",
id: "how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/about-rke1-templates/about-rke1-templates",
},
items: [
@@ -317,51 +315,51 @@ const sidebars = {
"how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/about-rke1-templates/apply-templates",
"how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/about-rke1-templates/infrastructure",
"how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/about-rke1-templates/example-use-cases",
- ]
+ ],
},
"how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/pod-security-standards",
"how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/psa-config-templates",
"how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/global-default-private-registry",
"how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/custom-branding",
- ]
+ ],
},
{
- type: 'category',
- label: 'Cluster Administration',
+ type: "category",
+ label: "Cluster Administration",
link: {
- type: 'doc',
+ type: "doc",
id: "how-to-guides/new-user-guides/manage-clusters/manage-clusters",
},
items: [
{
- type: 'category',
- label: 'Access Clusters',
+ type: "category",
+ label: "Access Clusters",
link: {
- type: 'doc',
+ type: "doc",
id: "how-to-guides/new-user-guides/manage-clusters/access-clusters/access-clusters",
},
items: [
"how-to-guides/new-user-guides/manage-clusters/access-clusters/use-kubectl-and-kubeconfig",
"how-to-guides/new-user-guides/manage-clusters/access-clusters/authorized-cluster-endpoint",
"how-to-guides/new-user-guides/manage-clusters/access-clusters/add-users-to-clusters",
- ]
+ ],
},
{
- type: 'category',
- label: 'Install Cluster Autoscaler',
+ type: "category",
+ label: "Install Cluster Autoscaler",
link: {
- type: 'doc',
+ type: "doc",
id: "how-to-guides/new-user-guides/manage-clusters/install-cluster-autoscaler/install-cluster-autoscaler",
},
items: [
"how-to-guides/new-user-guides/manage-clusters/install-cluster-autoscaler/use-aws-ec2-auto-scaling-groups",
- ]
+ ],
},
{
- type: 'category',
- label: 'Create Kubernetes Persistent Storage',
+ type: "category",
+ label: "Create Kubernetes Persistent Storage",
link: {
- type: 'doc',
+ type: "doc",
id: "how-to-guides/new-user-guides/manage-clusters/create-kubernetes-persistent-storage/create-kubernetes-persistent-storage",
},
items: [
@@ -371,20 +369,20 @@ const sidebars = {
"how-to-guides/new-user-guides/manage-clusters/create-kubernetes-persistent-storage/manage-persistent-storage/use-external-ceph-driver",
"how-to-guides/new-user-guides/manage-clusters/create-kubernetes-persistent-storage/manage-persistent-storage/about-glusterfs-volumes",
"how-to-guides/new-user-guides/manage-clusters/create-kubernetes-persistent-storage/manage-persistent-storage/install-iscsi-volumes",
- ]
+ ],
},
{
- type: 'category',
- label: 'Provisioning Storage Examples',
+ type: "category",
+ label: "Provisioning Storage Examples",
link: {
- type: 'doc',
+ type: "doc",
id: "how-to-guides/new-user-guides/manage-clusters/provisioning-storage-examples/provisioning-storage-examples",
},
items: [
"how-to-guides/new-user-guides/manage-clusters/provisioning-storage-examples/persistent-storage-in-amazon-ebs",
"how-to-guides/new-user-guides/manage-clusters/provisioning-storage-examples/nfs-storage",
"how-to-guides/new-user-guides/manage-clusters/provisioning-storage-examples/vsphere-storage",
- ]
+ ],
},
"how-to-guides/new-user-guides/manage-clusters/projects-and-namespaces",
@@ -397,13 +395,17 @@ const sidebars = {
"how-to-guides/new-user-guides/manage-clusters/nodes-and-node-pools",
"how-to-guides/new-user-guides/manage-clusters/clean-cluster-nodes",
- ]
+
+ "how-to-guides/new-user-guides/manage-clusters/add-a-pod-security-policy",
+
+ "how-to-guides/new-user-guides/manage-clusters/assign-pod-security-policies",
+ ],
},
{
- type: 'category',
- label: 'Setting up a Kubernetes Cluster for Rancher Server',
+ type: "category",
+ label: "Setting up a Kubernetes Cluster for Rancher Server",
link: {
- type: 'doc',
+ type: "doc",
id: "how-to-guides/new-user-guides/kubernetes-cluster-setup/kubernetes-cluster-setup",
},
items: [
@@ -414,10 +416,10 @@ const sidebars = {
],
},
{
- type: 'category',
- label: 'Infrastructure Setup',
+ type: "category",
+ label: "Infrastructure Setup",
link: {
- type: 'doc',
+ type: "doc",
id: "how-to-guides/new-user-guides/infrastructure-setup/infrastructure-setup",
},
items: [
@@ -431,19 +433,19 @@ const sidebars = {
],
},
{
- type: 'category',
- label: 'Kubernetes Clusters in Rancher Setup',
+ type: "category",
+ label: "Kubernetes Clusters in Rancher Setup",
link: {
- type: 'doc',
+ type: "doc",
id: "how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/kubernetes-clusters-in-rancher-setup",
},
items: [
"how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/node-requirements-for-rancher-managed-clusters",
{
- type: 'category',
- label: 'Checklist for Production-Ready Clusters',
+ type: "category",
+ label: "Checklist for Production-Ready Clusters",
link: {
- type: 'doc',
+ type: "doc",
id: "how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/checklist-for-production-ready-clusters/checklist-for-production-ready-clusters",
},
items: [
@@ -452,10 +454,10 @@ const sidebars = {
],
},
{
- type: 'category',
- label: 'Setting up Clusters from Hosted Kubernetes Providers',
+ type: "category",
+ label: "Setting up Clusters from Hosted Kubernetes Providers",
link: {
- type: 'doc',
+ type: "doc",
id: "how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/set-up-clusters-from-hosted-kubernetes-providers/set-up-clusters-from-hosted-kubernetes-providers",
},
items: [
@@ -465,27 +467,27 @@ const sidebars = {
"how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/set-up-clusters-from-hosted-kubernetes-providers/alibaba",
"how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/set-up-clusters-from-hosted-kubernetes-providers/tencent",
"how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/set-up-clusters-from-hosted-kubernetes-providers/huawei",
- ]
+ ],
},
{
- type: 'category',
- label: 'Launching Kubernetes on Windows Clusters',
+ type: "category",
+ label: "Launching Kubernetes on Windows Clusters",
link: {
- type: 'doc',
+ type: "doc",
id: "how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/use-windows-clusters/use-windows-clusters",
},
items: [
"how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/use-windows-clusters/azure-storageclass-configuration",
"how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/use-windows-clusters/windows-linux-cluster-feature-parity",
"how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/use-windows-clusters/network-requirements-for-host-gateway",
- "how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/use-windows-clusters/workload-migration-guidance"
- ]
+ "how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/use-windows-clusters/workload-migration-guidance",
+ ],
},
{
- type: 'category',
- label: 'Setting up Cloud Providers',
+ type: "category",
+ label: "Setting up Cloud Providers",
link: {
- type: 'doc',
+ type: "doc",
id: "how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/set-up-cloud-providers/set-up-cloud-providers",
},
items: [
@@ -494,33 +496,33 @@ const sidebars = {
"how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/set-up-cloud-providers/google-compute-engine",
"how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/set-up-cloud-providers/configure-in-tree-vsphere",
"how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/set-up-cloud-providers/configure-out-of-tree-vsphere",
- ]
+ ],
},
{
- type: 'category',
- label: 'Migrate to an Out-of-tree Cloud Provider',
+ type: "category",
+ label: "Migrate to an Out-of-tree Cloud Provider",
items: [
"how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/migrate-to-an-out-of-tree-cloud-provider/migrate-to-out-of-tree-amazon",
"how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/migrate-to-an-out-of-tree-cloud-provider/migrate-to-out-of-tree-vsphere",
"how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/migrate-to-an-out-of-tree-cloud-provider/migrate-to-out-of-tree-azure",
- ]
+ ],
},
"how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/register-existing-clusters",
- ]
+ ],
},
{
- type: 'category',
- label: 'Launching Kubernetes with Rancher',
+ type: "category",
+ label: "Launching Kubernetes with Rancher",
link: {
- type: 'doc',
+ type: "doc",
id: "how-to-guides/new-user-guides/launch-kubernetes-with-rancher/launch-kubernetes-with-rancher",
},
items: [
{
- type: 'category',
- label: 'Launching New Nodes in an Infra Provider',
+ type: "category",
+ label: "Launching New Nodes in an Infra Provider",
link: {
- type: 'doc',
+ type: "doc",
id: "how-to-guides/new-user-guides/launch-kubernetes-with-rancher/use-new-nodes-in-an-infra-provider/use-new-nodes-in-an-infra-provider",
},
items: [
@@ -530,50 +532,50 @@ const sidebars = {
"how-to-guides/new-user-guides/launch-kubernetes-with-rancher/use-new-nodes-in-an-infra-provider/create-an-azure-cluster",
{
- type: 'category',
- label: 'Creating a VMware vSphere Cluster',
+ type: "category",
+ label: "Creating a VMware vSphere Cluster",
link: {
- type: 'doc',
+ type: "doc",
id: "how-to-guides/new-user-guides/launch-kubernetes-with-rancher/use-new-nodes-in-an-infra-provider/vsphere/vsphere",
},
items: [
"how-to-guides/new-user-guides/launch-kubernetes-with-rancher/use-new-nodes-in-an-infra-provider/vsphere/provision-kubernetes-clusters-in-vsphere",
"how-to-guides/new-user-guides/launch-kubernetes-with-rancher/use-new-nodes-in-an-infra-provider/vsphere/create-credentials",
"how-to-guides/new-user-guides/launch-kubernetes-with-rancher/use-new-nodes-in-an-infra-provider/vsphere/create-a-vm-template",
- "how-to-guides/new-user-guides/launch-kubernetes-with-rancher/use-new-nodes-in-an-infra-provider/vsphere/shutdown-vm"
- ]
+ "how-to-guides/new-user-guides/launch-kubernetes-with-rancher/use-new-nodes-in-an-infra-provider/vsphere/shutdown-vm",
+ ],
},
{
- type: 'category',
- label: 'Creating a Nutanix AOS Cluster',
+ type: "category",
+ label: "Creating a Nutanix AOS Cluster",
link: {
- type: 'doc',
+ type: "doc",
id: "how-to-guides/new-user-guides/launch-kubernetes-with-rancher/use-new-nodes-in-an-infra-provider/nutanix/nutanix",
},
items: [
"how-to-guides/new-user-guides/launch-kubernetes-with-rancher/use-new-nodes-in-an-infra-provider/nutanix/provision-kubernetes-clusters-in-aos",
- ]
- }
- ]
+ ],
+ },
+ ],
},
"how-to-guides/new-user-guides/launch-kubernetes-with-rancher/rke1-vs-rke2-differences",
"how-to-guides/new-user-guides/launch-kubernetes-with-rancher/about-rancher-agents",
- ]
+ ],
},
{
- type: 'category',
- label: 'Kubernetes Resources Setup',
+ type: "category",
+ label: "Kubernetes Resources Setup",
link: {
- type: 'doc',
+ type: "doc",
id: "how-to-guides/new-user-guides/kubernetes-resources-setup/kubernetes-resources-setup",
},
items: [
{
- type: 'category',
- label: 'Workloads and Pods',
+ type: "category",
+ label: "Workloads and Pods",
link: {
- type: 'doc',
+ type: "doc",
id: "how-to-guides/new-user-guides/kubernetes-resources-setup/workloads-and-pods/workloads-and-pods",
},
items: [
@@ -581,13 +583,13 @@ const sidebars = {
"how-to-guides/new-user-guides/kubernetes-resources-setup/workloads-and-pods/roll-back-workloads",
"how-to-guides/new-user-guides/kubernetes-resources-setup/workloads-and-pods/upgrade-workloads",
"how-to-guides/new-user-guides/kubernetes-resources-setup/workloads-and-pods/add-a-sidecar",
- ]
+ ],
},
{
- type: 'category',
- label: 'Horizontal Pod Autoscaler',
+ type: "category",
+ label: "Horizontal Pod Autoscaler",
link: {
- type: 'doc',
+ type: "doc",
id: "how-to-guides/new-user-guides/kubernetes-resources-setup/horizontal-pod-autoscaler/horizontal-pod-autoscaler",
},
items: [
@@ -595,20 +597,20 @@ const sidebars = {
"how-to-guides/new-user-guides/kubernetes-resources-setup/horizontal-pod-autoscaler/manage-hpas-with-ui",
"how-to-guides/new-user-guides/kubernetes-resources-setup/horizontal-pod-autoscaler/manage-hpas-with-kubectl",
"how-to-guides/new-user-guides/kubernetes-resources-setup/horizontal-pod-autoscaler/test-hpas-with-kubectl",
- ]
+ ],
},
{
- type: 'category',
- label: 'Load Balancer and Ingress Controller',
+ type: "category",
+ label: "Load Balancer and Ingress Controller",
link: {
- type: 'doc',
+ type: "doc",
id: "how-to-guides/new-user-guides/kubernetes-resources-setup/load-balancer-and-ingress-controller/load-balancer-and-ingress-controller",
},
items: [
"how-to-guides/new-user-guides/kubernetes-resources-setup/load-balancer-and-ingress-controller/layer-4-and-layer-7-load-balancing",
"how-to-guides/new-user-guides/kubernetes-resources-setup/load-balancer-and-ingress-controller/add-ingresses",
"how-to-guides/new-user-guides/kubernetes-resources-setup/load-balancer-and-ingress-controller/ingress-configuration",
- ]
+ ],
},
"how-to-guides/new-user-guides/kubernetes-resources-setup/create-services",
@@ -619,25 +621,25 @@ const sidebars = {
"how-to-guides/new-user-guides/kubernetes-resources-setup/secrets",
"how-to-guides/new-user-guides/kubernetes-resources-setup/kubernetes-and-docker-registries",
- ]
+ ],
},
{
- type: 'category',
- label: 'Helm Charts and Apps',
+ type: "category",
+ label: "Helm Charts and Apps",
link: {
- type: 'doc',
+ type: "doc",
id: "how-to-guides/new-user-guides/helm-charts-in-rancher/helm-charts-in-rancher",
},
items: [
"how-to-guides/new-user-guides/helm-charts-in-rancher/create-apps",
- "how-to-guides/new-user-guides/helm-charts-in-rancher/oci-repositories"
- ]
+ "how-to-guides/new-user-guides/helm-charts-in-rancher/oci-repositories",
+ ],
},
{
- type: 'category',
- label: 'Backup, Restore, and Disaster Recovery',
+ type: "category",
+ label: "Backup, Restore, and Disaster Recovery",
link: {
- type: 'doc',
+ type: "doc",
id: "how-to-guides/new-user-guides/backup-restore-and-disaster-recovery/backup-restore-and-disaster-recovery",
},
items: [
@@ -649,34 +651,34 @@ const sidebars = {
"how-to-guides/new-user-guides/backup-restore-and-disaster-recovery/restore-docker-installed-rancher",
"how-to-guides/new-user-guides/backup-restore-and-disaster-recovery/back-up-rancher-launched-kubernetes-clusters",
"how-to-guides/new-user-guides/backup-restore-and-disaster-recovery/restore-rancher-launched-kubernetes-clusters-from-backup",
- ]
+ ],
},
"how-to-guides/new-user-guides/add-users-to-projects",
"how-to-guides/new-user-guides/manage-namespaces",
- ]
+ ],
},
{
- type: 'category',
- label: 'Advanced User Guides',
+ type: "category",
+ label: "Advanced User Guides",
link: {
- type: 'doc',
+ type: "doc",
id: "how-to-guides/advanced-user-guides/advanced-user-guides",
},
items: [
{
- type: 'category',
- label: 'Project Administration',
+ type: "category",
+ label: "Project Administration",
link: {
- type: 'doc',
+ type: "doc",
id: "how-to-guides/advanced-user-guides/manage-projects/manage-projects",
},
items: [
{
- type: 'category',
- label: 'Project Resource Quotas',
+ type: "category",
+ label: "Project Resource Quotas",
link: {
- type: 'doc',
+ type: "doc",
id: "how-to-guides/advanced-user-guides/manage-projects/manage-project-resource-quotas/manage-project-resource-quotas",
},
items: [
@@ -684,15 +686,15 @@ const sidebars = {
"how-to-guides/advanced-user-guides/manage-projects/manage-project-resource-quotas/override-default-limit-in-namespaces",
"how-to-guides/advanced-user-guides/manage-projects/manage-project-resource-quotas/set-container-default-resource-limits",
"how-to-guides/advanced-user-guides/manage-projects/manage-project-resource-quotas/resource-quota-types",
- ]
- }
- ]
+ ],
+ },
+ ],
},
{
- type: 'category',
- label: 'Monitoring/Alerting Guides',
+ type: "category",
+ label: "Monitoring/Alerting Guides",
link: {
- type: 'doc',
+ type: "doc",
id: "how-to-guides/advanced-user-guides/monitoring-alerting-guides/monitoring-alerting-guides",
},
items: [
@@ -703,10 +705,10 @@ const sidebars = {
"how-to-guides/advanced-user-guides/monitoring-alerting-guides/create-persistent-grafana-dashboard",
"how-to-guides/advanced-user-guides/monitoring-alerting-guides/debug-high-memory-usage",
{
- type: 'category',
- label: 'Prometheus Federator Guides',
+ type: "category",
+ label: "Prometheus Federator Guides",
link: {
- type: 'doc',
+ type: "doc",
id: "how-to-guides/advanced-user-guides/monitoring-alerting-guides/prometheus-federator-guides/prometheus-federator-guides",
},
items: [
@@ -714,39 +716,39 @@ const sidebars = {
"how-to-guides/advanced-user-guides/monitoring-alerting-guides/prometheus-federator-guides/uninstall-prometheus-federator",
"how-to-guides/advanced-user-guides/monitoring-alerting-guides/prometheus-federator-guides/customize-grafana-dashboards",
"how-to-guides/advanced-user-guides/monitoring-alerting-guides/prometheus-federator-guides/set-up-workloads",
- "how-to-guides/advanced-user-guides/monitoring-alerting-guides/prometheus-federator-guides/project-monitors"
- ]
- }
- ]
+ "how-to-guides/advanced-user-guides/monitoring-alerting-guides/prometheus-federator-guides/project-monitors",
+ ],
+ },
+ ],
},
{
- type: 'category',
- label: 'Monitoring Configuration Guides',
+ type: "category",
+ label: "Monitoring Configuration Guides",
link: {
- type: 'doc',
+ type: "doc",
id: "how-to-guides/advanced-user-guides/monitoring-v2-configuration-guides/monitoring-v2-configuration-guides",
},
items: [
{
- type: 'category',
- label: 'Advanced Configuration',
+ type: "category",
+ label: "Advanced Configuration",
link: {
- type: 'doc',
+ type: "doc",
id: "how-to-guides/advanced-user-guides/monitoring-v2-configuration-guides/advanced-configuration/advanced-configuration",
},
items: [
"how-to-guides/advanced-user-guides/monitoring-v2-configuration-guides/advanced-configuration/alertmanager",
"how-to-guides/advanced-user-guides/monitoring-v2-configuration-guides/advanced-configuration/prometheus",
"how-to-guides/advanced-user-guides/monitoring-v2-configuration-guides/advanced-configuration/prometheusrules",
- ]
- }
- ]
+ ],
+ },
+ ],
},
{
- type: 'category',
- label: 'Istio Setup Guides',
+ type: "category",
+ label: "Istio Setup Guides",
link: {
- type: 'doc',
+ type: "doc",
id: "how-to-guides/advanced-user-guides/istio-setup-guide/istio-setup-guide",
},
items: [
@@ -756,32 +758,32 @@ const sidebars = {
"how-to-guides/advanced-user-guides/istio-setup-guide/set-up-istio-gateway",
"how-to-guides/advanced-user-guides/istio-setup-guide/set-up-traffic-management",
"how-to-guides/advanced-user-guides/istio-setup-guide/generate-and-view-traffic",
- ]
+ ],
},
{
- type: 'category',
- label: 'CIS Scan Guides',
+ type: "category",
+ label: "Compliance Scan Guides",
link: {
- type: 'doc',
- id: "how-to-guides/advanced-user-guides/cis-scan-guides/cis-scan-guides",
+ type: "doc",
+ id: "how-to-guides/advanced-user-guides/compliance-scan-guides/compliance-scan-guides",
},
items: [
- "how-to-guides/advanced-user-guides/cis-scan-guides/install-rancher-cis-benchmark",
- "how-to-guides/advanced-user-guides/cis-scan-guides/uninstall-rancher-cis-benchmark",
- "how-to-guides/advanced-user-guides/cis-scan-guides/run-a-scan",
- "how-to-guides/advanced-user-guides/cis-scan-guides/run-a-scan-periodically-on-a-schedule",
- "how-to-guides/advanced-user-guides/cis-scan-guides/skip-tests",
- "how-to-guides/advanced-user-guides/cis-scan-guides/view-reports",
- "how-to-guides/advanced-user-guides/cis-scan-guides/enable-alerting-for-rancher-cis-benchmark",
- "how-to-guides/advanced-user-guides/cis-scan-guides/configure-alerts-for-periodic-scan-on-a-schedule",
- "how-to-guides/advanced-user-guides/cis-scan-guides/create-a-custom-benchmark-version-to-run",
- ]
+ "how-to-guides/advanced-user-guides/compliance-scan-guides/install-rancher-compliance",
+ "how-to-guides/advanced-user-guides/compliance-scan-guides/uninstall-rancher-compliance",
+ "how-to-guides/advanced-user-guides/compliance-scan-guides/run-a-scan",
+ "how-to-guides/advanced-user-guides/compliance-scan-guides/run-a-scan-periodically-on-a-schedule",
+ "how-to-guides/advanced-user-guides/compliance-scan-guides/skip-tests",
+ "how-to-guides/advanced-user-guides/compliance-scan-guides/view-reports",
+ "how-to-guides/advanced-user-guides/compliance-scan-guides/enable-alerting-for-rancher-compliance",
+ "how-to-guides/advanced-user-guides/compliance-scan-guides/configure-alerts-for-periodic-scan-on-a-schedule",
+ "how-to-guides/advanced-user-guides/compliance-scan-guides/create-a-custom-compliance-version-to-run",
+ ],
},
{
- type: 'category',
- label: 'Enabling Experimental Features',
+ type: "category",
+ label: "Enabling Experimental Features",
link: {
- type: 'doc',
+ type: "doc",
id: "how-to-guides/advanced-user-guides/enable-experimental-features/enable-experimental-features",
},
items: [
@@ -791,7 +793,7 @@ const sidebars = {
"how-to-guides/advanced-user-guides/enable-experimental-features/istio-traffic-management-features",
"how-to-guides/advanced-user-guides/enable-experimental-features/continuous-delivery",
"how-to-guides/advanced-user-guides/enable-experimental-features/cluster-role-aggregation",
- ]
+ ],
},
"how-to-guides/advanced-user-guides/open-ports-with-firewalld",
"how-to-guides/advanced-user-guides/tune-etcd-for-large-installs",
@@ -801,41 +803,41 @@ const sidebars = {
"how-to-guides/advanced-user-guides/enable-cluster-agent-scheduling-customization",
"how-to-guides/advanced-user-guides/configure-layer-7-nginx-load-balancer",
"how-to-guides/advanced-user-guides/configure-oidc-provider",
- ]
- }
- ]
+ ],
+ },
+ ],
},
{
- type: 'category',
- label: 'Reference Guides',
+ type: "category",
+ label: "Reference Guides",
items: [
{
- type: 'category',
- label: 'Best Practice Guides',
+ type: "category",
+ label: "Best Practice Guides",
link: {
- type: 'doc',
+ type: "doc",
id: "reference-guides/best-practices/best-practices",
},
items: [
{
- type: 'category',
- label: 'Rancher Server',
+ type: "category",
+ label: "Rancher Server",
link: {
- type: 'doc',
+ type: "doc",
id: "reference-guides/best-practices/rancher-server/rancher-server",
},
items: [
"reference-guides/best-practices/rancher-server/on-premises-rancher-in-vsphere",
"reference-guides/best-practices/rancher-server/rancher-deployment-strategy",
"reference-guides/best-practices/rancher-server/tips-for-running-rancher",
- "reference-guides/best-practices/rancher-server/tuning-and-best-practices-for-rancher-at-scale"
- ]
+ "reference-guides/best-practices/rancher-server/tuning-and-best-practices-for-rancher-at-scale",
+ ],
},
{
- type: 'category',
- label: 'Rancher-Managed Clusters',
+ type: "category",
+ label: "Rancher-Managed Clusters",
link: {
- type: 'doc',
+ type: "doc",
id: "reference-guides/best-practices/rancher-managed-clusters/rancher-managed-clusters",
},
items: [
@@ -843,37 +845,37 @@ const sidebars = {
"reference-guides/best-practices/rancher-managed-clusters/monitoring-best-practices",
"reference-guides/best-practices/rancher-managed-clusters/tips-to-set-up-containers",
"reference-guides/best-practices/rancher-managed-clusters/rancher-managed-clusters-in-vsphere",
- "reference-guides/best-practices/rancher-managed-clusters/disconnected-clusters"
- ]
- }
- ]
+ "reference-guides/best-practices/rancher-managed-clusters/disconnected-clusters",
+ ],
+ },
+ ],
},
{
- type: 'category',
- label: 'Rancher Architecture',
+ type: "category",
+ label: "Rancher Architecture",
link: {
- type: 'doc',
+ type: "doc",
id: "reference-guides/rancher-manager-architecture/rancher-manager-architecture",
},
items: [
"reference-guides/rancher-manager-architecture/rancher-server-and-components",
"reference-guides/rancher-manager-architecture/communicating-with-downstream-user-clusters",
"reference-guides/rancher-manager-architecture/architecture-recommendations",
- ]
+ ],
},
{
- type: 'category',
- label: 'Cluster Configuration',
+ type: "category",
+ label: "Cluster Configuration",
link: {
- type: 'doc',
+ type: "doc",
id: "reference-guides/cluster-configuration/cluster-configuration",
},
items: [
{
- type: 'category',
- label: 'Rancher Server Configuration',
+ type: "category",
+ label: "Rancher Server Configuration",
link: {
- type: 'doc',
+ type: "doc",
id: "reference-guides/cluster-configuration/rancher-server-configuration/rancher-server-configuration",
},
items: [
@@ -883,43 +885,43 @@ const sidebars = {
"reference-guides/cluster-configuration/rancher-server-configuration/eks-cluster-configuration",
"reference-guides/cluster-configuration/rancher-server-configuration/aks-cluster-configuration",
{
- type: 'category',
- label: 'GKE Cluster Configuration Reference',
+ type: "category",
+ label: "GKE Cluster Configuration Reference",
link: {
- type: 'doc',
+ type: "doc",
id: "reference-guides/cluster-configuration/rancher-server-configuration/gke-cluster-configuration/gke-cluster-configuration",
},
items: [
"reference-guides/cluster-configuration/rancher-server-configuration/gke-cluster-configuration/gke-private-clusters",
- ]
+ ],
},
{
- type: 'category',
- label: 'Use Existing Nodes',
+ type: "category",
+ label: "Use Existing Nodes",
link: {
- type: 'doc',
+ type: "doc",
id: "reference-guides/cluster-configuration/rancher-server-configuration/use-existing-nodes/use-existing-nodes",
},
items: [
"reference-guides/cluster-configuration/rancher-server-configuration/use-existing-nodes/rancher-agent-options",
- ]
+ ],
},
"reference-guides/cluster-configuration/rancher-server-configuration/sync-clusters",
- ]
+ ],
},
{
- type: 'category',
- label: 'Downstream Cluster Configuration',
+ type: "category",
+ label: "Downstream Cluster Configuration",
link: {
- type: 'doc',
+ type: "doc",
id: "reference-guides/cluster-configuration/downstream-cluster-configuration/downstream-cluster-configuration",
},
items: [
{
- type: 'category',
- label: 'Node Template Configuration',
+ type: "category",
+ label: "Node Template Configuration",
link: {
- type: 'doc',
+ type: "doc",
id: "reference-guides/cluster-configuration/downstream-cluster-configuration/node-template-configuration/node-template-configuration",
},
items: [
@@ -928,42 +930,42 @@ const sidebars = {
"reference-guides/cluster-configuration/downstream-cluster-configuration/node-template-configuration/azure",
"reference-guides/cluster-configuration/downstream-cluster-configuration/node-template-configuration/vsphere",
"reference-guides/cluster-configuration/downstream-cluster-configuration/node-template-configuration/nutanix",
- ]
+ ],
},
{
- type: 'category',
- label: 'Machine Configuration',
+ type: "category",
+ label: "Machine Configuration",
link: {
- type: 'doc',
+ type: "doc",
id: "reference-guides/cluster-configuration/downstream-cluster-configuration/machine-configuration/machine-configuration",
},
items: [
"reference-guides/cluster-configuration/downstream-cluster-configuration/machine-configuration/amazon-ec2",
"reference-guides/cluster-configuration/downstream-cluster-configuration/machine-configuration/digitalocean",
"reference-guides/cluster-configuration/downstream-cluster-configuration/machine-configuration/azure",
- ]
- }
- ]
- }
- ]
+ ],
+ },
+ ],
+ },
+ ],
},
{
- type: 'category',
- label: 'Single-Node Rancher in Docker',
+ type: "category",
+ label: "Single-Node Rancher in Docker",
link: {
- type: 'doc',
+ type: "doc",
id: "reference-guides/single-node-rancher-in-docker/single-node-rancher-in-docker",
},
items: [
"reference-guides/single-node-rancher-in-docker/http-proxy-configuration",
"reference-guides/single-node-rancher-in-docker/advanced-options",
- ]
+ ],
},
{
- type: 'category',
- label: 'Backup & Restore Configuration',
+ type: "category",
+ label: "Backup & Restore Configuration",
link: {
- type: 'doc',
+ type: "doc",
id: "reference-guides/backup-restore-configuration/backup-restore-configuration",
},
items: [
@@ -975,10 +977,10 @@ const sidebars = {
},
"reference-guides/kubernetes-concepts",
{
- type: 'category',
- label: 'Monitoring Configuration Reference',
+ type: "category",
+ label: "Monitoring Configuration Reference",
link: {
- type: 'doc',
+ type: "doc",
id: "reference-guides/monitoring-v2-configuration/monitoring-v2-configuration",
},
items: [
@@ -990,21 +992,19 @@ const sidebars = {
],
},
{
- type: 'category',
- label: 'Prometheus Federator',
+ type: "category",
+ label: "Prometheus Federator",
link: {
- type: 'doc',
+ type: "doc",
id: "reference-guides/prometheus-federator/prometheus-federator",
},
- items: [
- "reference-guides/prometheus-federator/rbac",
- ]
+ items: ["reference-guides/prometheus-federator/rbac"],
},
{
- type: 'category',
- label: 'User Settings',
+ type: "category",
+ label: "User Settings",
link: {
- type: 'doc',
+ type: "doc",
id: "reference-guides/user-settings/user-settings",
},
items: [
@@ -1015,16 +1015,16 @@ const sidebars = {
],
},
{
- type: 'category',
- label: 'CLI with Rancher',
+ type: "category",
+ label: "CLI with Rancher",
link: {
- type: 'doc',
+ type: "doc",
id: "reference-guides/cli-with-rancher/cli-with-rancher",
},
items: [
"reference-guides/cli-with-rancher/rancher-cli",
"reference-guides/cli-with-rancher/kubectl-utility",
- ]
+ ],
},
"reference-guides/rancher-cluster-tools",
@@ -1035,26 +1035,26 @@ const sidebars = {
"reference-guides/rke1-template-example-yaml",
"reference-guides/rancher-webhook",
{
- type: 'category',
- label: 'Rancher Security Guides',
+ type: "category",
+ label: "Rancher Security Guides",
link: {
- type: 'doc',
+ type: "doc",
id: "reference-guides/rancher-security/rancher-security",
},
items: [
{
- type: 'category',
- label: 'Hardening Guides',
+ type: "category",
+ label: "Hardening Guides",
link: {
- type: 'doc',
+ type: "doc",
id: "reference-guides/rancher-security/hardening-guides/hardening-guides",
},
items: [
{
- type: 'category',
- label: 'RKE Hardening Guides',
+ type: "category",
+ label: "RKE Hardening Guides",
link: {
- type: 'doc',
+ type: "doc",
id: "reference-guides/rancher-security/hardening-guides/rke1-hardening-guide/rke1-hardening-guide",
},
items: [
@@ -1062,10 +1062,10 @@ const sidebars = {
],
},
{
- type: 'category',
- label: 'RKE2 Hardening Guides',
+ type: "category",
+ label: "RKE2 Hardening Guides",
link: {
- type: 'doc',
+ type: "doc",
id: "reference-guides/rancher-security/hardening-guides/rke2-hardening-guide/rke2-hardening-guide",
},
items: [
@@ -1073,10 +1073,10 @@ const sidebars = {
],
},
{
- type: 'category',
- label: 'K3s Hardening Guides',
+ type: "category",
+ label: "K3s Hardening Guides",
link: {
- type: 'doc',
+ type: "doc",
id: "reference-guides/rancher-security/hardening-guides/k3s-hardening-guide/k3s-hardening-guide",
},
items: [
@@ -1086,10 +1086,10 @@ const sidebars = {
],
},
{
- type: 'category',
- label: 'SELinux RPM',
+ type: "category",
+ label: "SELinux RPM",
link: {
- type: 'doc',
+ type: "doc",
id: "reference-guides/rancher-security/selinux-rpm/selinux-rpm",
},
items: [
@@ -1101,112 +1101,104 @@ const sidebars = {
"reference-guides/rancher-security/rancher-security-best-practices",
"reference-guides/rancher-security/security-advisories-and-cves",
"reference-guides/rancher-security/psa-restricted-exemptions",
- "reference-guides/rancher-security/rancher-webhook-hardening"
+ "reference-guides/rancher-security/rancher-webhook-hardening",
],
- }
- ]
+ },
+ ],
},
{
- "type": "category",
- "label": "Integrations in Rancher",
- "link": {
- "type": "doc",
- "id": "integrations-in-rancher/integrations-in-rancher"
+ type: "category",
+ label: "Integrations in Rancher",
+ link: {
+ type: "doc",
+ id: "integrations-in-rancher/integrations-in-rancher",
},
- "items": [
+ items: [
"integrations-in-rancher/kubernetes-distributions/kubernetes-distributions",
{
- "type": "category",
- "label": "Virtualization on Kubernetes with Harvester",
- "link": {
- "type": "doc",
- "id": "integrations-in-rancher/harvester/harvester"
+ type: "category",
+ label: "Virtualization on Kubernetes with Harvester",
+ link: {
+ type: "doc",
+ id: "integrations-in-rancher/harvester/harvester",
},
- "items": [
- "integrations-in-rancher/harvester/overview"
- ]
+ items: ["integrations-in-rancher/harvester/overview"],
},
{
- "type": "category",
- "label": "Cloud Native Storage with Longhorn",
- "link": {
- "type": "doc",
- "id": "integrations-in-rancher/longhorn/longhorn"
+ type: "category",
+ label: "Cloud Native Storage with Longhorn",
+ link: {
+ type: "doc",
+ id: "integrations-in-rancher/longhorn/longhorn",
},
- "items": [
- "integrations-in-rancher/longhorn/overview"
- ]
+ items: ["integrations-in-rancher/longhorn/overview"],
},
{
- "type": "category",
- "label": "Container Security with Neuvector",
- "link": {
- "type": "doc",
- "id": "integrations-in-rancher/neuvector/neuvector"
+ type: "category",
+ label: "Container Security with Neuvector",
+ link: {
+ type: "doc",
+ id: "integrations-in-rancher/neuvector/neuvector",
},
- "items": [
- "integrations-in-rancher/neuvector/overview"
- ]
+ items: ["integrations-in-rancher/neuvector/overview"],
},
"integrations-in-rancher/suse-observability/suse-observability",
"integrations-in-rancher/kubewarden/kubewarden",
"integrations-in-rancher/elemental/elemental",
{
- "type": "category",
- "label": "Continuous Delivery with Fleet",
- "link": {
- "type": "doc",
- "id": "integrations-in-rancher/fleet/fleet"
+ type: "category",
+ label: "Continuous Delivery with Fleet",
+ link: {
+ type: "doc",
+ id: "integrations-in-rancher/fleet/fleet",
},
- "items": [
+ items: [
"integrations-in-rancher/fleet/overview",
"integrations-in-rancher/fleet/architecture",
"integrations-in-rancher/fleet/windows-support",
- "integrations-in-rancher/fleet/use-fleet-behind-a-proxy"
- ]
+ "integrations-in-rancher/fleet/use-fleet-behind-a-proxy",
+ ],
},
{
- "type": "category",
- "label": "Cluster API (CAPI) with Rancher Turtles",
- "link": {
- "type": "doc",
- "id": "integrations-in-rancher/cluster-api/cluster-api"
+ type: "category",
+ label: "Cluster API (CAPI) with Rancher Turtles",
+ link: {
+ type: "doc",
+ id: "integrations-in-rancher/cluster-api/cluster-api",
},
- "items": [
- "integrations-in-rancher/cluster-api/overview"
- ]
+ items: ["integrations-in-rancher/cluster-api/overview"],
},
"integrations-in-rancher/rancher-desktop",
{
- type: 'category',
- label: 'Cloud Marketplace Integration',
+ type: "category",
+ label: "Cloud Marketplace Integration",
link: {
- type: 'doc',
- id: "integrations-in-rancher/cloud-marketplace/cloud-marketplace"
+ type: "doc",
+ id: "integrations-in-rancher/cloud-marketplace/cloud-marketplace",
},
items: [
{
- type: 'category',
- label: 'AWS Marketplace Integration',
+ type: "category",
+ label: "AWS Marketplace Integration",
link: {
- type: 'doc',
- id: "integrations-in-rancher/cloud-marketplace/aws-cloud-marketplace/aws-cloud-marketplace"
+ type: "doc",
+ id: "integrations-in-rancher/cloud-marketplace/aws-cloud-marketplace/aws-cloud-marketplace",
},
items: [
- 'integrations-in-rancher/cloud-marketplace/aws-cloud-marketplace/adapter-requirements',
- 'integrations-in-rancher/cloud-marketplace/aws-cloud-marketplace/install-adapter',
- 'integrations-in-rancher/cloud-marketplace/aws-cloud-marketplace/uninstall-adapter',
- 'integrations-in-rancher/cloud-marketplace/aws-cloud-marketplace/common-issues'
- ]
+ "integrations-in-rancher/cloud-marketplace/aws-cloud-marketplace/adapter-requirements",
+ "integrations-in-rancher/cloud-marketplace/aws-cloud-marketplace/install-adapter",
+ "integrations-in-rancher/cloud-marketplace/aws-cloud-marketplace/uninstall-adapter",
+ "integrations-in-rancher/cloud-marketplace/aws-cloud-marketplace/common-issues",
+ ],
},
- 'integrations-in-rancher/cloud-marketplace/supportconfig'
- ]
+ "integrations-in-rancher/cloud-marketplace/supportconfig",
+ ],
},
{
- type: 'category',
- label: 'CIS Scans',
+ type: "category",
+ label: "CIS Scans",
link: {
- type: 'doc',
+ type: "doc",
id: "integrations-in-rancher/cis-scans/cis-scans",
},
items: [
@@ -1217,10 +1209,10 @@ const sidebars = {
],
},
{
- type: 'category',
- label: 'Istio',
+ type: "category",
+ label: "Istio",
link: {
- type: 'doc',
+ type: "doc",
id: "integrations-in-rancher/istio/istio",
},
items: [
@@ -1228,25 +1220,25 @@ const sidebars = {
"integrations-in-rancher/istio/rbac-for-istio",
"integrations-in-rancher/istio/disable-istio",
{
- type: 'category',
- label: 'Configuration Options',
+ type: "category",
+ label: "Configuration Options",
link: {
- type: 'doc',
+ type: "doc",
id: "integrations-in-rancher/istio/configuration-options/configuration-options",
},
items: [
"integrations-in-rancher/istio/configuration-options/selectors-and-scrape-configurations",
"integrations-in-rancher/istio/configuration-options/install-istio-on-rke2-cluster",
"integrations-in-rancher/istio/configuration-options/project-network-isolation",
- ]
- }
- ]
+ ],
+ },
+ ],
},
{
- type: 'category',
- label: 'Logging',
+ type: "category",
+ label: "Logging",
link: {
- type: 'doc',
+ type: "doc",
id: "integrations-in-rancher/logging/logging",
},
items: [
@@ -1255,22 +1247,22 @@ const sidebars = {
"integrations-in-rancher/logging/logging-helm-chart-options",
"integrations-in-rancher/logging/taints-and-tolerations",
{
- type: 'category',
- label: 'Custom Resource Configuration',
+ type: "category",
+ label: "Custom Resource Configuration",
link: {
- type: 'doc',
+ type: "doc",
id: "integrations-in-rancher/logging/custom-resource-configuration/custom-resource-configuration",
},
items: [
"integrations-in-rancher/logging/custom-resource-configuration/flows-and-clusterflows",
- "integrations-in-rancher/logging/custom-resource-configuration/outputs-and-clusteroutputs"
- ]
- }
- ]
+ "integrations-in-rancher/logging/custom-resource-configuration/outputs-and-clusteroutputs",
+ ],
+ },
+ ],
},
{
- type: 'category',
- label: 'Monitoring and Alerting',
+ type: "category",
+ label: "Monitoring and Alerting",
link: {
type: "doc",
id: "integrations-in-rancher/monitoring-and-alerting/monitoring-and-alerting",
@@ -1281,14 +1273,14 @@ const sidebars = {
"integrations-in-rancher/monitoring-and-alerting/built-in-dashboards",
"integrations-in-rancher/monitoring-and-alerting/windows-support",
"integrations-in-rancher/monitoring-and-alerting/promql-expressions",
- ]
+ ],
},
"integrations-in-rancher/rancher-extensions",
- ]
+ ],
},
{
- type: 'category',
- label: 'FAQ',
+ type: "category",
+ label: "FAQ",
items: [
"faq/general-faq",
"faq/deprecated-features",
@@ -1298,18 +1290,18 @@ const sidebars = {
"faq/security",
"faq/container-network-interface-providers",
"faq/rancher-is-no-longer-needed",
- ]
+ ],
},
{
- type: 'category',
- label: 'Troubleshooting',
+ type: "category",
+ label: "Troubleshooting",
items: [
"troubleshooting/general-troubleshooting",
{
- type: 'category',
- label: 'Kubernetes Components',
+ type: "category",
+ label: "Kubernetes Components",
link: {
- type: 'doc',
+ type: "doc",
id: "troubleshooting/kubernetes-components/kubernetes-components",
},
items: [
@@ -1317,11 +1309,11 @@ const sidebars = {
"troubleshooting/kubernetes-components/troubleshooting-controlplane-nodes",
"troubleshooting/kubernetes-components/troubleshooting-nginx-proxy",
"troubleshooting/kubernetes-components/troubleshooting-worker-nodes-and-generic-components",
- ]
+ ],
},
{
- type: 'category',
- label: 'Other Troubleshooting Tips',
+ type: "category",
+ label: "Other Troubleshooting Tips",
items: [
"troubleshooting/other-troubleshooting-tips/kubernetes-resources",
"troubleshooting/other-troubleshooting-tips/networking",
@@ -1331,32 +1323,30 @@ const sidebars = {
"troubleshooting/other-troubleshooting-tips/logging",
"troubleshooting/other-troubleshooting-tips/user-id-tracking-in-audit-logs",
"troubleshooting/other-troubleshooting-tips/expired-webhook-certificate-rotation",
- ]
- }
- ]
+ ],
+ },
+ ],
},
{
- "type": "category",
- "label": "Rancher Kubernetes API",
- "items": [
+ type: "category",
+ label: "Rancher Kubernetes API",
+ items: [
"api/quickstart",
{
- "type": "category",
- "label": "Example Workflows",
- "items": [
- "api/workflows/projects",
+ type: "category",
+ label: "Example Workflows",
+ items: ["api/workflows/projects",
"api/workflows/kubeconfigs",
- "api/workflows/tokens"
- ]
+ "api/workflows/tokens"],
},
"api/api-reference",
"api/api-tokens",
"api/extension-apiserver",
"api/v3-rancher-api-guide",
- ]
+ ],
},
"contribute-to-rancher",
"glossary",
- ]
-}
+ ],
+};
module.exports = sidebars;