-
Notifications
You must be signed in to change notification settings - Fork 40.9k
KEP-5040: Disable git_repo volume driver. #129923
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
Conversation
Skipping CI for Draft Pull Request. |
This issue is currently awaiting triage. If a SIG or subproject determines this is a relevant issue, they will accept it by applying the The 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-sigs/prow repository. |
a391d2e
to
12cb867
Compare
12cb867
to
c0ca01c
Compare
/ok-to-test |
/kind feature |
/lgtm |
LGTM label has been added. Git tree hash: 5230f30d38d3d3bc9c43aa1b20abc65710f98100
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry I missed this before
test/compatibility_lifecycle/reference/versioned_feature_list.yaml
Outdated
Show resolved
Hide resolved
/hold |
6e1574a
to
903151f
Compare
Thanks! /lgtm @xing-yang - what the reason for the hold? |
LGTM label has been added. Git tree hash: f678588012418c753918de60b39fee8bb496ecd8
|
903151f
to
282e149
Compare
/lgtm |
LGTM label has been added. Git tree hash: 427ecd908c7260c5bb00b2a6714bd890fce63006
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: saad-ali, thockin, vinayakankugoyal The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@vinayakankugoyal: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. 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-sigs/prow repository. I understand the commands that are listed here. |
/hold cancel @thockin You added new comments after I gave "lgtm":). I just want to make sure those are addressed before the PR is merged. |
What type of PR is this?
/kind feature
What this PR does / why we need it:
As part of KEP-5040 this PR disables the gitRepo volume plugin by default. However users who are still using this feature can enable gitRepo volume plugin setting the feature-gate
GitRepoVolumeDriver=true
in kubelet feature-gates.Which issue(s) this PR fixes:
Fixes #125983
Special notes for your reviewer:
Does this PR introduce a user-facing change?
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.: