Skip to content

Commit

Permalink
docs: comment that 65534 relates to the nobody user/group
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Oct 8, 2020
1 parent 4f1f45d commit cc6c02d
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions jupyterhub/values.yaml
Expand Up @@ -144,8 +144,8 @@ proxy:
loadBalancerSourceRanges: []
chp:
containerSecurityContext:
runAsUser: 65534
runAsGroup: 65534
runAsUser: 65534 # nobody user
runAsGroup: 65534 # nobody group
allowPrivilegeEscalation: false
image:
name: jupyterhub/configurable-http-proxy
Expand All @@ -166,8 +166,8 @@ proxy:
extraEnv: {}
traefik:
containerSecurityContext:
runAsUser: 65534
runAsGroup: 65534
runAsUser: 65534 # nobody user
runAsGroup: 65534 # nobody group
allowPrivilegeEscalation: false
image:
name: traefik
Expand All @@ -184,8 +184,8 @@ proxy:
extraDynamicConfig: {}
secretSync:
containerSecurityContext:
runAsUser: 65534
runAsGroup: 65534
runAsUser: 65534 # nobody user
runAsGroup: 65534 # nobody group
allowPrivilegeEscalation: false
image:
name: jupyterhub/k8s-secret-sync
Expand Down Expand Up @@ -345,8 +345,8 @@ scheduling:
enabled:
- name: NodeResourcesMostAllocated
containerSecurityContext:
runAsUser: 65534
runAsGroup: 65534
runAsUser: 65534 # nobody user
runAsGroup: 65534 # nobody group
allowPrivilegeEscalation: false
image:
name: k8s.gcr.io/kube-scheduler
Expand All @@ -368,8 +368,8 @@ scheduling:
enabled: true
replicas: 0
containerSecurityContext:
runAsUser: 65534
runAsGroup: 65534
runAsUser: 65534 # nobody user
runAsGroup: 65534 # nobody group
allowPrivilegeEscalation: false
corePods:
nodeAffinity:
Expand All @@ -386,17 +386,17 @@ prePuller:
cpu: 0
memory: 0
containerSecurityContext:
runAsUser: 65534
runAsGroup: 65534
runAsUser: 65534 # nobody user
runAsGroup: 65534 # nobody group
allowPrivilegeEscalation: false
hook:
enabled: true
image:
name: jupyterhub/k8s-image-awaiter
tag: 'set-by-chartpress'
containerSecurityContext:
runAsUser: 65534
runAsGroup: 65534
runAsUser: 65534 # nobody user
runAsGroup: 65534 # nobody group
allowPrivilegeEscalation: false
podSchedulingWaitDuration: 10
continuous:
Expand All @@ -405,8 +405,8 @@ prePuller:
extraImages: {}
pause:
containerSecurityContext:
runAsUser: 65534
runAsGroup: 65534
runAsUser: 65534 # nobody user
runAsGroup: 65534 # nobody group
allowPrivilegeEscalation: false
image:
name: k8s.gcr.io/pause
Expand Down

0 comments on commit cc6c02d

Please sign in to comment.