We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In jupyter notebook, user has strange group, 1137.
expected:
uid=1000(jovyan) gid=100(users) groups=100(users)
tested versions:
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
ENABLE_LEGACY_FSGROUP_INJECTION=false
(in istio 1.11, ENABLE_LEGACY_FSGROUP_INJECTION is default true) istio/istio#27367
ENABLE_LEGACY_FSGROUP_INJECTION
The text was updated successfully, but these errors were encountered:
Set ENABLE_LEGACY_FSGROUP_INJECTION to false for istio
afccfde
remove unnecessary fsGroup ans its side effect. fix kubeflow#2218
This might be interesting for the security WG
Sorry, something went wrong.
closed with the corresponing PR. Look at the PR for details.
Successfully merging a pull request may close this issue.
In jupyter notebook, user has strange group, 1137.
expected:
tested versions:
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
The text was updated successfully, but these errors were encountered: