File tree Expand file tree Collapse file tree 1 file changed +16
-14
lines changed Expand file tree Collapse file tree 1 file changed +16
-14
lines changed Original file line number Diff line number Diff line change @@ -124,6 +124,8 @@ Windows Annual Channel versions are based on the Kubernetes version of your node
124
124
-Name $NODE_POOL_NAME
125
125
```
126
126
127
+ ---
128
+
127
129
### Verify Windows Annual Channel node pool creation
128
130
129
131
* 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
135
137
If you successfully created a Windows Annual Channel node pool, you should see the following output:
136
138
137
139
```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
+ ]
152
154
```
153
155
154
156
### Upgrade an existing node pool to Windows Annual Channel
You can’t perform that action at this time.
0 commit comments