-
Notifications
You must be signed in to change notification settings - Fork 905
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
Conversation
remove unnecessary fsGroup ans its side effect. fix kubeflow#2218
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: bigflood 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 |
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. |
Unnecessary fsGroup setting also prevents using defaultMode in volumes as mentioned in k8s docs and in the following issue: kubernetes/kubernetes#57923 |
Could we also have a minimal list of steps to reproduce the problem described in this PR? |
@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. |
THanks @aqeelat |
@juliusvonkohout: Closed this PR. In response to this:
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. |
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
istio/istio#27367
istio/istio#26882
Checklist:
Make sure you have installed kustomize == 3.2.1
make generate-changed-only
make test