Skip to content

Commit fee0f50

Browse files
authored
Update node-access.md
1 parent b17a718 commit fee0f50

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

articles/aks/node-access.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -166,10 +166,11 @@ kubectl delete pod node-debugger-aks-nodepool1-12345678-vmss000000-bkmmx
166166
## Update SSH key on an existing AKS cluster (preview)
167167

168168
### Prerequisites
169-
* [Azure CLI][install-azure-cli] and the `aks-preview` 0.5.111 or later CLI extension installed.
169+
* Before you start, ensure the Azure CLI is installed and configured. If you need to install or upgrade, see [Install Azure CLI][install-azure-cli].
170+
* The aks-preview extension version 0.5.111 or later. To learn how to install an Azure extension, see [How to install extensions][how-to-install-azure-extensions].
170171

171-
### Limitation
172-
* Updating SSH key is supported for VMSS AKS clusters.
172+
> [!NOTE]
173+
> Updating of the SSH key is supported on Azure virtual machine scale sets with AKS clusters.
173174
174175
Use the [az aks update][az-aks-update] command to update the SSH key on the cluster. This operation will update the key on all node pools. You can either specify the key or a key file using the `--ssh-key-value` argument.
175176

@@ -206,5 +207,6 @@ If you need more troubleshooting data, you can [view the kubelet logs][view-kube
206207
[ssh-windows]: ../virtual-machines/linux/ssh-from-windows.md
207208
[ssh-linux-kubectl-debug]: #create-an-interactive-shell-connection-to-a-linux-node
208209
[az-aks-upgrade]: /cli/azure/aks#az-aks-upgrade
210+
[how-to-install-azure-extensions]: /cli/azure/azure-cli-extensions-overview#how-to-install-extensions
209211

210212

0 commit comments

Comments
 (0)