Skip to content

Commit 6522dd9

Browse files
authored
Merge pull request #107581 from DanteMustCode/patch-3
correct uname results for trusted and untrusted pods
2 parents bec2510 + 4ba2ac9 commit 6522dd9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

articles/aks/use-pod-sandboxing.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ To demonstrate the deployment of an untrusted application into the pod sandbox o
234234
235235
```output
236236
root@untrusted:/# uname -r
237-
5.15.80.mshv2-hvl1.m2
237+
5.15.48.1-8.cm2
238238
```
239239
240240
3. Start a shell session to the container of the *trusted* pod to verify the kernel output:
@@ -252,7 +252,8 @@ To demonstrate the deployment of an untrusted application into the pod sandbox o
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.48.1-8.cm2
255+
5.15.80.mshv2-hvl1.m2
256+
```
256257
257258
## Cleanup
258259

0 commit comments

Comments
 (0)