Closed fangpochen closed 3 years ago
how can I edit securityContext of jupyterhub singleuser
@hlb
@Eric Yang
@fangpochen is this what you're looking for? https://github.com/InfuseAI/primehub/blob/master/chart/values.yaml#L527-L592
@fangpochen is this what you're looking for? https://github.com/InfuseAI/primehub/blob/master/chart/values.yaml#L527-L592
I have modified the Hub and SingleUser configurations to add both containerSecurityContext: runAsUser: 1000 runAsGroup: 1000 allowPrivilegeEscalation: true privileged: true But it did not work, and Privileged: True did not work. What's the reason for this
@fangpochen is this what you're looking for? https://github.com/InfuseAI/primehub/blob/master/chart/values.yaml#L527-L592
runAsUser: 1000 runAsGroup: 1000 These two values are valid
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.