Skip to content

Commit c847d8c

Browse files
committed
fix anchor links
1 parent d4f5a1f commit c847d8c

5 files changed

+7
-7
lines changed

docs/enterprise/embedded-manage-nodes.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This topic describes managing nodes in clusters created with Replicated Embedded
88

99
Multi-node clusters with Embedded Cluster have the following limitations:
1010

11-
* Setting node roles with the Embedded Cluster Config [roles](/reference/embedded-config#roles) key is Beta.
11+
* Setting node roles with the Embedded Cluster Config [roles](/reference/embedded-config#roles-beta) key is Beta.
1212

1313
* The same Embedded Cluster data directory used at installation is used for all nodes joined to the cluster. This is either the default `/var/lib/embedded-cluster` directory or the directory set with the [`--data-dir`](/reference/embedded-cluster-install#flags) flag. You cannot choose a different data directory for Embedded Cluster when joining nodes.
1414

docs/vendor/customer-reporting.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ As shown in the image above, the **Reporting** page has the following main secti
1414
* [Manage Customer](#manage-customer)
1515
* [Time to Install](#time-to-install)
1616
* [Download Portal](#download-portal)
17-
* [Enterprise Portal](#enterprise-portal)
17+
* [Enterprise Portal](#enterprise-portal-alpha)
1818
* [Instances](#instances)
19-
* [Install Attempts](#install-attempts)
19+
* [Install Attempts](#install-attempts-alpha)
2020

2121
### Manage Customer
2222

docs/vendor/embedded-using.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ Using the NVIDIA GPU Operator with Embedded Cluster requires configuring the con
235235
When the containerd options are configured as shown above, the NVIDIA GPU Operator automatically creates the required configurations in the `/etc/k0s/containerd.d/nvidia.toml` file. It is not necessary to create this file manually, or modify any other configuration on the hosts.
236236

237237
:::note
238-
If you include the NVIDIA GPU Operator as a Helm extension, remove any existing containerd services that are running on the host (such as those deployed by Docker) before attempting to install the release with Embedded Cluster. If there are any containerd services on the host, the NVIDIA GPU Operator will generate an invalid containerd config, causing the installation to fail. For more information, see [Installation failure when NVIDIA GPU Operator is included as Helm extension](#nvidia) in _Troubleshooting Embedded Cluster_.
238+
If you include the NVIDIA GPU Operator as a Helm extension, remove any existing containerd services that are running on the host (such as those deployed by Docker) before attempting to install the release with Embedded Cluster. If there are any containerd services on the host, the NVIDIA GPU Operator will generate an invalid containerd config, causing the installation to fail. For more information, see [Installation failure when NVIDIA GPU Operator is included as Helm extension](#nvidia-gpu-operator) in _Troubleshooting Embedded Cluster_.
239239

240240
This is the result of a known issue with v24.9.x of the NVIDIA GPU Operator. For more information about the known issue, see [container-toolkit does not modify the containerd config correctly when there are multiple instances of the containerd binary](https://github.com/NVIDIA/nvidia-container-toolkit/issues/982) in the nvidia-container-toolkit repository in GitHub.
241241
:::

docs/vendor/enterprise-portal-about.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ The Enterprise Portal provides insights to end users about their active and inac
5656

5757
### Customer Reporting
5858

59-
The Enterprise Portal sends insights back to the Vendor Portal, which are surfaced on the **Customer Reporting** page. For more information, see [Enterprise Portal](/vendor/customer-reporting#enterprise-portal) in _Customer Reporting_.
59+
The Enterprise Portal sends insights back to the Vendor Portal, which are surfaced on the **Customer Reporting** page. For more information, see [Enterprise Portal](/vendor/customer-reporting#enterprise-portal-alpha) in _Customer Reporting_.
6060

61-
These insights include details about the customer's install attempts. The Enterprise Portal tracks and reports on install attempts by creating unique, _just-in-time_ service accounts. These service accounts allow the Enterprise Portal to send data back to the Vendor Portal when the user starts and completes the installation or takes other actions that are specific to the installation type. The service accounts also provide realtime feedback to the user on their installation progress using checkboxes and status indicators, and allow users to pause and return to an installation attempt. For more information, see [Install Attempts](/vendor/customer-reporting#install-attempts) in _Customer Reporting_.
61+
These insights include details about the customer's install attempts. The Enterprise Portal tracks and reports on install attempts by creating unique, _just-in-time_ service accounts. These service accounts allow the Enterprise Portal to send data back to the Vendor Portal when the user starts and completes the installation or takes other actions that are specific to the installation type. The service accounts also provide realtime feedback to the user on their installation progress using checkboxes and status indicators, and allow users to pause and return to an installation attempt. For more information, see [Install Attempts](/vendor/customer-reporting#install-attempts-alpha) in _Customer Reporting_.
6262

6363
The following shows an example of the **Install Attempts** section:
6464

docs/vendor/replicated-onboarding.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ To add support for air gap installations:
490490

491491
The Embedded Cluster Config supports roles for multi-node clusters. One or more roles can be selected and assigned to a node when it is joined to the cluster. Node roles can be used to determine which nodes run the Kubernetes control plane, and to assign application workloads to particular nodes.
492492

493-
For more information, see [roles](/reference/embedded-config#roles) in _Embedded Cluster Config_.
493+
For more information, see [roles](/reference/embedded-config#roles-beta) in _Embedded Cluster Config_.
494494

495495
### Add and Map License Entitlements
496496

0 commit comments

Comments
 (0)