Skip to content

Commit 81b5c1e

Browse files
Merge pull request #17127 from leslielin-5/patch-37
Update aks-create-clusters-portal.md
2 parents 9753d6d + 5edeb9c commit 81b5c1e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

AKS-Arc/aks-create-clusters-portal.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Create Kubernetes clusters using the Azure portal.
44
author: sethmanheim
55
ms.author: sethm
66
ms.topic: how-to
7-
ms.date: 02/20/2025
7+
ms.date: 02/26/2025
88
ms.reviewer: guanghu
99
ms.lastreviewed: 01/30/2024
1010
---
@@ -48,8 +48,9 @@ This article describes how to create Kubernetes clusters in Azure Local using th
4848
- **Primary node pool**:
4949
- You can leave the default values selected, or change the default value from the drop down list.
5050
- **SSH Keys**
51-
- Configure SSH access to the underlying VMs in your Kubernetes nodes for troubleshooting operations. You must provide an existing SSH public key.
52-
- Provide an RSA public key in the single line format (starting with "ssh-rsa") or the multi-line PEM format. You can generate SSH keys using PuTTYGen on Windows.
51+
- SSH keys are essential for troubleshooting and log collection. Be sure to save your private key file for future use.
52+
- You can use an existing SSH key or generate a new key pair during cluster creation. For information about how to create new SSH keys from the Azure portal, see [Create and store SSH keys in the portal](/azure/virtual-machines/ssh-keys-portal#generate-new-keys).
53+
- To **Use an existing public key by providing the SSH public key value**, provide an RSA public key in the single line format (starting with "ssh-rsa") or the multi-line PEM format.
5354

5455
1. Select **Next: Node pools** when complete.
5556
1. On the **Node pools** page, configure the following options:

0 commit comments

Comments
 (0)