Skip to content

Commit 6301c37

Browse files
Merge pull request #261399 from MGoedtel/taskUpdateAKSManageSSH
Updated Manage SSH article
2 parents 82f5159 + 1b00a3c commit 6301c37

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

articles/aks/manage-ssh-node-access.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ This article describes how to configure the SSH key (preview) on your AKS cluste
1919

2020
## Install the `aks-preview` Azure CLI extension
2121

22-
[!INCLUDE [preview features callout](includes/preview/preview-callout.md)]
23-
2422
1. Install the aks-preview extension using the [`az extension add`][az-extension-add] command.
2523

2624
```azurecli
@@ -67,10 +65,6 @@ Use the [az aks update][az-aks-update] command to update the SSH public key on y
6765
> [!NOTE]
6866
> Updating of the SSH key is supported on Azure virtual machine scale sets with AKS clusters.
6967
70-
|SSH parameter |Description |Default value |
71-
|-----|-----|-----|
72-
|--ssh-key-vaule |Public key path or key contents to install on node VMs for SSH access. For example, `ssh-rsa AAAAB...snip...UcyupgH azureuser@linuxvm`.|`~.ssh\id_rsa.pub` |
73-
7468
The following are examples of this command:
7569
7670
* To specify a new SSH public key value, include the `--ssh-key-value` argument:
@@ -96,8 +90,15 @@ To help troubleshoot any issues with SSH connectivity to your clusters nodes, yo
9690
9791
<!-- LINKS - internal -->
9892
[install-azure-cli]: /cli/azure/install-azure-cli
93+
[az-feature-register]: /cli/azure/feature#az_feature_register
94+
[az-feature-show]: /cli/azure/feature#az-feature-show
95+
[az-extension-add]: /cli/azure/extension#az_extension_add
96+
[az-extension-update]: /cli/azure/extension#az_extension_update
97+
[az-provider-register]: /cli/azure/provider#az_provider_register
9998
[az-aks-update]: /cli/azure/aks#az-aks-update
10099
[az-aks-create]: /cli/azure/aks#az-aks-create
101100
[view-kubelet-logs]: kubelet-logs.md
102101
[view-master-logs]: monitor-aks-reference.md#resource-logs
103102
[node-image-upgrade]: node-image-upgrade.md
103+
[az-aks-nodepool-upgrade]: /cli/azure/aks/nodepool#az-aks-nodepool-upgrade
104+
[network-security-group-rules-overview]: concepts-security.md#azure-network-security-groups

0 commit comments

Comments
 (0)