-
Notifications
You must be signed in to change notification settings - Fork 811
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
Update sidecars to newer version #707
Update sidecars to newer version #707
Conversation
Hi @AndyXiangLi. 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. |
/ok-to-test |
a7b8b77
to
f4b0220
Compare
Pull Request Test Coverage Report for Build 1506
💛 - Coveralls |
2ae562b
to
56adf19
Compare
87b7f80
to
651a015
Compare
/test pull-aws-ebs-csi-driver-e2e-single-az |
1 similar comment
/test pull-aws-ebs-csi-driver-e2e-single-az |
651a015
to
480a53b
Compare
/test pull-aws-ebs-csi-driver-e2e-single-az |
charts/aws-ebs-csi-driver/Chart.yaml
Outdated
@@ -3,7 +3,7 @@ appVersion: "0.8.1" | |||
name: aws-ebs-csi-driver | |||
description: A Helm chart for AWS EBS CSI Driver | |||
version: 0.8.2 |
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.
the version should also be bumped as technicaslly this is a new helm chart with new YAMLs
It's fine if the helm chart version
goes out of sync with the driver appVersion
(it already is)
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.
Hi Matthew, should we bump the driver version to 0.9.0?
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.
hmm yes that's a good idea, never mind then, let's leave version untouched for now.
Since there is already demand, we can release driver 0.9.0 + helm chart 0.9.0 later, after this merges.
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.
I agree with @wongma7. We should just bump to 0.8.3.
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.
Roger, so I will just update chart version to 0.8.3 in this PR and we can sync the driver version and chart version later(in 0.9.0 release)
480a53b
to
a0be105
Compare
a0be105
to
f7ed4e8
Compare
snapshotterImage: | ||
repository: quay.io/k8scsi/csi-snapshotter | ||
repository: k8s.gcr.io/sig-storage/csi-snapshotter |
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.
We need at least 3.0.0 for this one it seems: kubernetes-csi/external-snapshotter#461
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.
@wongma7 maybe we should get rid of the snapshotter before merging this one. Not sure which one is less effort, but this would be a throw-away effort.
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.
Hi Ayberk, just updated snapshotter sidecar and controller to version 3.0.3 and validated they are functioning as expected. Maybe we can retire snapshotter in a separate PR
98655e5
to
5da4ffb
Compare
docs/README.md
Outdated
@@ -109,6 +109,8 @@ kubectl create -f https://raw.githubusercontent.com/kubernetes/csi-api/release-1 | |||
``` | |||
|
|||
#### Deploy driver | |||
Latest master branch only supports driver deployment on kubernetes version >= 1.17 |
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.
Can we make this more generic? I'm thinking something like "Please see the compatibility matrix above before you deploy the driver". So we don't have to keep updating this part as well.
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.
Updated
5da4ffb
to
2bd03f9
Compare
2bd03f9
to
1a0bd40
Compare
/lgtm Great work! We're finally officially supporting arm without workarounds :) |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: AndyXiangLi, ayberk 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 |
@ayberk @AndyXiangLi - Thanks for merging this! Did someone validate volume snapshotting with this on Arm64? Do we now use the alpha overlay or stable/arm64 to install the EBS CSI driver.
|
Thanks @AndyXiangLi I see this from the doc: a couple of questions:
|
@ajaykmis Sorry I should not introduce confusion here so I just remove the second command from previous comment.
|
Is this a bug fix or adding new feature?
Fixes #604
What is this PR about? / Why do we need it?
Continue from PR #596 and update sidecar version in both helm and kustomization
** What test has been done
Validate sidecar functionality in ARM node
Validate sidecar functionality in AMD node
Kube version: 1.18