diff --git a/docs/en/cluster-admin/cluster-admin.md b/docs/en/cluster-admin/cluster-admin.md index 2a4ab74ec8e..7c18b688572 100644 --- a/docs/en/cluster-admin/cluster-admin.md +++ b/docs/en/cluster-admin/cluster-admin.md @@ -19,9 +19,11 @@ This section assumes a basic familiarity with Docker and Kubernetes. For a brief ## Managing Clusters in Rancher -After clusters have been [provisioned into Rancher]({{}}/rancher/v2.6/en/cluster-provisioning/), [cluster owners]({{}}/rancher/v2.6/en/admin-settings/rbac/cluster-project-roles/#cluster-roles) will need to manage these clusters. There are many different options of how to manage your cluster. +After clusters have been [provisioned into Rancher]({{}}/rancher/v2.6/en/cluster-provisioning/), [cluster owners]({{}}/rancher/v2.6/en/admin-settings/rbac/cluster-project-roles/#cluster-roles) will need to manage these clusters. There are many different options of how to manage your cluster. -{{% include file="/rancher/v2.6/en/cluster-provisioning/cluster-capabilities-table" %}} +import ClusterCapabilitiesTable from '/rancher/v2.6/en/shared-files/_cluster-capabilities-table.md'; + + ## Configuring Tools diff --git a/docs/en/cluster-admin/editing-clusters/editing-clusters.md b/docs/en/cluster-admin/editing-clusters/editing-clusters.md index cab7cdd0d06..b6baba3117d 100644 --- a/docs/en/cluster-admin/editing-clusters/editing-clusters.md +++ b/docs/en/cluster-admin/editing-clusters/editing-clusters.md @@ -24,5 +24,7 @@ The options and settings available for an existing cluster change based on the m The following table summarizes the options and settings available for each cluster type: -{{% include file="/rancher/v2.6/en/cluster-provisioning/cluster-capabilities-table" %}} +import ClusterCapabilitiesTable from '/rancher/v2.6/en/shared-files/_cluster-capabilities-table.md'; + + diff --git a/docs/en/cluster-provisioning/cluster-provisioning.md b/docs/en/cluster-provisioning/cluster-provisioning.md index 9e9f44c4c87..b3e16047f42 100644 --- a/docs/en/cluster-provisioning/cluster-provisioning.md +++ b/docs/en/cluster-provisioning/cluster-provisioning.md @@ -28,7 +28,9 @@ This section covers the following topics: The following table summarizes the options and settings available for each cluster type: -{{% include file="/rancher/v2.6/en/cluster-provisioning/cluster-capabilities-table" %}} +import ClusterCapabilitiesTable from '/rancher/v2.6/en/shared-files/_cluster-capabilities-table.md'; + + # Setting up Clusters in a Hosted Kubernetes Provider diff --git a/docs/en/installation/requirements/ports/ports.md b/docs/en/installation/requirements/ports/ports.md index 2408997304e..f503899549a 100644 --- a/docs/en/installation/requirements/ports/ports.md +++ b/docs/en/installation/requirements/ports/ports.md @@ -133,7 +133,7 @@ All nodes need to be able to reach other nodes over UDP port 8472 when Flannel V If you wish to utilize the metrics server, you will need to open port 10250 on each node. -:::note Important: +:::note Important: The VXLAN port on nodes should not be exposed to the world as it opens up your cluster network to be accessed by anyone. Run your nodes behind a firewall/security group that disables access to port 8472. @@ -258,7 +258,9 @@ The following table depicts the port requirements for [registered clusters]({{ ---- diff --git a/docs/en/overview/overview.md b/docs/en/overview/overview.md index 22d719374d7..8840c78bf82 100644 --- a/docs/en/overview/overview.md +++ b/docs/en/overview/overview.md @@ -50,7 +50,7 @@ The Rancher API server is built on top of an embedded Kubernetes API server and ### Cluster Visibility - **Logging:** Rancher can integrate with a variety of popular logging services and tools that exist outside of your Kubernetes clusters. -- **Monitoring:** Using Rancher, you can monitor the state and processes of your cluster nodes, Kubernetes components, and software deployments through integration with Prometheus, a leading open-source monitoring solution. +- **Monitoring:** Using Rancher, you can monitor the state and processes of your cluster nodes, Kubernetes components, and software deployments through integration with Prometheus, a leading open-source monitoring solution. - **Alerting:** To keep your clusters and applications healthy and driving your organizational productivity forward, you need to stay informed of events occurring in your clusters and projects, both planned and unplanned. # Editing Downstream Clusters with Rancher @@ -61,4 +61,6 @@ After a cluster is created with Rancher, a cluster administrator can manage clus The following table summarizes the options and settings available for each cluster type: -{{% include file="/rancher/v2.6/en/cluster-provisioning/cluster-capabilities-table" %}} +import ClusterCapabilitiesTable from '/rancher/v2.6/en/shared-files/_cluster-capabilities-table.md'; + + diff --git a/docs/en/cluster-provisioning/cluster-capabilities-table/cluster-capabilities-table.md b/docs/en/shared-files/_cluster-capabilities-table.md similarity index 100% rename from docs/en/cluster-provisioning/cluster-capabilities-table/cluster-capabilities-table.md rename to docs/en/shared-files/_cluster-capabilities-table.md diff --git a/docs/en/installation/requirements/ports/common-ports-table/common-ports-table.md b/docs/en/shared-files/_common-ports-table.md similarity index 100% rename from docs/en/installation/requirements/ports/common-ports-table/common-ports-table.md rename to docs/en/shared-files/_common-ports-table.md