-
Notifications
You must be signed in to change notification settings - Fork 810
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 CI to use 1.32 eks and kops clusters #2323
base: master
Are you sure you want to change the base?
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Code Coverage DiffThis PR does not change the code coverage |
When running locally run in to |
dc26cee
to
4a9c0f1
Compare
FYI eksctl release v0.201.0 made This means that eks tests are likely failing due to a conflict between our CI scripts attempting to install metrics-server, and eksctl already doing it. We'll either have to edit run.sh to not install metrics-server for eksctl clusters (or, less ideal, override eksctl to not install metrics-server) |
4a9c0f1
to
0a3ca65
Compare
0a3ca65
to
aa4e383
Compare
@ElijahQuinones: The following tests 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. |
What type of PR is this?
/kind cleanup
What is this PR about? / Why do we need it?
This PR updates our CI to use k8s 1.32 when creating clusters using kops and eksctl
How was this change tested?
CI and running make cluster/create with change to verify 1.32 cluster is created
Does this PR introduce a user-facing change?
/hold
holding until local testing is done