-
Notifications
You must be signed in to change notification settings - Fork 558
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
feat: allow to don't use helm hooks for CSIDriver creation #1074
feat: allow to don't use helm hooks for CSIDriver creation #1074
Conversation
Welcome @woehrl01! |
Hi @woehrl01. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
We're affected by this issue as well, thank you @woehrl01 for making a PR. @justinsb @mskanth972 is there any chance that one of you can review this soon !? |
/ok-to-test |
Hi @mskanth972 @jqmichael |
ping |
The Kubernetes project currently lacks enough contributors to adequately respond to all PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/remove-lifecycle stale |
The Kubernetes project currently lacks enough contributors to adequately respond to all PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/remove-lifecycle |
The Kubernetes project currently lacks enough active contributors to adequately respond to all PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
/remove-lifecycle rotten |
@nckturner Do you know if this can be assigned to someone to take a look at it? |
Can somebody take a look at this? This issue caused a huge outage for us and we need this feature. |
/lgtm |
@woehrl01 can you get EasyCLA authorization? |
@mskanth972 sure, I just don't know which link to click, according to the wiki there should be one on the pr. |
@mskanth972 looks like the EasyCLA bot is not running here |
304aaec
to
9933a10
Compare
/check-cla |
@mskanth972 Looks like a rebase + checking the cla was enough, can you please have another look? Thanks! |
@mskanth972 tests are failing but they don't appear to be related to @woehrl01 's work:
|
We have the fix for it here(aws/efs-utils#237) which is merged but needs to release a new tag/release for efs-utils so that driver can pick the change. We have a plan of bundling one more feature request with this new release, so the reason for delay. The ECD for new driver version with this fix will be 09/20 and for Addons will be 09/27. |
Are you referring to the fix for the automated tests, or @woehrl01 's fix for the Helm chart hooks? The hooks issue is the big one for my company, obviously. Can we expect a fix for the hooks on 9/27? |
The ECD is same for all the PRs which are waiting on release(build and hooks issue) i.e., 9/27 Addons. |
/retest |
Failing test is not related to my changes. |
@woehrl01, could you please rebase your PR to re-trigger the tests? The fix for build issue has been resolved. |
9933a10
to
1d5c39c
Compare
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mskanth972, woehrl01 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 |
Is this a bug fix or adding new feature?
Fixes #765
Fixes #325
What is this PR about? / Why do we need it?
According to how external tools are executing the hooks, there can be a possibility that the CSIDriver gets deleted but never created. This PR adds a flag, so that the CSIDriver can be added without using helm hooks. This has the benefit that the Csidriver doesn't gets constantly recreated on each update of the chart (which doesn't make scene, imho)
Adds a flag
useHelmHooksForCSIDriver
to Values, which can be used to disable usage of hooks.Currently, does not change the default behaviour to not impact existing users.
What testing is done?
Verified that the sources does not show up as deleted