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 5, 2020
1 parent 446a4b0 commit 67a83d6
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 @@ -165,8 +165,8 @@ proxy:
extraEnv: {}
traefik:
containerSecurityContext:
runAsUser: 65534
runAsGroup: 65534
runAsUser: 65534 # nobody user
runAsGroup: 65534 # nobody group
allowPrivilegeEscalation: false
image:
name: traefik
Expand All @@ -183,8 +183,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 @@ -344,8 +344,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 @@ -367,8 +367,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 @@ -385,26 +385,26 @@ 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:
enabled: true
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 67a83d6

Please sign in to comment.