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
Note: To get the correct formatting, copy the raw code file. The values within the cluster.parameters.jsonc file are are customer specific and may not be a complete list. Please update the value fields for your specific environment.
121
+
Note: To get the correct formatting, copy the raw code file. The values within the cluster.parameters.jsonc file are customer specific and may not be a complete list. Update the value fields for your specific environment.
122
122
123
123
1. In a web browser, go to the [Azure portal](https://portal.azure.com/) and sign in.
124
124
1. From the Azure portal search bar, search for 'Deploy a custom template' and then select it from the available services.
125
125
1. Click on Build your own template in the editor.
126
126
1. Click on Load file. Locate your cluster.jsonc template file and upload it.
127
127
1. Click Save.
128
128
1. Click Edit parameters.
129
-
1. Click Load file. Locate your cluster.parameters.jsonc parameters file and upload it.
129
+
1. Click Load file. Locate your cluster.parameters.jsonc parameters file and upload it.
130
130
1. Click Save.
131
131
1. Select the correct Subscription.
132
-
1. Search for the Resource group if it already exists or create new.
132
+
1. Search for the Resource group to see if it already exists. If not, create a new Resource group.
133
133
1. Make sure all Instance Details are correct.
134
134
1. Click Review + create.
135
135
136
136
137
137
### Cluster validation
138
138
139
139
A successful Operator Nexus Cluster creation results in the creation of an AKS cluster
140
-
inside your subscription. The cluster ID, cluster provisioning state and
140
+
inside your subscription. The cluster ID, cluster provisioning state, and
141
141
deployment state are returned as a result of a successful `cluster create`.
142
142
143
143
View the status of the Cluster:
@@ -159,10 +159,10 @@ Cluster create Logs can be viewed in the following locations:
159
159
160
160
## Deploy Cluster
161
161
162
-
Once a Cluster has been created, the deploy cluster action can be triggered.
162
+
After creating the cluster, the deploy cluster action can be triggered.
163
163
The deploy Cluster action creates the bootstrap image and deploys the Cluster.
164
164
165
-
Deploy Cluster initiates a sequence of events to occur in the Cluster Manager
165
+
Deploy Cluster initiates a sequence of events that occur in the Cluster Manager.
166
166
167
167
1. Validation of the cluster/rack properties
168
168
2. Generation of a bootable image for the ephemeral bootstrap cluster
@@ -238,7 +238,7 @@ az rest -m GET -u "https://management.azure.com/subscriptions/${SUBSCRIPTION_ID}
238
238
239
239
The output is similar to the JSON struct example. When the error code is
240
240
`HardwareValidationThresholdFailed`, then the error message contains a list of bare
241
-
metal machine(s) that failed the hardware validation (for example, `COMP0_SVR0_SERVER_NAME`,
241
+
metal machines that failed the hardware validation (for example, `COMP0_SVR0_SERVER_NAME`,
242
242
`COMP1_SVR1_SERVER_NAME`). These names can be used to parse the logs for further details.
0 commit comments