From 82668462be1e481bb1d8a237bf44ae0a44a5e068 Mon Sep 17 00:00:00 2001 From: Marty Hernandez Avedon Date: Fri, 8 Sep 2023 16:35:41 -0400 Subject: [PATCH] #420 canonical links for FAQ (#836) * #420 canonical links for FAQ * missing files for 2.0-2.4, 2.5 --- docs/faq/container-network-interface-providers.md | 4 ++++ docs/faq/deprecated-features-in-v2.5.md | 4 ++++ docs/faq/dockershim.md | 4 ++++ docs/faq/general-faq.md | 4 ++++ docs/faq/install-and-configure-kubectl.md | 4 ++++ docs/faq/rancher-is-no-longer-needed.md | 4 ++++ docs/faq/security.md | 4 ++++ docs/faq/technical-items.md | 4 ++++ docs/faq/telemetry.md | 4 ++++ versioned_docs/version-2.0-2.4/faq.md | 4 ++++ .../faq/container-network-interface-providers.md | 4 ++++ .../version-2.0-2.4/faq/install-and-configure-kubectl.md | 4 ++++ .../version-2.0-2.4/faq/rancher-is-no-longer-needed.md | 4 ++++ versioned_docs/version-2.0-2.4/faq/security.md | 4 ++++ versioned_docs/version-2.0-2.4/faq/technical-items.md | 4 ++++ versioned_docs/version-2.0-2.4/faq/telemetry.md | 4 ++++ versioned_docs/version-2.5/faq.md | 4 ++++ .../version-2.5/faq/container-network-interface-providers.md | 4 ++++ versioned_docs/version-2.5/faq/deprecated-features-in-v2.5.md | 4 ++++ .../version-2.5/faq/install-and-configure-kubectl.md | 4 ++++ versioned_docs/version-2.5/faq/rancher-is-no-longer-needed.md | 4 ++++ versioned_docs/version-2.5/faq/security.md | 4 ++++ versioned_docs/version-2.5/faq/technical-items.md | 4 ++++ versioned_docs/version-2.5/faq/telemetry.md | 4 ++++ .../version-2.6/faq/container-network-interface-providers.md | 4 ++++ versioned_docs/version-2.6/faq/deprecated-features-in-v2.5.md | 4 ++++ versioned_docs/version-2.6/faq/dockershim.md | 4 ++++ versioned_docs/version-2.6/faq/general-faq.md | 4 ++++ .../version-2.6/faq/install-and-configure-kubectl.md | 4 ++++ versioned_docs/version-2.6/faq/rancher-is-no-longer-needed.md | 4 ++++ versioned_docs/version-2.6/faq/security.md | 4 ++++ versioned_docs/version-2.6/faq/technical-items.md | 4 ++++ versioned_docs/version-2.6/faq/telemetry.md | 4 ++++ .../version-2.7/faq/container-network-interface-providers.md | 4 ++++ versioned_docs/version-2.7/faq/deprecated-features-in-v2.5.md | 4 ++++ versioned_docs/version-2.7/faq/dockershim.md | 4 ++++ versioned_docs/version-2.7/faq/general-faq.md | 4 ++++ .../version-2.7/faq/install-and-configure-kubectl.md | 4 ++++ versioned_docs/version-2.7/faq/rancher-is-no-longer-needed.md | 4 ++++ versioned_docs/version-2.7/faq/security.md | 4 ++++ versioned_docs/version-2.7/faq/technical-items.md | 4 ++++ versioned_docs/version-2.7/faq/telemetry.md | 4 ++++ 42 files changed, 168 insertions(+) diff --git a/docs/faq/container-network-interface-providers.md b/docs/faq/container-network-interface-providers.md index b741c84f3370..490713c7b5a7 100644 --- a/docs/faq/container-network-interface-providers.md +++ b/docs/faq/container-network-interface-providers.md @@ -3,6 +3,10 @@ title: Container Network Interface (CNI) Providers description: Learn about Container Network Interface (CNI), the CNI providers Rancher provides, the features they offer, and how to choose a provider for you --- + + + + ## What is CNI? CNI (Container Network Interface), a [Cloud Native Computing Foundation project](https://cncf.io/), consists of a specification and libraries for writing plugins to configure network interfaces in Linux containers, along with a number of plugins. CNI concerns itself only with network connectivity of containers and removing allocated resources when the container is deleted. diff --git a/docs/faq/deprecated-features-in-v2.5.md b/docs/faq/deprecated-features-in-v2.5.md index d901807423b4..86313d482385 100644 --- a/docs/faq/deprecated-features-in-v2.5.md +++ b/docs/faq/deprecated-features-in-v2.5.md @@ -2,6 +2,10 @@ title: Deprecated Features in Rancher --- + + + + ### What is Rancher's Deprecation policy? We have published our official deprecation policy in the support [terms of service](https://rancher.com/support-maintenance-terms). diff --git a/docs/faq/dockershim.md b/docs/faq/dockershim.md index 0921678a728c..23b982f7b305 100644 --- a/docs/faq/dockershim.md +++ b/docs/faq/dockershim.md @@ -2,6 +2,10 @@ title: Dockershim --- + + + + The Dockershim is the CRI compliant layer between the Kubelet and the Docker daemon. As part of the Kubernetes 1.20 release, the [deprecation of the in-tree Dockershim was announced](https://kubernetes.io/blog/2020/12/02/dont-panic-kubernetes-and-docker/). Removal is currently scheduled for Kubernetes 1.24. For more information on the deprecation and its timelines, see the [Kubernetes Dockershim Deprecation FAQ](https://kubernetes.io/blog/2020/12/02/dockershim-faq/#when-will-dockershim-be-removed). RKE clusters, starting with Kubernetes 1.21, now support the external Dockershim to continue leveraging Docker as the CRI runtime. We now implement the upstream open source community Dockershim announced by [Mirantis and Docker](https://www.mirantis.com/blog/mirantis-to-take-over-support-of-kubernetes-dockershim-2/) to ensure RKE clusters can continue to leverage Docker. diff --git a/docs/faq/general-faq.md b/docs/faq/general-faq.md index 142c684f9a0e..417875a6c6c1 100644 --- a/docs/faq/general-faq.md +++ b/docs/faq/general-faq.md @@ -2,6 +2,10 @@ title: General FAQ --- + + + + This FAQ is a work in progress designed to answers the questions our users most frequently ask about Rancher v2.x. See [Technical FAQ](technical-items.md), for frequently asked technical questions. diff --git a/docs/faq/install-and-configure-kubectl.md b/docs/faq/install-and-configure-kubectl.md index 861e1b7b1eb1..9bcb56bc3d28 100644 --- a/docs/faq/install-and-configure-kubectl.md +++ b/docs/faq/install-and-configure-kubectl.md @@ -2,6 +2,10 @@ title: Installing and Configuring kubectl --- + + + + `kubectl` is a CLI utility for running commands against Kubernetes clusters. It's required for many maintenance and administrative tasks in Rancher 2.x. ### Installation diff --git a/docs/faq/rancher-is-no-longer-needed.md b/docs/faq/rancher-is-no-longer-needed.md index f3b430d5646c..ce33edd6aece 100644 --- a/docs/faq/rancher-is-no-longer-needed.md +++ b/docs/faq/rancher-is-no-longer-needed.md @@ -2,6 +2,10 @@ title: Rancher is No Longer Needed --- + + + + This page is intended to answer questions about what happens if you don't want Rancher anymore, if you don't want a cluster to be managed by Rancher anymore, or if the Rancher server is deleted. diff --git a/docs/faq/security.md b/docs/faq/security.md index 14fdc2e5a776..447fb53d7de6 100644 --- a/docs/faq/security.md +++ b/docs/faq/security.md @@ -3,6 +3,10 @@ title: Security --- + + + + **Is there a Hardening Guide?** The Hardening Guide is now located in the main [Security](../pages-for-subheaders/rancher-security.md) section. diff --git a/docs/faq/technical-items.md b/docs/faq/technical-items.md index c860dac95ccb..0aed55b5d0db 100644 --- a/docs/faq/technical-items.md +++ b/docs/faq/technical-items.md @@ -2,6 +2,10 @@ title: Technical --- + + + + ### How can I reset the administrator password? Docker Install: diff --git a/docs/faq/telemetry.md b/docs/faq/telemetry.md index f0866ac2b559..a510347e5564 100644 --- a/docs/faq/telemetry.md +++ b/docs/faq/telemetry.md @@ -2,6 +2,10 @@ title: Telemetry --- + + + + ### What is Telemetry? Telemetry collects aggregate information about the size of Rancher installations, versions of components used, and which features are used. This information is used by Rancher Labs to help make the product better and is not shared with third-parties. diff --git a/versioned_docs/version-2.0-2.4/faq.md b/versioned_docs/version-2.0-2.4/faq.md index 7307f18ba255..31c63d146f58 100644 --- a/versioned_docs/version-2.0-2.4/faq.md +++ b/versioned_docs/version-2.0-2.4/faq.md @@ -2,6 +2,10 @@ title: FAQ --- + + + + This FAQ is a work in progress designed to answers the questions our users most frequently ask about Rancher v2.x. See [Technical FAQ](faq/technical-items.md), for frequently asked technical questions. diff --git a/versioned_docs/version-2.0-2.4/faq/container-network-interface-providers.md b/versioned_docs/version-2.0-2.4/faq/container-network-interface-providers.md index 372290f8a9d4..9081a7f4ae8f 100644 --- a/versioned_docs/version-2.0-2.4/faq/container-network-interface-providers.md +++ b/versioned_docs/version-2.0-2.4/faq/container-network-interface-providers.md @@ -3,6 +3,10 @@ title: Container Network Interface (CNI) Providers description: Learn about Container Network Interface (CNI), the CNI providers Rancher provides, the features they offer, and how to choose a provider for you --- + + + + ## What is CNI? CNI (Container Network Interface), a [Cloud Native Computing Foundation project](https://cncf.io/), consists of a specification and libraries for writing plugins to configure network interfaces in Linux containers, along with a number of plugins. CNI concerns itself only with network connectivity of containers and removing allocated resources when the container is deleted. diff --git a/versioned_docs/version-2.0-2.4/faq/install-and-configure-kubectl.md b/versioned_docs/version-2.0-2.4/faq/install-and-configure-kubectl.md index f059edb284dd..9623812941bf 100644 --- a/versioned_docs/version-2.0-2.4/faq/install-and-configure-kubectl.md +++ b/versioned_docs/version-2.0-2.4/faq/install-and-configure-kubectl.md @@ -2,6 +2,10 @@ title: Installing and Configuring kubectl --- + + + + `kubectl` is a CLI utility for running commands against Kubernetes clusters. It's required for many maintenance and administrative tasks in Rancher 2.x. ### Installation diff --git a/versioned_docs/version-2.0-2.4/faq/rancher-is-no-longer-needed.md b/versioned_docs/version-2.0-2.4/faq/rancher-is-no-longer-needed.md index 082324b73901..aac48b44baae 100644 --- a/versioned_docs/version-2.0-2.4/faq/rancher-is-no-longer-needed.md +++ b/versioned_docs/version-2.0-2.4/faq/rancher-is-no-longer-needed.md @@ -2,6 +2,10 @@ title: Rancher is No Longer Needed --- + + + + This page is intended to answer questions about what happens if you don't want Rancher anymore, if you don't want a cluster to be managed by Rancher anymore, or if the Rancher server is deleted. diff --git a/versioned_docs/version-2.0-2.4/faq/security.md b/versioned_docs/version-2.0-2.4/faq/security.md index e86c80236720..805dd1471921 100644 --- a/versioned_docs/version-2.0-2.4/faq/security.md +++ b/versioned_docs/version-2.0-2.4/faq/security.md @@ -2,6 +2,10 @@ title: Security --- + + + + **Is there a Hardening Guide?** The Hardening Guide is now located in the main [Security](../pages-for-subheaders/rancher-security.md) section. diff --git a/versioned_docs/version-2.0-2.4/faq/technical-items.md b/versioned_docs/version-2.0-2.4/faq/technical-items.md index 909f2cbfa46f..851253790465 100644 --- a/versioned_docs/version-2.0-2.4/faq/technical-items.md +++ b/versioned_docs/version-2.0-2.4/faq/technical-items.md @@ -2,6 +2,10 @@ title: Technical --- + + + + ### How can I reset the administrator password? Docker Install: diff --git a/versioned_docs/version-2.0-2.4/faq/telemetry.md b/versioned_docs/version-2.0-2.4/faq/telemetry.md index f0866ac2b559..a510347e5564 100644 --- a/versioned_docs/version-2.0-2.4/faq/telemetry.md +++ b/versioned_docs/version-2.0-2.4/faq/telemetry.md @@ -2,6 +2,10 @@ title: Telemetry --- + + + + ### What is Telemetry? Telemetry collects aggregate information about the size of Rancher installations, versions of components used, and which features are used. This information is used by Rancher Labs to help make the product better and is not shared with third-parties. diff --git a/versioned_docs/version-2.5/faq.md b/versioned_docs/version-2.5/faq.md index 3f778a9e7fdd..b10b3f8daf7e 100644 --- a/versioned_docs/version-2.5/faq.md +++ b/versioned_docs/version-2.5/faq.md @@ -2,6 +2,10 @@ title: FAQ --- + + + + This FAQ is a work in progress designed to answer the questions our users most frequently ask about Rancher v2.x. See [Technical FAQ](faq/technical-items.md), for frequently asked technical questions. diff --git a/versioned_docs/version-2.5/faq/container-network-interface-providers.md b/versioned_docs/version-2.5/faq/container-network-interface-providers.md index 0b9c8a56f6fa..e66d3a1dfe57 100644 --- a/versioned_docs/version-2.5/faq/container-network-interface-providers.md +++ b/versioned_docs/version-2.5/faq/container-network-interface-providers.md @@ -3,6 +3,10 @@ title: Container Network Interface (CNI) Providers description: Learn about Container Network Interface (CNI), the CNI providers Rancher provides, the features they offer, and how to choose a provider for you --- + + + + ## What is CNI? CNI (Container Network Interface), a [Cloud Native Computing Foundation project](https://cncf.io/), consists of a specification and libraries for writing plugins to configure network interfaces in Linux containers, along with a number of plugins. CNI concerns itself only with network connectivity of containers and removing allocated resources when the container is deleted. diff --git a/versioned_docs/version-2.5/faq/deprecated-features-in-v2.5.md b/versioned_docs/version-2.5/faq/deprecated-features-in-v2.5.md index 7f15d9798148..dba2fd3493ae 100644 --- a/versioned_docs/version-2.5/faq/deprecated-features-in-v2.5.md +++ b/versioned_docs/version-2.5/faq/deprecated-features-in-v2.5.md @@ -2,6 +2,10 @@ title: Deprecated Features in Rancher v2.5 --- + + + + ### What is Rancher's Deprecation policy? Starting in Rancher 2.5 we have published our official deprecation policy in the support [terms of service](https://rancher.com/support-maintenance-terms). diff --git a/versioned_docs/version-2.5/faq/install-and-configure-kubectl.md b/versioned_docs/version-2.5/faq/install-and-configure-kubectl.md index 6d1a86cae76e..2c4820540a99 100644 --- a/versioned_docs/version-2.5/faq/install-and-configure-kubectl.md +++ b/versioned_docs/version-2.5/faq/install-and-configure-kubectl.md @@ -2,6 +2,10 @@ title: Installing and Configuring kubectl --- + + + + `kubectl` is a CLI utility for running commands against Kubernetes clusters. It's required for many maintenance and administrative tasks in Rancher 2.x. ### Installation diff --git a/versioned_docs/version-2.5/faq/rancher-is-no-longer-needed.md b/versioned_docs/version-2.5/faq/rancher-is-no-longer-needed.md index a39c26f7b684..386241a0e7ce 100644 --- a/versioned_docs/version-2.5/faq/rancher-is-no-longer-needed.md +++ b/versioned_docs/version-2.5/faq/rancher-is-no-longer-needed.md @@ -2,6 +2,10 @@ title: Rancher is No Longer Needed --- + + + + This page is intended to answer questions about what happens if you don't want Rancher anymore, if you don't want a cluster to be managed by Rancher anymore, or if the Rancher server is deleted. diff --git a/versioned_docs/version-2.5/faq/security.md b/versioned_docs/version-2.5/faq/security.md index e86c80236720..805dd1471921 100644 --- a/versioned_docs/version-2.5/faq/security.md +++ b/versioned_docs/version-2.5/faq/security.md @@ -2,6 +2,10 @@ title: Security --- + + + + **Is there a Hardening Guide?** The Hardening Guide is now located in the main [Security](../pages-for-subheaders/rancher-security.md) section. diff --git a/versioned_docs/version-2.5/faq/technical-items.md b/versioned_docs/version-2.5/faq/technical-items.md index 7ee7c8c113fb..7d3491a6c6f5 100644 --- a/versioned_docs/version-2.5/faq/technical-items.md +++ b/versioned_docs/version-2.5/faq/technical-items.md @@ -2,6 +2,10 @@ title: Technical --- + + + + ### How can I reset the administrator password? Docker Install: diff --git a/versioned_docs/version-2.5/faq/telemetry.md b/versioned_docs/version-2.5/faq/telemetry.md index f0866ac2b559..a510347e5564 100644 --- a/versioned_docs/version-2.5/faq/telemetry.md +++ b/versioned_docs/version-2.5/faq/telemetry.md @@ -2,6 +2,10 @@ title: Telemetry --- + + + + ### What is Telemetry? Telemetry collects aggregate information about the size of Rancher installations, versions of components used, and which features are used. This information is used by Rancher Labs to help make the product better and is not shared with third-parties. diff --git a/versioned_docs/version-2.6/faq/container-network-interface-providers.md b/versioned_docs/version-2.6/faq/container-network-interface-providers.md index b741c84f3370..490713c7b5a7 100644 --- a/versioned_docs/version-2.6/faq/container-network-interface-providers.md +++ b/versioned_docs/version-2.6/faq/container-network-interface-providers.md @@ -3,6 +3,10 @@ title: Container Network Interface (CNI) Providers description: Learn about Container Network Interface (CNI), the CNI providers Rancher provides, the features they offer, and how to choose a provider for you --- + + + + ## What is CNI? CNI (Container Network Interface), a [Cloud Native Computing Foundation project](https://cncf.io/), consists of a specification and libraries for writing plugins to configure network interfaces in Linux containers, along with a number of plugins. CNI concerns itself only with network connectivity of containers and removing allocated resources when the container is deleted. diff --git a/versioned_docs/version-2.6/faq/deprecated-features-in-v2.5.md b/versioned_docs/version-2.6/faq/deprecated-features-in-v2.5.md index d901807423b4..86313d482385 100644 --- a/versioned_docs/version-2.6/faq/deprecated-features-in-v2.5.md +++ b/versioned_docs/version-2.6/faq/deprecated-features-in-v2.5.md @@ -2,6 +2,10 @@ title: Deprecated Features in Rancher --- + + + + ### What is Rancher's Deprecation policy? We have published our official deprecation policy in the support [terms of service](https://rancher.com/support-maintenance-terms). diff --git a/versioned_docs/version-2.6/faq/dockershim.md b/versioned_docs/version-2.6/faq/dockershim.md index 0921678a728c..23b982f7b305 100644 --- a/versioned_docs/version-2.6/faq/dockershim.md +++ b/versioned_docs/version-2.6/faq/dockershim.md @@ -2,6 +2,10 @@ title: Dockershim --- + + + + The Dockershim is the CRI compliant layer between the Kubelet and the Docker daemon. As part of the Kubernetes 1.20 release, the [deprecation of the in-tree Dockershim was announced](https://kubernetes.io/blog/2020/12/02/dont-panic-kubernetes-and-docker/). Removal is currently scheduled for Kubernetes 1.24. For more information on the deprecation and its timelines, see the [Kubernetes Dockershim Deprecation FAQ](https://kubernetes.io/blog/2020/12/02/dockershim-faq/#when-will-dockershim-be-removed). RKE clusters, starting with Kubernetes 1.21, now support the external Dockershim to continue leveraging Docker as the CRI runtime. We now implement the upstream open source community Dockershim announced by [Mirantis and Docker](https://www.mirantis.com/blog/mirantis-to-take-over-support-of-kubernetes-dockershim-2/) to ensure RKE clusters can continue to leverage Docker. diff --git a/versioned_docs/version-2.6/faq/general-faq.md b/versioned_docs/version-2.6/faq/general-faq.md index 91b604a45ec1..c41c70a5bc25 100644 --- a/versioned_docs/version-2.6/faq/general-faq.md +++ b/versioned_docs/version-2.6/faq/general-faq.md @@ -2,6 +2,10 @@ title: General FAQ --- + + + + This FAQ is a work in progress designed to answers the questions our users most frequently ask about Rancher v2.x. See [Technical FAQ](technical-items.md), for frequently asked technical questions. diff --git a/versioned_docs/version-2.6/faq/install-and-configure-kubectl.md b/versioned_docs/version-2.6/faq/install-and-configure-kubectl.md index 861e1b7b1eb1..9bcb56bc3d28 100644 --- a/versioned_docs/version-2.6/faq/install-and-configure-kubectl.md +++ b/versioned_docs/version-2.6/faq/install-and-configure-kubectl.md @@ -2,6 +2,10 @@ title: Installing and Configuring kubectl --- + + + + `kubectl` is a CLI utility for running commands against Kubernetes clusters. It's required for many maintenance and administrative tasks in Rancher 2.x. ### Installation diff --git a/versioned_docs/version-2.6/faq/rancher-is-no-longer-needed.md b/versioned_docs/version-2.6/faq/rancher-is-no-longer-needed.md index 6fa05b7566b7..7c74b3946b68 100644 --- a/versioned_docs/version-2.6/faq/rancher-is-no-longer-needed.md +++ b/versioned_docs/version-2.6/faq/rancher-is-no-longer-needed.md @@ -2,6 +2,10 @@ title: Rancher is No Longer Needed --- + + + + This page is intended to answer questions about what happens if you don't want Rancher anymore, if you don't want a cluster to be managed by Rancher anymore, or if the Rancher server is deleted. diff --git a/versioned_docs/version-2.6/faq/security.md b/versioned_docs/version-2.6/faq/security.md index 14fdc2e5a776..447fb53d7de6 100644 --- a/versioned_docs/version-2.6/faq/security.md +++ b/versioned_docs/version-2.6/faq/security.md @@ -3,6 +3,10 @@ title: Security --- + + + + **Is there a Hardening Guide?** The Hardening Guide is now located in the main [Security](../pages-for-subheaders/rancher-security.md) section. diff --git a/versioned_docs/version-2.6/faq/technical-items.md b/versioned_docs/version-2.6/faq/technical-items.md index c860dac95ccb..0aed55b5d0db 100644 --- a/versioned_docs/version-2.6/faq/technical-items.md +++ b/versioned_docs/version-2.6/faq/technical-items.md @@ -2,6 +2,10 @@ title: Technical --- + + + + ### How can I reset the administrator password? Docker Install: diff --git a/versioned_docs/version-2.6/faq/telemetry.md b/versioned_docs/version-2.6/faq/telemetry.md index f0866ac2b559..a510347e5564 100644 --- a/versioned_docs/version-2.6/faq/telemetry.md +++ b/versioned_docs/version-2.6/faq/telemetry.md @@ -2,6 +2,10 @@ title: Telemetry --- + + + + ### What is Telemetry? Telemetry collects aggregate information about the size of Rancher installations, versions of components used, and which features are used. This information is used by Rancher Labs to help make the product better and is not shared with third-parties. diff --git a/versioned_docs/version-2.7/faq/container-network-interface-providers.md b/versioned_docs/version-2.7/faq/container-network-interface-providers.md index b741c84f3370..490713c7b5a7 100644 --- a/versioned_docs/version-2.7/faq/container-network-interface-providers.md +++ b/versioned_docs/version-2.7/faq/container-network-interface-providers.md @@ -3,6 +3,10 @@ title: Container Network Interface (CNI) Providers description: Learn about Container Network Interface (CNI), the CNI providers Rancher provides, the features they offer, and how to choose a provider for you --- + + + + ## What is CNI? CNI (Container Network Interface), a [Cloud Native Computing Foundation project](https://cncf.io/), consists of a specification and libraries for writing plugins to configure network interfaces in Linux containers, along with a number of plugins. CNI concerns itself only with network connectivity of containers and removing allocated resources when the container is deleted. diff --git a/versioned_docs/version-2.7/faq/deprecated-features-in-v2.5.md b/versioned_docs/version-2.7/faq/deprecated-features-in-v2.5.md index d901807423b4..86313d482385 100644 --- a/versioned_docs/version-2.7/faq/deprecated-features-in-v2.5.md +++ b/versioned_docs/version-2.7/faq/deprecated-features-in-v2.5.md @@ -2,6 +2,10 @@ title: Deprecated Features in Rancher --- + + + + ### What is Rancher's Deprecation policy? We have published our official deprecation policy in the support [terms of service](https://rancher.com/support-maintenance-terms). diff --git a/versioned_docs/version-2.7/faq/dockershim.md b/versioned_docs/version-2.7/faq/dockershim.md index 0921678a728c..23b982f7b305 100644 --- a/versioned_docs/version-2.7/faq/dockershim.md +++ b/versioned_docs/version-2.7/faq/dockershim.md @@ -2,6 +2,10 @@ title: Dockershim --- + + + + The Dockershim is the CRI compliant layer between the Kubelet and the Docker daemon. As part of the Kubernetes 1.20 release, the [deprecation of the in-tree Dockershim was announced](https://kubernetes.io/blog/2020/12/02/dont-panic-kubernetes-and-docker/). Removal is currently scheduled for Kubernetes 1.24. For more information on the deprecation and its timelines, see the [Kubernetes Dockershim Deprecation FAQ](https://kubernetes.io/blog/2020/12/02/dockershim-faq/#when-will-dockershim-be-removed). RKE clusters, starting with Kubernetes 1.21, now support the external Dockershim to continue leveraging Docker as the CRI runtime. We now implement the upstream open source community Dockershim announced by [Mirantis and Docker](https://www.mirantis.com/blog/mirantis-to-take-over-support-of-kubernetes-dockershim-2/) to ensure RKE clusters can continue to leverage Docker. diff --git a/versioned_docs/version-2.7/faq/general-faq.md b/versioned_docs/version-2.7/faq/general-faq.md index 142c684f9a0e..417875a6c6c1 100644 --- a/versioned_docs/version-2.7/faq/general-faq.md +++ b/versioned_docs/version-2.7/faq/general-faq.md @@ -2,6 +2,10 @@ title: General FAQ --- + + + + This FAQ is a work in progress designed to answers the questions our users most frequently ask about Rancher v2.x. See [Technical FAQ](technical-items.md), for frequently asked technical questions. diff --git a/versioned_docs/version-2.7/faq/install-and-configure-kubectl.md b/versioned_docs/version-2.7/faq/install-and-configure-kubectl.md index 861e1b7b1eb1..9bcb56bc3d28 100644 --- a/versioned_docs/version-2.7/faq/install-and-configure-kubectl.md +++ b/versioned_docs/version-2.7/faq/install-and-configure-kubectl.md @@ -2,6 +2,10 @@ title: Installing and Configuring kubectl --- + + + + `kubectl` is a CLI utility for running commands against Kubernetes clusters. It's required for many maintenance and administrative tasks in Rancher 2.x. ### Installation diff --git a/versioned_docs/version-2.7/faq/rancher-is-no-longer-needed.md b/versioned_docs/version-2.7/faq/rancher-is-no-longer-needed.md index f3b430d5646c..ce33edd6aece 100644 --- a/versioned_docs/version-2.7/faq/rancher-is-no-longer-needed.md +++ b/versioned_docs/version-2.7/faq/rancher-is-no-longer-needed.md @@ -2,6 +2,10 @@ title: Rancher is No Longer Needed --- + + + + This page is intended to answer questions about what happens if you don't want Rancher anymore, if you don't want a cluster to be managed by Rancher anymore, or if the Rancher server is deleted. diff --git a/versioned_docs/version-2.7/faq/security.md b/versioned_docs/version-2.7/faq/security.md index 14fdc2e5a776..447fb53d7de6 100644 --- a/versioned_docs/version-2.7/faq/security.md +++ b/versioned_docs/version-2.7/faq/security.md @@ -3,6 +3,10 @@ title: Security --- + + + + **Is there a Hardening Guide?** The Hardening Guide is now located in the main [Security](../pages-for-subheaders/rancher-security.md) section. diff --git a/versioned_docs/version-2.7/faq/technical-items.md b/versioned_docs/version-2.7/faq/technical-items.md index c860dac95ccb..0aed55b5d0db 100644 --- a/versioned_docs/version-2.7/faq/technical-items.md +++ b/versioned_docs/version-2.7/faq/technical-items.md @@ -2,6 +2,10 @@ title: Technical --- + + + + ### How can I reset the administrator password? Docker Install: diff --git a/versioned_docs/version-2.7/faq/telemetry.md b/versioned_docs/version-2.7/faq/telemetry.md index f0866ac2b559..a510347e5564 100644 --- a/versioned_docs/version-2.7/faq/telemetry.md +++ b/versioned_docs/version-2.7/faq/telemetry.md @@ -2,6 +2,10 @@ title: Telemetry --- + + + + ### What is Telemetry? Telemetry collects aggregate information about the size of Rancher installations, versions of components used, and which features are used. This information is used by Rancher Labs to help make the product better and is not shared with third-parties.