Skip to content

Commit 78385fa

Browse files
authored
Update node-access.md
1 parent 325771c commit 78385fa

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

articles/aks/node-access.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Connect to Azure Kubernetes Service (AKS) cluster nodes
33
description: Learn how to connect to Azure Kubernetes Service (AKS) cluster nodes for troubleshooting and maintenance tasks.
44
ms.topic: article
5-
ms.date: 04/26/2023
5+
ms.date: 09/06/2023
66
ms.reviewer: mattmcinnes
77
ms.custom: contperf-fy21q4, devx-track-linux
88
#Customer intent: As a cluster operator, I want to learn how to connect to virtual machines in an AKS cluster to perform maintenance or troubleshoot a problem.
@@ -242,7 +242,7 @@ The following examples demonstrate possible usage of this command:
242242
```
243243
244244
> [!IMPORTANT]
245-
> During this operation, all virtual machine scale set instances are upgraded and re-imaged to use the new SSH public key.
245+
> After you update SSH key, AKS doesn't automatically reimage your node pool, you can choose anytime to perform [the reimage operation][node-image-upgrade]. Only after reimage is complete, does the update SSH key operation take effect.
246246
247247
248248
## Next steps
@@ -259,3 +259,4 @@ If you need more troubleshooting data, you can [view the kubelet logs][view-kube
259259
[ssh-linux-kubectl-debug]: #create-an-interactive-shell-connection-to-a-linux-node
260260
[az-aks-update]: /cli/azure/aks#az-aks-update
261261
[how-to-install-azure-extensions]: /cli/azure/azure-cli-extensions-overview#how-to-install-extensions
262+
[node-image-upgrade]:node-image-upgrade.md

0 commit comments

Comments
 (0)