Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jupyter notebook user has group 1337 #2218

Closed
bigflood opened this issue May 30, 2022 · 2 comments
Closed

Jupyter notebook user has group 1337 #2218

bigflood opened this issue May 30, 2022 · 2 comments

Comments

@bigflood
Copy link

In jupyter notebook, user has strange group, 1137.

image

expected:

uid=1000(jovyan) gid=100(users) groups=100(users)

tested versions:

  • kubeflow version: 1.5
  • kubernetes version: 1.21.12

i think, the problem caused by istio sidecar injection.
env ENABLE_LEGACY_FSGROUP_INJECTION=false should be present.
https://github.com/kubeflow/manifests/blob/v1.5-branch/common/istio-1-11/istio-install/base/install.yaml#L3221

(in istio 1.11, ENABLE_LEGACY_FSGROUP_INJECTION is default true)
istio/istio#27367

@bigflood bigflood changed the title Jupyter notebook user has 1337 group Jupyter notebook user has group 1337 May 30, 2022
bigflood added a commit to bigflood/manifests that referenced this issue May 31, 2022
remove unnecessary fsGroup ans its side effect.
fix kubeflow#2218
@juliusvonkohout
Copy link
Member

This might be interesting for the security WG

@juliusvonkohout
Copy link
Member

closed with the corresponing PR. Look at the PR for details.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants