Skip to content

Commit d5f6e84

Browse files
Merge pull request #241784 from DanCrank/danielcrank/bmm-bmc-reconcile
Add notes for BMM and BMC reconcile pause during upgrade
2 parents 709c5ce + c755783 commit d5f6e84

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

articles/operator-nexus/howto-baremetal-bmc-ssh.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@ The BMCs support a maximum number of 12 users. Users are defined on a per Cluste
2929
- The users added must be part of an Azure Active Directory (Azure AD) group. For more information, see [How to Manage Groups](../active-directory/fundamentals/how-to-manage-groups.md).
3030
- To restrict access for managing keysets, create a custom role. For more information, see [Azure Custom Roles](../role-based-access-control/custom-roles.md). In this instance, add or exclude permissions for `Microsoft.NetworkCloud/clusters/bmcKeySets`. The options are `/read`, `/write`, and `/delete`.
3131

32+
> [!NOTE]
33+
> When BMC access is created, modified or deleted via the commands described in this
34+
> article, a background process delivers those changes to the machines. This process is paused during
35+
> Operator Nexus software upgrades. If an upgrade is known to be in progress, you can use the `--no-wait`
36+
> option with the command to prevent the command prompt from waiting for the process to complete.
37+
3238
## Creating a BMC keyset
3339

3440
The `bmckeyset create` command creates SSH access to the bare metal machine in a Cluster for a group of users.

articles/operator-nexus/howto-baremetal-bmm-ssh.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@ There's no limit to the number of users in a group.
3737
- The added users must be part of an Azure Active Directory (Azure AD) group. For more information, see [How to Manage Groups](../active-directory/fundamentals/how-to-manage-groups.md).
3838
- To restrict access for managing keysets, create a custom role. For more information, see [Azure Custom Roles](../role-based-access-control/custom-roles.md). In this instance, add or exclude permissions for `Microsoft.NetworkCloud/clusters/bareMetalMachineKeySets`. The options are `/read`, `/write`, and `/delete`.
3939

40+
> [!NOTE]
41+
> When bare metal machine access is created, modified or deleted via the commands described in this
42+
> article, a background process delivers those changes to the machines. This process is paused during
43+
> Operator Nexus software upgrades. If an upgrade is known to be in progress, you can use the `--no-wait`
44+
> option with the command to prevent the command prompt from waiting for the process to complete.
45+
4046
## Creating a bare metal machine keyset
4147

4248
The `baremetalmachinekeyset create` command creates SSH access to the bare metal machine in a Cluster for a group of users.

0 commit comments

Comments
 (0)