Skip to content

Commit ed363bb

Browse files
committed
Added TOC and updated the Acrolinx comments
1 parent bde18f7 commit ed363bb

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ Before proceeding with this how-to guide, it's recommended that you:
2020
* Refer to the Operator Nexus Kubernetes cluster [QuickStart guide](./quickstarts-kubernetes-cluster-deployment-bicep.md) for a comprehensive overview and steps involved.
2121
* Ensure that you meet the outlined prerequisites in the quickstart to ensure smooth implementation of the guide.
2222

23+
> [!NOTE]
24+
> This guide assumes that you already have an existing Operator Nexus Kubernetes cluster that was created using the quickstart guide, and that you have access to either the CLI, ARM template, or Bicep used in the quickstart to update the SSH keys.
25+
2326
## Configure Operator Nexus Kubernetes cluster node SSH keys
2427

2528
When configuring an Operator Nexus Kubernetes cluster, you need to provide SSH keys for the nodes in the cluster. SSH keys provide a secure method of accessing these nodes in your cluster.
@@ -30,8 +33,6 @@ There are a few different ways that you can provide SSH keys for your cluster no
3033
* If you want to use different SSH keys for different agent pools or control plane nodes, you can provide a unique public key for each pool, allows you to manage SSH access more granularly, this overrides the cluster wide keys. Any new agent pool gets added to the cluster later without keys use the cluster wide keys, if it has key then it uses the provided key.
3134
* If you don't provide any SSH keys when creating your cluster, no SSH keys are inserted into the nodes. This means that users can't SSH into the nodes. You can add SSH keys later by updating the cluster configuration, but can't remove those keys once added.
3235

33-
<!-- Refer the [Disconnected mode access](./howto-kubernetes-cluster-connect.md#disconnected-mode-access) guide for steps to find the cluster node IP address. -->
34-
3536
### [Azure CLI](#tab/azure-cli)
3637

3738
Following are the variables you need to set, along with the [QuickStart guide](./quickstarts-kubernetes-cluster-deployment-cli.md#create-an-azure-nexus-kubernetes-cluster) default values you can use for certain variables.
@@ -64,11 +65,11 @@ Following are the variables you need to set, along with the [QuickStart guide](.
6465
dns-service-ip="${DNS_SERVICE_IP}"
6566
```
6667

67-
### [Azure Resource Manager](#tab/other)
68+
### [ARM template](#tab/other)
6869

6970
The `administratorConfiguration` can be inserted into the `properties` object for the cluster wide keys, and into the `initialAgentPoolConfigurations[].administratorConfiguration` object for each agent pool. The `controlPlaneNodeConfiguration.administratorConfiguration` object is used for the control plane.
7071

71-
Update the quickstart ARM template or Bicep template parameters with the required keys so that the keys are inserted into the nodes when the cluster is created.
72+
Update the quickstart ARM template or Bicep parameter file with the required keys so that the keys are inserted into the nodes when the cluster is created.
7273

7374
#### To provide cluster wide keys
7475

0 commit comments

Comments
 (0)