Skip to content

Commit

Permalink
Update keps/sig-cluster-lifecycle/kubeadm/2568-kubeadm-non-root-contr…
Browse files Browse the repository at this point in the history
…ol-plane/README.md

Co-authored-by: Lubomir I. Ivanov <neolit123@gmail.com>
  • Loading branch information
vinayakankugoyal and neolit123 authored Apr 29, 2021
1 parent 5d80977 commit 6029f9a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,7 @@ In addition to the file/directories in that table above the control-plane compon

### Reusing users and groups

If any of the users/groups defined above exist already and are in the expected ID range of `SYS_UID_MIN`-`SYS_UID_MAX` for users and `SYS_GID_MIN`-`SYS_GID_MAX` for groups, then `kubeadm` will reuse these instead of creating a new ones. More specifically `kubeadm` will reuse the ones that exist and meet the criteria and will create the ones that it needs.
If any of the users/groups defined above exist already and are in the expected ID range of `SYS_UID_MIN`-`SYS_UID_MAX` for users and `SYS_GID_MIN`-`SYS_GID_MAX` for groups, then `kubeadm` will reuse these instead of creating new ones. More specifically `kubeadm` will reuse the ones that exist and meet the criteria and will create the ones that it needs.

### Cleaning up users and groups

Expand Down

0 comments on commit 6029f9a

Please sign in to comment.