-
Notifications
You must be signed in to change notification settings - Fork 808
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 kOps to v1.23.0
+ Update parameters.md
#1329
Conversation
Skipping CI for Draft Pull Request. |
/test all |
/retest |
5b84f62
to
affb01f
Compare
Sorry for the noise, sniped by flaky CI and fixing co-author info in commit msg. |
/lgtm I think the pull-aws-ebs-csi-driver-migration-test failures/flakes are because of bug in the tests, we might consider skipping all 'pre-provisioned' test cases since 'dynamic' test cases are basically a superset of those. for the non-migration test suites, CSI topology ensures this problem never happens. But for the pull-aws-ebs-csi-driver-migration-test suite, the pre-provisioned tests naively create the PV without any zone/topology label, it should add the label : What I dont understand is how we are the only ones hitting this failure , it seems like it should also affect GCE PD test cases , anyway i would selfishly like kubernetes/kubernetes#108696 to merge anyway. |
@@ -172,3 +172,6 @@ spec: | |||
ExpandCSIVolumes: "true" | |||
CSIInlineVolume: "true" |
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.
BTW when bumping K8S_VERSION we can remove CSIDriverRegistry, CSINodeInfo, and CSIBlockVolume, all of these are GA since 1.18 so no need to explicitly set true
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.
ack, will do 👍
/retest |
Co-authored-by: wongma7 <mattwon@amazon.com> Co-authored-by: ConnorJC3 <github@connorjc.io> Signed-off-by: Eddie Torres <torredil@amazon.com>
Co-authored-by: ConnorJC3 <github@connorjc.io> Signed-off-by: Eddie Torres <torredil@amazon.com>
/retest |
1 similar comment
/retest |
Most recent CI was failing due to overriding the |
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.
/lgtm some minor nitpicks
hack/kops-patch.yaml
Outdated
@@ -172,3 +172,6 @@ spec: | |||
ExpandCSIVolumes: "true" | |||
CSIInlineVolume: "true" | |||
anonymousAuth: false | |||
cloudConfig: | |||
awsEBSCSIDriver: | |||
enabled: false |
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.
nit: removed newline at end of file
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.
👍
Signed-off-by: Eddie Torres <torredil@amazon.com>
/lgtm |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ConnorJC3, rdpsin, torredil 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 |
What is this PR about? / Why do we need it?
v1.23.0
+ disable default installation of CSI driver in kOps to prevent testing conflictsparameters.md
to clarify default kmsKeyID is not used when value is null #1267Pre-provisioned PV
tests in CSI migration.What testing is done?
closes #1187