File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
content/en/blog/_posts/2024-08-22-Fine-grained-SupplementalGroups-control Expand file tree Collapse file tree 3 files changed +3
-3
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 1
1
---
2
2
layout : blog
3
3
title : ' Kubernetes 1.31: Fine-grained SupplementalGroups control'
4
- date : xxxx-xx-xx
4
+ date : 2024-08-22
5
5
slug : fine-grained-supplementalgroups-control
6
6
author : >
7
7
Shingo Omura (Woven By Toyota)
@@ -23,7 +23,7 @@ What is the result of `id` command in the `ctr` container?
23
23
24
24
``` shell
25
25
# Create the Pod:
26
- $ kubectl apply -f https://k8s.io/blog/xxxx-xx-xx -Fine-grained-SupplementalGroups-control/implicit-groups.yaml
26
+ $ kubectl apply -f https://k8s.io/blog/2024-08-22 -Fine-grained-SupplementalGroups-control/implicit-groups.yaml
27
27
28
28
# Verify that the Pod's Container is running:
29
29
$ kubectl get pod implicit-groups
@@ -73,7 +73,7 @@ Let's see how `Strict` policy works.
73
73
74
74
``` shell
75
75
# Create the Pod:
76
- $ kubectl apply -f https://k8s.io/blog/xxxx-xx-xx -Fine-grained-SupplementalGroups-control/strict-supplementalgroups-policy.yaml
76
+ $ kubectl apply -f https://k8s.io/blog/2024-08-22 -Fine-grained-SupplementalGroups-control/strict-supplementalgroups-policy.yaml
77
77
78
78
# Verify that the Pod's Container is running:
79
79
$ kubectl get pod strict-supplementalgroups-policy
File renamed without changes.
You can’t perform that action at this time.
0 commit comments