mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-01 01:28:11 -03:30
Merge pull request #911 from bogdando/DROP_CAPS
Drop linux capabilities and rework users/groups
This commit is contained in:
@@ -36,10 +36,19 @@ retry_stagger: 5
|
||||
# Directory where python binary is installed
|
||||
# ansible_python_interpreter: "/opt/bin/python"
|
||||
|
||||
# This is the group that the cert creation scripts chgrp the
|
||||
# cert files to. Not really changable...
|
||||
# This is the users/groups to own files and groups that the cert creation
|
||||
# scripts chgrp the cert files to
|
||||
kubelet_user: kube
|
||||
kubelet_group: kube
|
||||
kube_cert_group: kube-cert
|
||||
|
||||
netplug_user: netplug
|
||||
netplug_group: netplug
|
||||
|
||||
etcd_user: etcd
|
||||
etcd_group: etcd
|
||||
etcd_cert_group: etcd-cert
|
||||
|
||||
# Cluster Loglevel configuration
|
||||
kube_log_level: 2
|
||||
|
||||
|
||||
Reference in New Issue
Block a user