Skip to content

Commit caee65b

Browse files
dramasamypgoyal01
andauthored
Apply suggestions from code review
Co-authored-by: Pankaj Goyal <[email protected]>
1 parent 8b7a8b4 commit caee65b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.custom: template-how-to-pattern #Required; leave this attribute/value as-is.
1111

1212
# Manage SSH keys in Azure Operator Nexus Kubernetes clusters
1313

14-
This article describes how to configure the SSH key on your Nexus Kubernetes agent pools and control plane (CP), during initial deployment or at a later time.
14+
This article describes how to configure the SSH key on your Nexus Kubernetes agent pool and control plane nodes.
1515

1616
## Prerequisites
1717

@@ -22,13 +22,13 @@ Before proceeding with this how-to guide, it's recommended that you:
2222

2323
## Configure Operator Nexus Kubernetes cluster node SSH keys
2424

25-
When you're setting up 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 the nodes in your cluster.
25+
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.
2626

2727
There are a few different ways that you can provide SSH keys for your cluster nodes.
2828

2929
* If you want to use the same SSH key for all nodes in your cluster, you can provide an array of public keys when you create the cluster. These keys are inserted into all agent pool nodes and control plane nodes.
3030
* 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.
31-
* 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 it's added.
31+
* 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.
3232

3333
Refer the [Disconnected mode access](./howto-kubernetes-cluster-connect.md#disconnected-mode-access) guide for steps to find the cluster node IP address.
3434

0 commit comments

Comments
 (0)