Skip to content

Commit 5a7e68c

Browse files
authored
Update content/en/blog/_posts/xxxx-xx-xx-Fine-grained-SupplementalGroups-control/index.md
1 parent 32d19d3 commit 5a7e68c

File tree

1 file changed

+1
-1
lines changed
  • content/en/blog/_posts/xxxx-xx-xx-Fine-grained-SupplementalGroups-control

1 file changed

+1
-1
lines changed

content/en/blog/_posts/xxxx-xx-xx-Fine-grained-SupplementalGroups-control/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Then, output should be similar to this:
3838
uid=1000 gid=3000 groups=3000,4000,50000
3939
```
4040

41-
Where does group ID `50000` in supplementary groups (`groups` field) come from even though `50000` is not defined in the Pod's manifest at all? The answer is `/etc/group` file in the container image.
41+
Where does group ID `50000` in supplementary groups (`groups` field) come from, even though `50000` is not defined in the Pod's manifest at all? The answer is `/etc/group` file in the container image.
4242

4343
Checking the contents of `/etc/group` in the container image should show below:
4444

0 commit comments

Comments
 (0)