-
Notifications
You must be signed in to change notification settings - Fork 807
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
Several breaking changes to the helm chart #965
Conversation
Hi @krmichel. 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. |
@wongma7 Here is the PR I talked about with the breaking changes. |
I will need to add some information to the readme about these changes and upgrading from chart version 1.X to 2.X. |
/ok-to-test |
Looks like the tests are failing since the CSI Snapshotter is no longer being installed. I will try taking a look later. |
ah, it only gets auto-installed in 1.21 not 1.20... Our tests are creating 1.20 kops clusters. so, still have to set alternatively, kops 1.21 just came out a few days ago, so our tests could create 1.21 kops clusters, but that might be out of scope of this PR https://github.com/kubernetes-sigs/aws-ebs-csi-driver/blob/master/hack/e2e/run.sh#L51-L55 |
FYI I intend to add a helm changelog (copying how efs did it) here : https://github.com/kubernetes-sigs/aws-ebs-csi-driver/pull/958/files#diff-3e7c1a6135a81558fa6110f37850a0aea8e210a2226bd7c35c3f0819e5a74fe1 . I am hoping I can get it merged soon, in which case you may need to rebase |
As for the EKS test failure, that's due to #967, we can ignore it. |
I might be misreading but I think we will need kops 1.21 but can continue with kube 1.20. I am basing that on this representation seeming more clear to me. I will try it when I get a chance |
You are right, I misunderstood relationship between kops version and k8s version. I just tried kops 1.20.x to create a 1.20.x k8s version and it ignored snapshotController. Let me try kops 1.21.x to create a 1.20.x: https://github.com/kubernetes-sigs/aws-ebs-csi-driver/blob/master/hack/e2e/run.sh#L55 |
/test pull-aws-ebs-csi-driver-external-test-eks |
/retest |
/lgtm thanks very much. /hold last chance for folk to mention any 2.0 changes they would like to see... |
Remove enableVolumeSnapshot value Try to fix tests
/lgtm thank you!!! |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: krmichel, wongma7 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?
Both and includes a breaking change
Fixes #635
Fixes #847
Fixes #964
What is this PR about? / Why do we need it?
Removes deprecated helm values
Removes support for helm v2
Removes installation of the Snapshot controller