You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/aks/use-pod-sandboxing.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -234,7 +234,7 @@ To demonstrate the deployed application on the AKS cluster isn't isolated and is
234
234
235
235
```output
236
236
root@untrusted:/# uname -r
237
-
5.15.48.1-8.cm2
237
+
5.15.80.mshv2-hvl1.m2
238
238
```
239
239
240
240
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
252
252
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:
0 commit comments