Skip to content

Commit ca2bcd9

Browse files
committed
fix broken links
1 parent ffe297c commit ca2bcd9

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

articles/operator-nexus/howto-bare-metal-best-practices.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,12 +139,12 @@ The `reimage` action is designed to interact with the operating system partition
139139

140140
Before initiating any `reimage` operation, ensure the following preconditions are met:
141141

142-
- Make sure the Bare Metal Machine's workloads are drained using the [`cordon`](./howto-baremetal-functions.md#make-a-bmm-unschedulable-cordon) command with the parameter `evacuate` set to `True`.
142+
- Make sure the Bare Metal Machine's workloads are drained using the [`cordon`](./howto-baremetal-functions.md#make-a-bare-metal-machine-unschedulable-cordon) command with the parameter `evacuate` set to `True`.
143143
- Perform high level checks covered in the article [Troubleshoot Bare Metal Machine Provisioning].
144144
- Evaluate any Bare Metal Machine warnings or degraded conditions which could indicate the need to resolve hardware, network, or server configuration problems before a `reimage` operation.
145145
For more information, read [Troubleshoot Degraded Status Errors on Bare Metal Machines] and [Troubleshoot Bare Metal Machine Warning Status].
146146
- If the Bare Metal Machine reports a failed state with the reason of hardware validation (seen in the Bare Metal Machine `Detailed Status` and `Detailed Status Message` fields), then the Bare Metal Machine needs a `replace` instead.
147-
See the [Best Practices for a Bare Metal Machine Replace](#best-practices-for-a-bmm-replace).
147+
See the [Best Practices for a Bare Metal Machine Replace](#best-practices-for-a-bare-metal-machine-replace).
148148
- Validate that there are no running firmware upgrade jobs.
149149
Follow steps in section [Determine if Firmware Update Jobs are Running](#determine-if-firmware-update-jobs-are-running).
150150

@@ -167,7 +167,7 @@ When one or more hardware components fail on the server (multiple failures), mak
167167

168168
Before initiating any `replace` operation, ensure the following preconditions are met:
169169

170-
- Make sure the Bare Metal Machine's workloads are drained using the [`cordon`](./howto-baremetal-functions.md#make-a-bmm-unschedulable-cordon) command with the parameter `evacuate` set to `True`.
170+
- Make sure the Bare Metal Machine's workloads are drained using the [`cordon`](./howto-baremetal-functions.md#make-a-bare-metal-machine-unschedulable-cordon) command with the parameter `evacuate` set to `True`.
171171
- Perform high level checks covered in the article [Troubleshoot Bare Metal Machine Provisioning].
172172
- Evaluate any Bare Metal Machine warnings or degraded conditions which could indicate the need to resolve hardware, network, or server configuration problems before a `replace` operation.
173173
For more information, see [Troubleshoot Degraded Status Errors on Bare Metal Machines] and [Troubleshoot Bare Metal Machine Warning Status].

articles/operator-nexus/howto-baremetal-functions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ az networkcloud baremetalmachine restart \
6969

7070
## Make a Bare Metal Machine unschedulable (cordon)
7171

72-
You can make a Bare Metal Machine unschedulable by executing the [`cordon`](#make-a-bmm-unschedulable-cordon) command.
72+
You can make a Bare Metal Machine unschedulable by executing the [`cordon`](#make-a-bare-metal-machine-unschedulable-cordon) command.
7373
On the execution of the `cordon` command, Operator Nexus workloads aren't scheduled on the Bare Metal Machine when `cordon` is set.
7474
Any attempt to create a workload on a `cordoned` Bare Metal Machine results in the workload being set to `pending` state.
7575
Existing workloads continue to run on the Bare Metal Machine unless the workloads are drained.
@@ -112,7 +112,7 @@ kubectl get nodes <resourceName> -ojson |jq '.metadata.labels."topology.kubernet
112112

113113
## Make a Bare Metal Machine schedulable (uncordon)
114114

115-
You can make a Bare Metal Machine "schedulable" (the server can host workloads) by executing the [`uncordon`](#make-a-bmm-schedulable-uncordon) command.
115+
You can make a Bare Metal Machine "schedulable" (the server can host workloads) by executing the [`uncordon`](#make-a-bare-metal-machine-schedulable-uncordon) command.
116116
All workloads in a `pending` state on the Bare Metal Machine are `restarted` when the Bare Metal Machine is `uncordoned`.
117117

118118
```azurecli
@@ -127,7 +127,7 @@ az networkcloud baremetalmachine uncordon \
127127
You can restore the runtime version on a Bare Metal Machine by executing `reimage` command. The `reimage` action doesn't affect the tenant workload files on the Bare Metal Machine.
128128
This process **redeploys** the runtime image on the target Bare Metal Machine and executes the steps to rejoin the cluster with the same identifiers.
129129

130-
As a best practice, ensure the Bare Metal Machine's workloads are drained using the [`cordon`](#make-a-bmm-unschedulable-cordon) command, with `evacuate` set to `True`, before executing the `reimage` command.
130+
As a best practice, ensure the Bare Metal Machine's workloads are drained using the [`cordon`](#make-a-bare-metal-machine-unschedulable-cordon) command, with `evacuate` set to `True`, before executing the `reimage` command.
131131
For more best practices to follow, read through [Best Practices for Bare Metal Machine Operations](./howto-bare-metal-best-practices.md).
132132

133133
> [!IMPORTANT]

0 commit comments

Comments
 (0)