Skip to content

Commit 02da378

Browse files
simplify sample output
1 parent 79b60ad commit 02da378

File tree

1 file changed

+6
-29
lines changed

1 file changed

+6
-29
lines changed

articles/operator-nexus/troubleshoot-bare-metal-machine-degraded.md

Lines changed: 6 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -43,39 +43,16 @@ az networkcloud baremetalmachine list -g <ResourceGroup_Name> --output table --
4343

4444
**Example Azure CLI output**
4545

46+
This example shows a deployment with two currently degraded BMMs (`compute01` and `compute04`), and two cordoned BMMs (`compute02` and `compute04`). Not all degraded BMMs are cordoned (yet), and not all of the healthy BMMs are uncordoned (yet) - due to the fixed delay before automatic cordoning and uncordoning takes effect.
47+
4648
```
4749
Name PowerState ProvisioningState ReadyState CordonStatus DetailedStatus DetailedStatusMessage
4850
-------------- ------------ ------------------- ------------ -------------- ---------------- -----------------------------------------------------------------------------------------------------------------
49-
rack2management1 On Succeeded True Uncordoned Provisioned The OS is provisioned to the machine.
50-
rack3management1 On Succeeded True Uncordoned Provisioned The OS is provisioned to the machine.
51-
rack2management2 On Succeeded True Uncordoned Provisioned The OS is provisioned to the machine.
52-
rack1management1 Off Succeeded False Uncordoned Available Available to participate in the cluster.
53-
rack3management2 On Succeeded True Uncordoned Provisioned The OS is provisioned to the machine.
54-
rack1management2 On Succeeded True Uncordoned Provisioned The OS is provisioned to the machine.
55-
rack3compute01 On Succeeded True Uncordoned Provisioned The OS is provisioned to the machine.
56-
rack1compute05 On Succeeded True Uncordoned Provisioned The OS is provisioned to the machine.
57-
rack1compute02 On Succeeded True Uncordoned Provisioned The OS is provisioned to the machine.
51+
rack1management1 On Succeeded True Uncordoned Provisioned The OS is provisioned to the machine.
52+
rack1compute01 On Succeeded True Uncordoned Provisioned The OS is provisioned to the machine. Degraded: LACP status is down
53+
rack1compute02 On Succeeded True Cordoned Provisioned The OS is provisioned to the machine.
5854
rack1compute03 On Succeeded True Uncordoned Provisioned The OS is provisioned to the machine.
59-
rack1compute08 On Succeeded True Uncordoned Provisioned The OS is provisioned to the machine.
60-
rack2compute05 On Succeeded True Uncordoned Provisioned The OS is provisioned to the machine.
61-
rack2compute03 On Succeeded True Uncordoned Provisioned The OS is provisioned to the machine.
62-
rack1compute01 On Succeeded False Cordoned Provisioned The OS is provisioned to the machine. Degraded: LACP status is down
63-
rack2compute07 On Succeeded True Uncordoned Provisioned The OS is provisioned to the machine.
64-
rack2compute01 On Succeeded True Uncordoned Provisioned The OS is provisioned to the machine.
65-
rack1compute04 On Succeeded True Uncordoned Provisioned The OS is provisioned to the machine.
66-
rack3compute06 On Succeeded True Uncordoned Provisioned The OS is provisioned to the machine.
67-
rack3compute05 On Succeeded True Uncordoned Provisioned The OS is provisioned to the machine.
68-
rack3compute08 Off Succeeded False Uncordoned Error This machine has failed hardware validation
69-
rack2compute06 On Succeeded True Uncordoned Provisioned The OS is provisioned to the machine.
70-
rack3compute07 On Succeeded True Uncordoned Provisioned The OS is provisioned to the machine.
71-
rack3compute03 On Succeeded True Uncordoned Provisioned The OS is provisioned to the machine.
72-
rack3compute02 On Succeeded True Uncordoned Provisioned The OS is provisioned to the machine.
73-
rack1compute07 On Succeeded True Uncordoned Provisioned The OS is provisioned to the machine.
74-
rack3compute04 On Succeeded True Uncordoned Provisioned The OS is provisioned to the machine.
75-
rack2compute08 On Succeeded True Cordoned Provisioned The OS is provisioned to the machine. Degraded: port flapping Degraded: port down
76-
rack2compute02 On Succeeded True Uncordoned Provisioned The OS is provisioned to the machine.
77-
rack1compute06 On Succeeded True Uncordoned Provisioned The OS is provisioned to the machine.
78-
rack2compute04 On Succeeded True Uncordoned Provisioned The OS is provisioned to the machine.
55+
rack1compute04 On Succeeded True Cordoned Provisioned The OS is provisioned to the machine. Degraded: port flapping Degraded: port down
7956
```
8057

8158
Additional information about recent degraded conditions and automatic cordoning is available in the following fields on the `bmm` kubernetes resource.

0 commit comments

Comments
 (0)