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

Set ENABLE_LEGACY_FSGROUP_INJECTION to false for istio #2219

Closed
wants to merge 1 commit into from

Conversation

bigflood
Copy link

remove unnecessary fsGroup ans its side effect.

Which issue is resolved by this Pull Request:
Resolves #2218

On kubernetes 1.19+, ENABLE_LEGACY_FSGROUP_INJECTION is not required.
istio 1.11~1.13 sets ENABLE_LEGACY_FSGROUP_INJECTION to true by default.

FYI, below are the versions supported in Kubeflow 1.5

  • Kubernetes 1.21, 1.20, 1.19
  • istio 1.11

istio/istio#27367
istio/istio#26882

Checklist:

  • Unit tests pass:
    Make sure you have installed kustomize == 3.2.1
    1. make generate-changed-only
    2. make test

remove unnecessary fsGroup ans its side effect.
fix kubeflow#2218
@google-oss-prow
Copy link

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: bigflood
To complete the pull request process, please assign yanniszark after the PR has been reviewed.
You can assign the PR to them by writing /assign @yanniszark in a comment when ready.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@google-oss-prow google-oss-prow bot requested review from elikatsis and kimwnasptd May 31, 2022 12:53
@stale
Copy link

stale bot commented Sep 21, 2022

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in one week if no further activity occurs. Thank you for your contributions.

@ozen
Copy link

ozen commented Jan 23, 2023

Unnecessary fsGroup setting also prevents using defaultMode in volumes as mentioned in k8s docs and in the following issue: kubernetes/kubernetes#57923

@stale stale bot removed the lifecycle/stale label Jan 23, 2023
@juliusvonkohout
Copy link
Member

@ozen @bigflood is this still relevant? Please fix the branch conflict or create a new PR. Otherwise i have to close the PR.

@kimwnasptd
Copy link
Member

Could we also have a minimal list of steps to reproduce the problem described in this PR?

@aqeelat
Copy link

aqeelat commented Feb 15, 2024

@juliusvonkohout I don't think this is needed anymore because the flag is only needed to support K8s <= 1.18 which are not supported by the current version of kubeflow. Also, the flag was removed in istio 1.19.

source

@juliusvonkohout
Copy link
Member

juliusvonkohout commented Feb 19, 2024

THanks @aqeelat
/close

@google-oss-prow google-oss-prow bot closed this Feb 19, 2024
Copy link

@juliusvonkohout: Closed this PR.

In response to this:

TTHanks @aqeelat
/close

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

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

Successfully merging this pull request may close these issues.

Jupyter notebook user has group 1337
5 participants