Skip to content

Commit 4b77f3b

Browse files
committed
update outputs
1 parent 35ac397 commit 4b77f3b

File tree

3 files changed

+20
-11
lines changed

3 files changed

+20
-11
lines changed

articles/aks/learn/quick-windows-container-deploy-cli.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -183,13 +183,13 @@ You use [kubectl][kubectl], the Kubernetes command-line client, to manage your K
183183
184184
```output
185185
NAME STATUS ROLES AGE VERSION INTERNAL-IP EXTERNAL-IP OS-IMAGE KERNEL-VERSION CONTAINER-RUNTIME
186-
aks-nodepool1-90538373-vmss000000 Ready agent 54m v1.25.6 10.224.0.33 <none> Ubuntu 22.04.2 LTS 5.15.0-1035-azure containerd://1.6.18+azure-1
187-
aks-nodepool1-90538373-vmss000001 Ready agent 55m v1.25.6 10.224.0.4 <none> Ubuntu 22.04.2 LTS 5.15.0-1035-azure containerd://1.6.18+azure-1
188-
aksnpwin000000 Ready agent 40m v1.25.6 10.224.0.62 <none> Windows Server 2022 Datacenter 10.0.20348.1668 containerd://1.6.14+azure
189-
```
186+
aks-nodepool1-20786768-vmss000000 Ready agent 22h v1.27.7 10.224.0.4 <none> Ubuntu 22.04.3 LTS 5.15.0-1052-azure containerd://1.7.5-1
187+
aks-nodepool1-20786768-vmss000001 Ready agent 22h v1.27.7 10.224.0.33 <none> Ubuntu 22.04.3 LTS 5.15.0-1052-azure containerd://1.7.5-1
188+
aksnpwin000000 Ready agent 20h v1.27.7 10.224.0.62 <none> Windows Server 2022 Datacenter 10.0.20348.2159 containerd://1.6.21+azure
189+
```
190190
191191
> [!NOTE]
192-
> The container runtime for each node pool is shown under *CONTAINER-RUNTIME*. Notice *aksnpwin987654* begins with `docker://`, which means it uses Docker for the container runtime. Notice *aksnpwcd123456* begins with `containerd://`, which means it uses `containerd` for the container runtime.
192+
> The container runtime for each node pool is shown under *CONTAINER-RUNTIME*. The container runtime values begin with `containerd://`, which means that they each use `containerd` for the container runtime.
193193
194194
## Deploy the application
195195
@@ -244,6 +244,8 @@ The ASP.NET sample application is provided as part of the [.NET Framework Sample
244244
245245
For a breakdown of YAML manifest files, see [Deployments and YAML manifests](../concepts-clusters-workloads.md#deployments-and-yaml-manifests).
246246
247+
If you create and save the YAML file locally, then you can upload the manifest file to your default directory in CloudShell by selecting the **Upload/Download files** button and selecting the file from your local file system.
248+
247249
1. Deploy the application using the [kubectl apply][kubectl-apply] command and specify the name of your YAML manifest.
248250
249251
```console

articles/aks/learn/quick-windows-container-deploy-portal.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,11 @@ You use [kubectl][kubectl], the Kubernetes command-line client, to manage your K
112112
113113
```output
114114
NAME STATUS ROLES AGE VERSION
115-
aks-nodepool1-12345678-vmssfedcba Ready agent 13m v1.16.7
116-
aksnpwin987654 Ready agent 108s v1.16.7
115+
aks-agentpool-41946322-vmss000001 Ready agent 7m51s v1.27.7
116+
aks-agentpool-41946322-vmss000002 Ready agent 7m5s v1.27.7
117+
aks-npwin-41946322-vmss000000 Ready agent 7m43s v1.27.7
118+
aks-userpool-41946322-vmss000001 Ready agent 7m47s v1.27.7
119+
aks-userpool-41946322-vmss000002 Ready agent 6m57s v1.27.7
117120
```
118121
119122
---
@@ -171,7 +174,8 @@ The ASP.NET sample application is provided as part of the [.NET Framework Sample
171174
172175
For a breakdown of YAML manifest files, see [Deployments and YAML manifests](../concepts-clusters-workloads.md#deployments-and-yaml-manifests).
173176
174-
1. If you create and save the YAML file locally, then you can upload the manifest file to your default directory in CloudShell by selecting the **Upload/Download files** button and selecting the file from your local file system.
177+
If you create and save the YAML file locally, then you can upload the manifest file to your default directory in CloudShell by selecting the **Upload/Download files** button and selecting the file from your local file system.
178+
175179
1. Deploy the application using the [`kubectl apply`][kubectl-apply] command and specify the name of your YAML manifest.
176180
177181
```console

articles/aks/learn/quick-windows-container-deploy-powershell.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -170,9 +170,10 @@ You use [kubectl][kubectl], the Kubernetes command-line client, to manage your K
170170
The following sample output shows all the nodes in the cluster. Make sure the status of all nodes is **Ready**:
171171
172172
```output
173-
NAME STATUS ROLES AGE VERSION
174-
aks-nodepool1-12345678-vmssfedcba Ready agent 13m v1.16.7
175-
aksnpwin987654 Ready agent 108s v1.16.7
173+
NAME STATUS ROLES AGE VERSION
174+
aks-nodepool1-20786768-vmss000000 Ready agent 22h v1.27.7
175+
aks-nodepool1-20786768-vmss000001 Ready agent 22h v1.27.7
176+
aksnpwin000000 Ready agent 21h v1.27.7
176177
```
177178
178179
## Deploy the application
@@ -228,6 +229,8 @@ The ASP.NET sample application is provided as part of the [.NET Framework Sample
228229
229230
For a breakdown of YAML manifest files, see [Deployments and YAML manifests](../concepts-clusters-workloads.md#deployments-and-yaml-manifests).
230231
232+
If you create and save the YAML file locally, then you can upload the manifest file to your default directory in CloudShell by selecting the **Upload/Download files** button and selecting the file from your local file system.
233+
231234
2. Deploy the application using the [kubectl apply][kubectl-apply] command and specify the name of your YAML manifest.
232235
233236
```azurepowershell

0 commit comments

Comments
 (0)