Skip to content

Commit a696460

Browse files
Update howto-kubernetes-cluster-manage-ssh-key.md - makes lists bulleted
1 parent 4f01cdf commit a696460

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

articles/operator-nexus/howto-kubernetes-cluster-manage-ssh-key.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -128,17 +128,17 @@ To update the SSH keys, you can apply the same Bicep/ARM configuration used duri
128128

129129
### Limitations
130130

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.
135135

136136
### Before you begin
137137

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.
142142

143143
### Update cluster wide SSH keys
144144

0 commit comments

Comments
 (0)