Skip to content

Commit cb25d40

Browse files
committed
update based on Erin's comments
1 parent a80bfa9 commit cb25d40

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

articles/aks/use-group-managed-service-accounts.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,7 @@ Your domain controller needs to be configured through DNS so it's reachable by t
5454

5555
## Optional: Configure more than one DNS server
5656

57-
If you want to configure more than one DNS server for Windows GMSA in your AKS cluster, you should not specify `--gmsa-dns-server` or `v--gmsa-root-domain-name`as described in the instructions below.
58-
59-
Instead, you should add multiple DNS servers in the vnet by selecting Custom DNS and adding multiple DNS servers.
57+
If you want to configure more than one DNS server for Windows GMSA in your AKS cluster, don't specify `--gmsa-dns-server`or `v--gmsa-root-domain-name`. Instead, you can add multiple DNS servers in the vnet by selecting Custom DNS and adding the DNS servers
6058

6159
## Optional: Use your own kubelet identity for your cluster
6260

articles/aks/windows-faq.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Yes. For the implications of making a change and the options that are available,
6969

7070
## What is the default TCP timeout in Windows OS?
7171

72-
The default TCP timeout in Windows OS is 4 minutes. This value is not configurable. When a user's application uses a longer timeout, the TCP connections between different containers in the same node will be closed after 4 minutes.
72+
The default TCP timeout in Windows OS is 4 minutes. This value isn't configurable. When an application uses a longer timeout, the TCP connections between different containers in the same node close after four minutes.
7373

7474
## Why am I seeing an error when I try to create a new Windows agent pool?
7575

@@ -84,9 +84,9 @@ To fix this error:
8484
1. Move Windows pods from existing Windows agent pools to new Windows agent pools.
8585
1. Delete old Windows agent pools.
8686

87-
## Why am I seeing an error when I try to deploy Windows pods
87+
## Why am I seeing an error when I try to deploy Windows pods?
8888

89-
If you have specified a value in `--max-pods` that is less than the number of pods you want to create, you may see the error "No available addresses".
89+
If you specify a value in `--max-pods` less than the number of pods you want to create, you may see the `No available addresses` error.
9090

9191
To fix this error, use the `az aks nodepool add` command with a high enough `--max-pods` value:
9292

@@ -97,7 +97,7 @@ az aks nodepool add \
9797
--name $NODEPOOL_NAME \
9898
--max-pods 3
9999
```
100-
See [documentation](https://learn.microsoft.com/cli/azure/aks/nodepool?view=azure-cli-latest#az-aks-nodepool-add:~:text=for%20system%20nodepool.-,%2D%2Dmax%2Dpods%20%2Dm,-The%20maximum%20number) on `--max-pods` for more details.
100+
For more details, see the [`--max-pods` documentation](https://learn.microsoft.com/cli/azure/aks/nodepool?view=azure-cli-latest#az-aks-nodepool-add:~:text=for%20system%20nodepool.-,%2D%2Dmax%2Dpods%20%2Dm,-The%20maximum%20number).
101101

102102
## Why is there an unexpected user named "sshd" on my VM node?
103103

@@ -178,7 +178,7 @@ A cluster with Windows nodes can have approximately 500 services (sometimes less
178178

179179
When external traffic policy on a Service is configured as Cluster, the traffic undergoes an additional Source NAT on the node which also results in reservation of a port from the TCPIP dynamic port pool. This port pool is a limited resource (~16K ports by default) and many active connections to a Service(s) can lead to dynamic port pool exhaustion resulting in connection drops.
180180

181-
If the Kubernetes Service is configured with External Traffic Policy set to “Local”, port exhaustion problems are not likely to occur at 500 services.
181+
If the Kubernetes Service is configured with External Traffic Policy set to “Local”, port exhaustion problems aren't likely to occur at 500 services.
182182

183183
## Can I use Azure Hybrid Benefit with Windows nodes?
184184

0 commit comments

Comments
 (0)