Skip to content

Commit 14612bb

Browse files
committed
KEP-3619: Set publishing date: 2024-08-22
1 parent 85c3fe2 commit 14612bb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

content/en/blog/_posts/xxxx-xx-xx-Fine-grained-SupplementalGroups-control/index.md renamed to content/en/blog/_posts/2024-08-22-Fine-grained-SupplementalGroups-control/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: blog
33
title: 'Kubernetes 1.31: Fine-grained SupplementalGroups control'
4-
date: xxxx-xx-xx
4+
date: 2024-08-22
55
slug: fine-grained-supplementalgroups-control
66
author: >
77
Shingo Omura (Woven By Toyota)
@@ -23,7 +23,7 @@ What is the result of `id` command in the `ctr` container?
2323

2424
```shell
2525
# 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
2727

2828
# Verify that the Pod's Container is running:
2929
$ kubectl get pod implicit-groups
@@ -73,7 +73,7 @@ Let's see how `Strict` policy works.
7373

7474
```shell
7575
# 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
7777

7878
# Verify that the Pod's Container is running:
7979
$ kubectl get pod strict-supplementalgroups-policy

0 commit comments

Comments
 (0)