mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-26 21:17:23 +00:00
Defaulting client certs owner to current user if not speicified
This commit is contained in:
parent
08b3ea100f
commit
a106ef381d
@ -42,6 +42,8 @@ CGROUPS_PER_QOS=${CGROUPS_PER_QOS:-false}
|
|||||||
CGROUP_ROOT=${CGROUP_ROOT:-""}
|
CGROUP_ROOT=${CGROUP_ROOT:-""}
|
||||||
# name of the cgroup driver, i.e. cgroupfs or systemd
|
# name of the cgroup driver, i.e. cgroupfs or systemd
|
||||||
CGROUP_DRIVER=${CGROUP_DRIVER:-""}
|
CGROUP_DRIVER=${CGROUP_DRIVER:-""}
|
||||||
|
# owner of client certs, default to current user if not specified
|
||||||
|
USER=${USER:-$(whoami)}
|
||||||
|
|
||||||
# enables testing eviction scenarios locally.
|
# enables testing eviction scenarios locally.
|
||||||
EVICTION_HARD=${EVICTION_HARD:-"memory.available<100Mi"}
|
EVICTION_HARD=${EVICTION_HARD:-"memory.available<100Mi"}
|
||||||
|
Loading…
Reference in New Issue
Block a user