You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/operator-nexus/concepts-baseboard-management-controller-credential-rotation.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,13 +25,13 @@ For iDRAC credential rotation to occur, a machine must meet specific criteria wh
25
25
* The machine must be `Provision Status: Succeeded` and `Uncordoned`. If these two criteria are met, we move on to the next step.
26
26
* We check for two specific cases where we consider the machine to be "Healthy" or "Spare":
27
27
* For the machine to be considered `Healthy`, we check the following criteria. If all three are met, we proceed with rotation. If not, we check for spare.
28
-
1. The machine must be in `Ready` state
29
-
1. The machine's detailed status is `Provisoned`
30
-
1. The machine must have a set kubernetes node
28
+
- The machine must be in `Ready` state
29
+
- The machine's detailed status is `Provisoned`
30
+
- The machine must have a set kubernetes node
31
31
* For the machine to be considered a `Spare`, we perform these checks. If the following are met, we consider it a "Spare" node and perform rotation.
32
-
1. The machine is `NOT` in `Ready` state
33
-
1. The machine's detailed status is `Available`
32
+
- The machine is `NOT` in `Ready` state
33
+
- The machine's detailed status is `Available`
34
34
35
35
As per these guidelines, a machine doesn't perform automatic rotation if it's `Cordoned`. Likewise, rotation doesn't occur on any machine that isn't `Provision Status: Succeeded`.
36
36
37
-
For more information on BMM/BMC rotation, see [Credential Rotation](./howto-credential-rotation.md).
37
+
For more information on BMM/BMC rotation, see [Credential Rotation](./howto-credential-rotation.md).
0 commit comments