Skip to content

Commit 7f6b21a

Browse files
authored
Update howto-cluster-runtime-upgrade-template.md
Updates from comments.
1 parent d50e2ab commit 7f6b21a

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

articles/operator-nexus/howto-cluster-runtime-upgrade-template.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -90,13 +90,20 @@ Runtime changes are categorized as follows:
9090
az networkcloud baremetalmachine list -g $CLUSTER_MRG --subscription $SUBSCRIPTION_ID --query "sort_by([].{name:name,kubernetesNodeName:kubernetesNodeName,location:location,readyState:readyState,provisioningState:provisioningState,detailedStatus:detailedStatus,detailedStatusMessage:detailedStatusMessage,cordonStatus:cordonStatus,powerState:powerState,kubernetesVersion:kubernetesVersion,machineClusterVersion:machineClusterVersion,machineRoles:machineRoles| join(', ', @),createdAt:systemData.createdAt}, &name)" -o table
9191
```
9292

93-
Validate the following resource states for each BMM:
93+
Validate the following resource states for each BMM (except spare):
9494
- ReadyState: True
9595
- ProvisioningState: Succeeded
9696
- DetailedStatus: Provisioned
9797
- CordonStatus: Uncordoned
9898
- PowerState: On
9999

100+
One control-plane BMM is labeled as a spare with the following BMM status profile:
101+
- ReadyState: False
102+
- ProvisioningState: Succeeded
103+
- DetailedStatus: Available
104+
- CordonStatus: Uncordoned
105+
- PowerState: Off
106+
100107
3. Collect a profile of the tenant workloads:
101108
```
102109
az networkcloud clustermanager show -g $CM_RG --resource-name $CM_NAME --subscription $SUBSCRIPTION_ID -o table
@@ -219,7 +226,7 @@ az networkcloud baremetalmachine list -g $CLUSTER_MRG --subscription $SUBSCRIPTI
219226
az networkcloud baremetalmachine list -g $CLUSTER_MRG --subscription $SUBSCRIPTION_ID --query "sort_by([].{name:name,kubernetesNodeName:kubernetesNodeName,location:location,readyState:readyState,provisioningState:provisioningState,detailedStatus:detailedStatus,detailedStatusMessage:detailedStatusMessage,cordonStatus:cordonStatus,powerState:powerState,kubernetesVersion:kubernetesVersion,machineClusterVersion:machineClusterVersion,machineRoles:machineRoles| join(', ', @),createdAt:systemData.createdAt}, &name)" -o table
220227
```
221228

222-
Validate the following states for each BMM:
229+
Validate the following states for each BMM (except spare):
223230
- ReadyState: True
224231
- ProvisioningState: Succeeded
225232
- DetailedStatus: Provisioned
@@ -272,20 +279,15 @@ Run the following commands to check the status of the CM, Cluster, and BMM:
272279
az networkcloud baremetalmachine list -g $CLUSTER_MRG --subscription $SUBSCRIPTION_ID --query "sort_by([].{name:name,kubernetesNodeName:kubernetesNodeName,location:location,readyState:readyState,provisioningState:provisioningState,detailedStatus:detailedStatus,detailedStatusMessage:detailedStatusMessage,cordonStatus:cordonStatus,powerState:powerState,kubernetesVersion:kubernetesVersion,machineClusterVersion:machineClusterVersion,machineRoles:machineRoles| join(', ', @),createdAt:systemData.createdAt}, &name)" -o table
273280
```
274281

275-
Validate the following resource states for each BMM:
282+
Validate the following resource states for each BMM (except spare)
276283
- ReadyState: True
277284
- ProvisioningState: Succeeded
278285
- DetailedStatus: Provisioned
279286
- CordonStatus: Uncordoned
280287
- PowerState: On
281288

282289
>[!Note]
283-
> One control-plane BMM is labeled as a spare with the following BMM status profile:
284-
> - ReadyState: False
285-
> - ProvisioningState: Succeeded
286-
> - DetailedStatus: Available
287-
> - CordonStatus: Uncordoned
288-
> - PowerState: Off
290+
> One control-plane BMM is labeled as a spare and is inactive.
289291
290292
4. Collect a profile of the tenant workloads:
291293
```

0 commit comments

Comments
 (0)