Skip to content

Commit 2dbb1c7

Browse files
authored
pencil edit
1 parent 3cc1aa6 commit 2dbb1c7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/operator-nexus/concepts-baseboard-management-controller-credential-rotation.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ For iDRAC credential rotation to occur, a machine must meet specific criteria wh
2525
* The machine must be `Provision Status: Succeeded` and `Uncordoned`. If these two criteria are met, we move on to the next step.
2626
* We check for two specific cases where we consider the machine to be "Healthy" or "Spare":
2727
* 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
3131
* 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`
3434

3535
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`.
3636

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

Comments
 (0)