Skip to content

Commit 71906ca

Browse files
Merge pull request #229203 from miwithro/patch-221
Update use-pod-sandboxing.md
2 parents 719cb08 + f814742 commit 71906ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/aks/use-pod-sandboxing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ To demonstrate the deployed application on the AKS cluster isn't isolated and is
234234
235235
```output
236236
root@untrusted:/# uname -r
237-
5.15.48.1-8.cm2
237+
5.15.80.mshv2-hvl1.m2
238238
```
239239
240240
3. Start a shell session to the container of the *trusted* pod to verify the kernel output:
@@ -252,7 +252,7 @@ To demonstrate the deployed application on the AKS cluster isn't isolated and is
252252
The following example resembles output from the VM that is running the *trusted* pod, which is a different kernel than the *untrusted* pod running within the pod sandbox:
253253
254254
```output
255-
5.15.80.mshv2-hvl1.m2
255+
5.15.48.1-8.cm2
256256
257257
## Cleanup
258258

0 commit comments

Comments
 (0)