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
2. Azure CLI with `--debug` flag passed on command-line.
171
171
172
-
### Set Deployment Thresholds
172
+
### Set deployment thresholds
173
173
174
174
There are two types of deployment thresholds that can be set on a cluster prior to cluster deployment. They are `compute-deployment-threshold` and `update-strategy`.
175
175
176
-
***--compute-deployment-threshold - The validation threshold indicating the allowable failures of compute nodes during environment hardware validation.***
176
+
**--compute-deployment-threshold - The validation threshold indicating the allowable failures of compute nodes during environment hardware validation.**
177
177
178
-
If `compute-deployment-threshold` is not set, the default are as follows:
178
+
If `compute-deployment-threshold` is not set, the defaults are as follows:
az networkcloud cluster show --resource-group "<resourceGroup>" --name "<clusterName>" | grep -a3 computeDeploymentThreshold
@@ -207,10 +207,10 @@ az networkcloud cluster show --resource-group "<resourceGroup>" --name "<cluster
207
207
"value": 97
208
208
```
209
209
210
-
In this example, if less than 97% of the compute nodes being deployed pass hardware validation, the cluster deployment will fail. ***NOTE: All kubernetes control plane (KCP) and nexus management plane (NMP) must pass hardware validation.*** If 97% or more of the compute nodes being deployed pass hardware validation, the cluster deployment will continue to the bootstrap provisioning phase. During compute bootstrap provisioning, the `update-strategy` (below) is used for compute nodes.
210
+
In this example, if less than 97% of the compute nodes being deployed pass hardware validation, the cluster deployment will fail. **NOTE: All kubernetes control plane (KCP) and nexus management plane (NMP) must pass hardware validation.** If 97% or more of the compute nodes being deployed pass hardware validation, the cluster deployment will continue to the bootstrap provisioning phase. During compute bootstrap provisioning, the `update-strategy` (below) is used for compute nodes.
211
211
212
212
213
-
***--update-strategy - The strategy for updating the cluster indicating the allowable compute node failures during bootstrap provisioning.***
213
+
**--update-strategy - The strategy for updating the cluster indicating the allowable compute node failures during bootstrap provisioning.**
214
214
215
215
If the customer requests an `update-strategy` threshold that it is different from the default of 80%, you can run the following cluster update command.
strategy-type can be "Rack" (Rack by Rack) OR "PauseAfterRack" (Wait for customer response to continue)
225
+
The strategy-type can be "Rack" (Rack by Rack) OR "PauseAfterRack" (Wait for customer response to continue).
226
226
227
-
threshold-type can be "PercentSuccess" OR "CountSuccess"
227
+
The threshold-type can be "PercentSuccess" OR "CountSuccess".
228
228
229
-
If updateStrategy is not set, the default are as follows:
229
+
If updateStrategy is not set, the defaults are as follows:
230
230
231
231
```
232
232
"strategyType": "Rack",
@@ -285,7 +285,8 @@ az networkcloud cluster show --resource-group "<resourceGroup>" /
285
285
286
286
In this example, if less than 10 compute nodes being provisioned in a rack fail to provision (on a rack by rack basis), the cluster deployment will fail. If 10 or more of the compute nodes are successfully provisioned, cluster deployment moves on to the next rack of compute nodes.
287
287
288
-
***NOTE: Deployment thresholds cannot be changed after cluster deployment has started.***
288
+
>[!NOTE]
289
+
>Deployment thresholds cannot be changed after cluster deployment has started.
0 commit comments