Moving manage-cluster-templates.md into Manage Clusters subsection for more intuitive grouping.

Signed-off-by: Sunil Singh <sunil.singh@suse.com>
This commit is contained in:
Sunil Singh
2023-03-03 13:51:01 -08:00
parent 0a3d074a7a
commit be5abfdb33
16 changed files with 16 additions and 16 deletions
@@ -186,7 +186,6 @@ how-to-guides/advanced-user-guides/authentication-permissions-and-global-configu
how-to-guides/advanced-user-guides/authentication-permissions-and-global-configuration/about-rke1-templates/apply-templates, admin-settings/rke-templates/applying-templates
how-to-guides/advanced-user-guides/authentication-permissions-and-global-configuration/about-rke1-templates/infrastructure, admin-settings/rke-templates/rke-templates-and-hardware
how-to-guides/advanced-user-guides/authentication-permissions-and-global-configuration/about-rke1-templates/example-use-cases, admin-settings/rke-templates/example-scenarios
how-to-guides/advanced-user-guides/authentication-permissions-and-global-configuration/manage-cluster-templates, admin-settings/cluster-templates
how-to-guides/advanced-user-guides/authentication-permissions-and-global-configuration/create-pod-security-policies, admin-settings/pod-security-policies
how-to-guides/advanced-user-guides/authentication-permissions-and-global-configuration/global-default-private-registry, admin-settings/config-private-registry
how-to-guides/advanced-user-guides/authentication-permissions-and-global-configuration/custom-branding, admin-settings/branding
@@ -213,6 +212,7 @@ how-to-guides/advanced-user-guides/manage-clusters/projects-and-namespaces, clus
how-to-guides/advanced-user-guides/manage-clusters/clone-cluster-configuration, cluster-admin/cloning-clusters
how-to-guides/advanced-user-guides/manage-clusters/rotate-certificates, cluster-admin/certificate-rotation
how-to-guides/advanced-user-guides/manage-clusters/rotate-encryption-key, cluster-admin/encryption-key-rotation
how-to-guides/advanced-user-guides/manage-clusters/manage-cluster-templates, cluster-admin/cluster-templates
how-to-guides/advanced-user-guides/manage-clusters/nodes-and-node-pools, cluster-admin/nodes
how-to-guides/advanced-user-guides/manage-clusters/clean-cluster-nodes, cluster-admin/cleaning-cluster-nodes
how-to-guides/advanced-user-guides/manage-clusters/add-a-pod-security-policy, cluster-admin/pod-security-policy
1 new_path old_path
186 how-to-guides/advanced-user-guides/authentication-permissions-and-global-configuration/about-rke1-templates/apply-templates admin-settings/rke-templates/applying-templates
187 how-to-guides/advanced-user-guides/authentication-permissions-and-global-configuration/about-rke1-templates/infrastructure admin-settings/rke-templates/rke-templates-and-hardware
188 how-to-guides/advanced-user-guides/authentication-permissions-and-global-configuration/about-rke1-templates/example-use-cases admin-settings/rke-templates/example-scenarios
how-to-guides/advanced-user-guides/authentication-permissions-and-global-configuration/manage-cluster-templates admin-settings/cluster-templates
189 how-to-guides/advanced-user-guides/authentication-permissions-and-global-configuration/create-pod-security-policies admin-settings/pod-security-policies
190 how-to-guides/advanced-user-guides/authentication-permissions-and-global-configuration/global-default-private-registry admin-settings/config-private-registry
191 how-to-guides/advanced-user-guides/authentication-permissions-and-global-configuration/custom-branding admin-settings/branding
212 how-to-guides/advanced-user-guides/manage-clusters/clone-cluster-configuration cluster-admin/cloning-clusters
213 how-to-guides/advanced-user-guides/manage-clusters/rotate-certificates cluster-admin/certificate-rotation
214 how-to-guides/advanced-user-guides/manage-clusters/rotate-encryption-key cluster-admin/encryption-key-rotation
215 how-to-guides/advanced-user-guides/manage-clusters/manage-cluster-templates cluster-admin/cluster-templates
216 how-to-guides/advanced-user-guides/manage-clusters/nodes-and-node-pools cluster-admin/nodes
217 how-to-guides/advanced-user-guides/manage-clusters/clean-cluster-nodes cluster-admin/cleaning-cluster-nodes
218 how-to-guides/advanced-user-guides/manage-clusters/add-a-pod-security-policy cluster-admin/pod-security-policy
@@ -101,7 +101,7 @@ You can [save the configuration of an existing cluster as an RKE template.](../h
RKE templates are designed to standardize Kubernetes and Rancher settings. If you want to standardize your infrastructure as well, one option is to use RKE templates [in conjunction with other tools](../how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/about-rke1-templates/infrastructure.md).
Another option is to use [cluster templates,](../how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/manage-cluster-templates.md) which include node pool configuration options, but don't provide configuration enforcement.
Another option is to use [cluster templates,](../how-to-guides/new-user-guides/manage-clusters/manage-cluster-templates.md) which include node pool configuration options, but don't provide configuration enforcement.
## YAML Customization
@@ -133,7 +133,7 @@ Rancher v2.6 introduces provisioning for [RKE2](https://docs.rke2.io/) clusters
:::note
For RKE2 cluster templates, please refer to [this page](../how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/manage-cluster-templates.md#rke2-cluster-template) for additional information.
For RKE2 cluster templates, please refer to [this page](../how-to-guides/new-user-guides/manage-clusters/manage-cluster-templates.md#rke2-cluster-template) for additional information.
:::
+4 -4
View File
@@ -335,10 +335,6 @@ module.exports = {
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/manage-cluster-templates',
from: '/how-to-guides/advanced-user-guides/authentication-permissions-and-global-configuration/manage-cluster-templates'
},
{
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'
@@ -415,6 +411,10 @@ module.exports = {
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/advanced-user-guides/manage-clusters/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'
@@ -101,7 +101,7 @@ RKE 模板更新通过修订系统处理。如果要更改或更新模板,请
RKE 模板的目的是标准化 Kubernetes 和 Rancher 设置。如果你还想标准化你的基础设施,一个选择是将 RKE 模板与[其他工具](../how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/about-rke1-templates/infrastructure.md)一起使用。
另一种选择是使用包含节点池配置选项,但不强制执行配置的[集群模板](../how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/manage-cluster-templates.md)。
另一种选择是使用包含节点池配置选项,但不强制执行配置的[集群模板](../how-to-guides/new-user-guides/manage-clusters/manage-cluster-templates.md)。
## YAML 定制
@@ -133,7 +133,7 @@ Rancher 2.6 支持直接使用 Rancher UI 配置 [RKE2](https://docs.rke2.io/)
:::note
对于 RKE2 集群模板,请参阅[此页面](../how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/manage-cluster-templates.md#rke2-集群模板)了解更多信息。
对于 RKE2 集群模板,请参阅[此页面](../how-to-guides/new-user-guides/manage-clusters/manage-cluster-templates.md#rke2-集群模板)了解更多信息。
:::
@@ -101,7 +101,7 @@ RKE 模板更新通过修订系统处理。如果要更改或更新模板,请
RKE 模板的目的是标准化 Kubernetes 和 Rancher 设置。如果你还想标准化你的基础设施,一个选择是将 RKE 模板与[其他工具](../how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/about-rke1-templates/infrastructure.md)一起使用。
另一种选择是使用包含节点池配置选项,但不强制执行配置的[集群模板](../how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/manage-cluster-templates.md)。
另一种选择是使用包含节点池配置选项,但不强制执行配置的[集群模板](../how-to-guides/new-user-guides/manage-clusters/manage-cluster-templates.md)。
## YAML 定制
@@ -133,7 +133,7 @@ Rancher 2.6 支持直接使用 Rancher UI 配置 [RKE2](https://docs.rke2.io/)
:::note
对于 RKE2 集群模板,请参阅[此页面](../how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/manage-cluster-templates.md#rke2-集群模板)了解更多信息。
对于 RKE2 集群模板,请参阅[此页面](../how-to-guides/new-user-guides/manage-clusters/manage-cluster-templates.md#rke2-集群模板)了解更多信息。
:::
+2 -2
View File
@@ -313,8 +313,6 @@ const sidebars = {
"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/manage-cluster-templates",
"how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/create-pod-security-policies",
"how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/global-default-private-registry",
@@ -389,6 +387,8 @@ const sidebars = {
"how-to-guides/new-user-guides/manage-clusters/rotate-encryption-key",
"how-to-guides/new-user-guides/manage-clusters/manage-cluster-templates",
"how-to-guides/new-user-guides/manage-clusters/nodes-and-node-pools",
"how-to-guides/new-user-guides/manage-clusters/clean-cluster-nodes",
@@ -101,7 +101,7 @@ You can [save the configuration of an existing cluster as an RKE template.](../h
RKE templates are designed to standardize Kubernetes and Rancher settings. If you want to standardize your infrastructure as well, one option is to use RKE templates [in conjunction with other tools](../how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/about-rke1-templates/infrastructure.md).
Another option is to use [cluster templates,](../how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/manage-cluster-templates.md) which include node pool configuration options, but don't provide configuration enforcement.
Another option is to use [cluster templates,](../how-to-guides/new-user-guides/manage-clusters/manage-cluster-templates.md) which include node pool configuration options, but don't provide configuration enforcement.
## YAML Customization
@@ -133,7 +133,7 @@ Rancher v2.6 introduces provisioning for [RKE2](https://docs.rke2.io/) clusters
:::note
For RKE2 cluster templates, please refer to [this page](../how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/manage-cluster-templates.md#rke2-cluster-template) for additional information.
For RKE2 cluster templates, please refer to [this page](../how-to-guides/new-user-guides/manage-clusters/manage-cluster-templates.md#rke2-cluster-template) for additional information.
:::
+1 -1
View File
@@ -292,7 +292,6 @@
"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/manage-cluster-templates",
"how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/create-pod-security-policies",
"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"
@@ -362,6 +361,7 @@
"how-to-guides/new-user-guides/manage-clusters/projects-and-namespaces",
"how-to-guides/new-user-guides/manage-clusters/rotate-certificates",
"how-to-guides/new-user-guides/manage-clusters/rotate-encryption-key",
"how-to-guides/new-user-guides/manage-clusters/manage-cluster-templates",
"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",