2.5: Fix links for shared files

This commit is contained in:
Billy Tat
2022-08-19 16:01:21 -07:00
parent f2f2e91034
commit 578e201c58
5 changed files with 5 additions and 5 deletions
@@ -251,7 +251,7 @@ The following table depicts the port requirements for [registered clusters](../.
These ports are typically opened on your Kubernetes nodes, regardless of what type of cluster it is.
import CommonPortsTable from 'shared-files/_common-ports-table.md';
import CommonPortsTable from '../../../shared-files/_common-ports-table.md';
<CommonPortsTable />
@@ -62,6 +62,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:
import ClusterCapabilitiesTable from '/rancher/v2.6/en/shared-files/_cluster-capabilities-table.md';
import ClusterCapabilitiesTable from '../../shared-files/_cluster-capabilities-table.md';
<ClusterCapabilitiesTable />
@@ -24,7 +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:
import ClusterCapabilitiesTable from 'shared-files/_cluster-capabilities-table.md';
import ClusterCapabilitiesTable from '../shared-files/_cluster-capabilities-table.md';
<ClusterCapabilitiesTable />
@@ -32,7 +32,7 @@ This section covers the following topics:
The following table summarizes the options and settings available for each cluster type:
import ClusterCapabilitiesTable from 'shared-files/_cluster-capabilities-table.md';
import ClusterCapabilitiesTable from '../shared-files/_cluster-capabilities-table.md';
<ClusterCapabilitiesTable />
@@ -25,7 +25,7 @@ Alternatively, you can switch between projects and clusters directly in the navi
After clusters have been [provisioned into Rancher](kubernetes-clusters-in-rancher-setup.md), [cluster owners](../how-to-guides/advanced-user-guides/authentication-permissions-and-global-configuration/manage-role-based-access-control-rbac/cluster-and-project-roles.md#cluster-roles) will need to manage these clusters. There are many different options of how to manage your cluster.
import ClusterCapabilitiesTable from 'shared-files/_cluster-capabilities-table.md';
import ClusterCapabilitiesTable from '../shared-files/_cluster-capabilities-table.md';
<ClusterCapabilitiesTable />