Skip to content

Commit 2f56106

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

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
@@ -51,7 +51,7 @@ group-defined-in-image:x:50000:user-defined-in-image
5151

5252
Aha! The container's primary user `1000` belongs to the group `50000` in the last entry.
5353

54-
Thus, the group membership defined in `/etc/group` in the container image for the container's primary user is _implicitly_ merged to the information from the Pod.
54+
Thus, the group membership defined in `/etc/group` in the container image for the container's primary user is _implicitly_ merged to the information from the Pod. Please note that this was a design decision the current CRI implementations inherited from Docker, and the community never really reconsidered it until now.
5555

5656
### What's wrong with it?
5757

0 commit comments

Comments
 (0)