Skip to content

Commit bf0af76

Browse files
authored
Update date and SSH key instructions
1 parent ccec425 commit bf0af76

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to create Kubernetes clusters in Azure Local using Azure
44
ms.topic: how-to
55
ms.custom: devx-track-azurecli
66
author: sethmanheim
7-
ms.date: 12/18/2024
7+
ms.date: 02/18/2025
88
ms.author: sethm
99
ms.lastreviewed: 01/25/2024
1010
ms.reviewer: guanghu
@@ -54,9 +54,9 @@ After a few minutes, the command completes and returns JSON-formatted informatio
5454

5555
> [!NOTE]
5656
> - SSH keys are essential for troubleshooting and log collection. Be sure to save your private key file for future use. To access nodes, see [Connect to Windows or Linux worker nodes with SSH](/azure/aks/aksarc/ssh-connect-to-windows-and-linux-worker-nodes).
57-
> - You can use a pre-existing SSH key or [configure SSH keys for an AKS cluster](configure-ssh-keys.md) during cluster creation. If there's no pre-existing SSH key on your local machine, the `--generate-ssh-keys` parameter is required. You can also restrict SSH access by following [the documentation](restrict-ssh-access.md). For detailed instructions, see **Create and manage SSH keys with the [Azure CLI](/azure/virtual-machines/ssh-keys-azure-cli) or in the [Azure Portal](/azure/virtual-machines/ssh-keys-portal)**.
58-
> - If you don't include `--generate-ssh-keys` during cluster creation and no SSH key exists, you'll receive an error message. If you already have an SSH key on your local machine, the AKS cluster will reuse it. In this case, whether you specify `--generate-ssh-keys` or omit it makes no difference.
59-
> - By default, the SSH key is stored at `~/.ssh/id_rsa.pub`. During cluster creation, you can specify an alternate location using the `--ssh-key-value` parameter.
57+
> - You can use a pre-existing SSH key or [configure SSH keys for an AKS cluster](configure-ssh-keys.md) during cluster creation. If there's no pre-existing SSH key on your local machine, the `--generate-ssh-keys` parameter is required. You can also restrict SSH access by following [the documentation](restrict-ssh-access.md). For detailed instructions, see [Create and store SSH keys with the Azure CLI](/azure/virtual-machines/ssh-keys-azure-cli), or in the [Azure portal](/azure/virtual-machines/ssh-keys-portal).
58+
> - If you don't include `--generate-ssh-keys` during cluster creation and no SSH key exists, you receive an error message. If you already have an SSH key on your local machine, the AKS cluster reuses it. In this case, it makes no difference whether you specify `--generate-ssh-keys` or not.
59+
> - By default, the SSH key is stored at **~/.ssh/id_rsa.pub**. During cluster creation, you can specify an alternate location using the `--ssh-key-value` parameter.
6060
6161
> [!IMPORTANT]
6262
> To use Azure RBAC or workload identity for an AKS cluster, you must pass the required parameters during cluster creation using Azure CLI. Currently, updating an existing AKS cluster to enable workload identity and/or Azure RBAC is not supported. For more information, see [Use Azure RBAC for Kubernetes authorization](/azure/aks/hybrid/azure-rbac-23h2) or [Deploy and configure Workload Identity for your cluster](workload-identity.md).
@@ -254,3 +254,4 @@ az aksarc delete --name $aksclustername --resource-group $resource_group
254254
## Next steps
255255

256256
- [Troubleshoot and known issues with cluster provisioning from Azure](aks-known-issues.md)
257+
6

0 commit comments

Comments
 (0)