mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-27 21:50:21 +00:00
Merge pull request #466 from sunilarjun/Moving-cluster-templates-to-manage-cluster
Moving manage-cluster-templates.md into Manage Clusters
This commit is contained in:
@@ -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/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/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/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/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/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
|
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/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-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/rotate-encryption-key, cluster-admin/encryption-key-rotation
|
||||||
|
how-to-guides/new-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/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/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
|
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).
|
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
|
## YAML Customization
|
||||||
|
|
||||||
|
|||||||
@@ -133,7 +133,7 @@ Rancher v2.6 introduces provisioning for [RKE2](https://docs.rke2.io/) clusters
|
|||||||
|
|
||||||
:::note
|
:::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.
|
||||||
|
|
||||||
:::
|
:::
|
||||||
|
|
||||||
|
|||||||
@@ -332,10 +332,6 @@ module.exports = {
|
|||||||
to: '/how-to-guides/new-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/example-use-cases',
|
||||||
from: '/how-to-guides/advanced-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',
|
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'
|
from: '/how-to-guides/advanced-user-guides/authentication-permissions-and-global-configuration/create-pod-security-policies'
|
||||||
@@ -412,6 +408,10 @@ module.exports = {
|
|||||||
to: '/how-to-guides/new-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'
|
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/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'
|
from: '/how-to-guides/advanced-user-guides/manage-clusters/nodes-and-node-pools'
|
||||||
|
|||||||
+1
-1
@@ -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)一起使用。
|
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 定制
|
## YAML 定制
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -133,7 +133,7 @@ Rancher 2.6 支持直接使用 Rancher UI 配置 [RKE2](https://docs.rke2.io/)
|
|||||||
|
|
||||||
:::note
|
:::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-集群模板)了解更多信息。
|
||||||
|
|
||||||
:::
|
:::
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -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)一起使用。
|
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 定制
|
## YAML 定制
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -133,7 +133,7 @@ Rancher 2.6 支持直接使用 Rancher UI 配置 [RKE2](https://docs.rke2.io/)
|
|||||||
|
|
||||||
:::note
|
:::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
@@ -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/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/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/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/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/nodes-and-node-pools",
|
||||||
|
|
||||||
"how-to-guides/new-user-guides/manage-clusters/clean-cluster-nodes",
|
"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).
|
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
|
## YAML Customization
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -133,7 +133,7 @@ Rancher v2.6 introduces provisioning for [RKE2](https://docs.rke2.io/) clusters
|
|||||||
|
|
||||||
:::note
|
:::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.
|
||||||
|
|
||||||
:::
|
:::
|
||||||
|
|
||||||
|
|||||||
@@ -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/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/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/global-default-private-registry",
|
||||||
"how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/custom-branding"
|
"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/projects-and-namespaces",
|
||||||
"how-to-guides/new-user-guides/manage-clusters/rotate-certificates",
|
"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/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/nodes-and-node-pools",
|
||||||
"how-to-guides/new-user-guides/manage-clusters/clean-cluster-nodes",
|
"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/add-a-pod-security-policy",
|
||||||
|
|||||||
Reference in New Issue
Block a user