Skip to content

Commit c166196

Browse files
Merge pull request #212213 from allyford/NpmWindows
NPM and SSH User Docs Update
2 parents 0f20c6d + 74103d3 commit c166196

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
@@ -112,7 +112,6 @@ Please execute the following commands prior to creating a cluster:
112112
```azurecli
113113
az extension add --name aks-preview
114114
az extension update --name aks-preview
115-
az feature register --namespace Microsoft.ContainerService --name AKSWindows2022Preview
116115
az feature register --namespace Microsoft.ContainerService --name WindowsNetworkPolicyPreview
117116
az provider register -n Microsoft.ContainerService
118117
```

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)