Skip to content

Commit 3704a80

Browse files
committed
resolved relevant blocking issues
1 parent a0d903f commit 3704a80

File tree

1 file changed

+16
-14
lines changed

1 file changed

+16
-14
lines changed

articles/aks/windows-annual-channel.md

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,8 @@ Windows Annual Channel versions are based on the Kubernetes version of your node
124124
-Name $NODE_POOL_NAME
125125
```
126126
127+
---
128+
127129
### Verify Windows Annual Channel node pool creation
128130
129131
* Verify Windows Annual Channel node pool creation by checking the OS SKU of your node pool using `kubectl describe node` command.
@@ -135,20 +137,20 @@ Windows Annual Channel versions are based on the Kubernetes version of your node
135137
If you successfully created a Windows Annual Channel node pool, you should see the following output:
136138
137139
```output
138-
[
139-
{
140-
...
141-
Name: npwin
142-
Roles: agent
143-
Labels: agentpool=npwin
144-
...
145-
kubernetes.azure.com/os=windows
146-
...
147-
kubernetes.azure.com/node-image-version=AKSWindows-23H2-gen2
148-
...
149-
kubernetes.azure.com/os-sku=WindowsAnnual
150-
}
151-
]
140+
[
141+
{
142+
...
143+
Name: npwin
144+
Roles: agent
145+
Labels: agentpool=npwin
146+
...
147+
kubernetes.azure.com/os=windows
148+
...
149+
kubernetes.azure.com/node-image-version=AKSWindows-23H2-gen2
150+
...
151+
kubernetes.azure.com/os-sku=WindowsAnnual
152+
}
153+
]
152154
```
153155
154156
### Upgrade an existing node pool to Windows Annual Channel

0 commit comments

Comments
 (0)