Skip to content

Commit 74103d3

Browse files
committed
NPM and SSH User Docs Update
1 parent 2fbc2d3 commit 74103d3

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

articles/aks/use-network-policies.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ Please execute the following commands prior to creating a cluster:
108108
```azurecli
109109
az extension add --name aks-preview
110110
az extension update --name aks-preview
111-
az feature register --namespace Microsoft.ContainerService --name AKSWindows2022Preview
112111
az feature register --namespace Microsoft.ContainerService --name WindowsNetworkPolicyPreview
113112
az provider register -n Microsoft.ContainerService
114113
```

articles/aks/windows-faq.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,10 @@ To fix this error:
7272
1. Move Windows pods from existing Windows agent pools to new Windows agent pools.
7373
1. Delete old Windows agent pools.
7474

75+
## Why is there an unexpected user named "sshd" on my VM node?
76+
77+
AKS adds a user named "sshd" when installing the OpenSSH service. This user is not malicious. We recommend that customers update their alerts to ignore this unexpected user account.
78+
7579
## How do I rotate the service principal for my Windows node pool?
7680

7781
Windows node pools do not support service principal rotation. To update the service principal, create a new Windows node pool and migrate your pods from the older pool to the new one. After your pods are migrated to the new pool, delete the older node pool.

0 commit comments

Comments
 (0)