-
Notifications
You must be signed in to change notification settings - Fork 39.6k
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
Fix fsGroup to vSphere #38655
Fix fsGroup to vSphere #38655
Conversation
Hi @abrarshivani. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with If you have questions or suggestions related to this bot's behavior, please file an issue against the kubernetes/test-infra repository. |
@k8s-bot ok to test |
@k8s-bot cvm gke e2e test this |
@abrarshivani: you can't request testing unless you are a kubernetes member. In response to this comment:
If you have questions or suggestions related to this bot's behavior, please file an issue against the kubernetes/test-infra repository. |
@k8s-bot cvm gke e2e test this |
@BaluDontu: you can't request testing unless you are a kubernetes member. In response to this comment:
If you have questions or suggestions related to this bot's behavior, please file an issue against the kubernetes/test-infra repository. |
@kerneltime Can you please run |
@abrarshivani: you can't request testing unless you are a kubernetes member. In response to this comment:
If you have questions or suggestions related to this bot's behavior, please file an issue against the kubernetes/test-infra repository. |
@k8s-bot ok to test |
Jenkins GKE smoke e2e failed for commit 5cb7faa. Full PR test history. The magic incantation to run this job again is |
@k8s-bot cvm gke e2e test this |
@thockin Can you please review this PR? |
Automatic merge from submit-queue (batch tested with PRs 39059, 39175, 35676, 38655) |
…-upstream-release-1.4 Automated cherry pick of #38655
What this PR does / why we need it:
Fixes #34039 by adding support for fsGroup to vSphere Volume.
Special notes for your reviewer:
Tested with example from http://stackoverflow.com/questions/35213589/docker-container-with-non-root-user-deployed-in-google-container-engine-can-not
Before this fix got error
Permission Denied
.Release note:
NONE
cc @pdhamdhere @kerneltime @BaluDontu