@@ -128,17 +128,17 @@ To update the SSH keys, you can apply the same Bicep/ARM configuration used duri
128
128
129
129
### Limitations
130
130
131
- 1 . You can't remove SSH keys from the cluster nodes. You can only update them with new keys.
132
- 2 . If you try to update the cluster wide key with an empty array, the operation succeeds, but the existing keys remain unchanged.
133
- 3 . If you try to update the agent pool keys or control plane with an empty array, the operation succeeds, and the cluster wide keys are used instead.
134
- 4 . If you try to update the keys for a cluster that was created without any keys, the new key is added, but you can't remove it.
131
+ - You can't remove SSH keys from the cluster nodes. You can only update them with new keys.
132
+ - If you try to update the cluster wide key with an empty array, the operation succeeds, but the existing keys remain unchanged.
133
+ - If you try to update the agent pool keys or control plane with an empty array, the operation succeeds, and the cluster wide keys are used instead.
134
+ - If you try to update the keys for a cluster that was created without any keys, the new key is added, but you can't remove it.
135
135
136
136
### Before you begin
137
137
138
- 1 . Ensure that you have the required permissions to update the cluster configuration.
139
- 2 . You have the new SSH keys that you want to use for the cluster nodes.
140
- 3 . You have the parameters file used during the initial deployment or the variables used in the CLI command.
141
- 4 . To use this guide, you must have an existing Operator Nexus Kubernetes cluster that was created using the quickstart guide.
138
+ - Ensure that you have the required permissions to update the cluster configuration.
139
+ - You have the new SSH keys that you want to use for the cluster nodes.
140
+ - You have the parameters file used during the initial deployment or the variables used in the CLI command.
141
+ - To use this guide, you must have an existing Operator Nexus Kubernetes cluster that was created using the quickstart guide.
142
142
143
143
### Update cluster wide SSH keys
144
144
0 commit comments