Update syntax to transclude files

This commit is contained in:
Billy Tat
2022-07-12 16:25:51 -07:00
parent d5b3e0e900
commit 00eee04f1c
7 changed files with 18 additions and 8 deletions
+4 -2
View File
@@ -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]({{<baseurl>}}/rancher/v2.6/en/cluster-provisioning/), [cluster owners]({{<baseurl>}}/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]({{<baseurl>}}/rancher/v2.6/en/cluster-provisioning/), [cluster owners]({{<baseurl>}}/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';
<ClusterCapabilitiesTable />
## Configuring Tools
@@ -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';
<ClusterCapabilitiesTable />
@@ -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';
<ClusterCapabilitiesTable />
# Setting up Clusters in a Hosted Kubernetes Provider
@@ -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]({{<b
These ports are typically opened on your Kubernetes nodes, regardless of what type of cluster it is.
{{% include file="/rancher/v2.6/en/installation/requirements/ports/common-ports-table" %}}
import CommonPortsTable from '/rancher/v2.6/en/shared-files/_common-ports-table.md';
<CommonPortsTable />
----
+4 -2
View File
@@ -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';
<ClusterCapabilitiesTable />