Skip to content
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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ElijahQuinones
Copy link
Member

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?

NONE

/hold

holding until local testing is done

@k8s-ci-robot k8s-ci-robot added do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. labels Jan 30, 2025
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please ask for approval from elijahquinones. For more information see the Code Review Process.

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Jan 30, 2025
@k8s-ci-robot k8s-ci-robot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Jan 30, 2025
@ElijahQuinones ElijahQuinones added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Jan 30, 2025
Copy link

Code Coverage Diff

This PR does not change the code coverage

@ElijahQuinones
Copy link
Member Author

ElijahQuinones commented Jan 30, 2025

When running locally run in to Error: cannot determine hash for "https://artifacts.k8s.io/binaries/kops/1.32.0-beta.1/linux/amd64/nodeup" (have you specified a valid file location?) will give time for this to be resolved as this beta version of kops has only come out 11 hours ago and looking into it appears the binary is not yet available at that url.

@k8s-ci-robot k8s-ci-robot added size/S Denotes a PR that changes 10-29 lines, ignoring generated files. and removed size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Jan 30, 2025
@AndrewSirenko
Copy link
Contributor

FYI eksctl release v0.201.0 made metrics-server a default add-on (source)

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)

@k8s-ci-robot
Copy link
Contributor

@ElijahQuinones: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
pull-aws-ebs-csi-driver-external-test aa4e383 link true /test pull-aws-ebs-csi-driver-external-test
pull-aws-ebs-csi-driver-test-helm-chart aa4e383 link true /test pull-aws-ebs-csi-driver-test-helm-chart
pull-aws-ebs-csi-driver-e2e-single-az aa4e383 link true /test pull-aws-ebs-csi-driver-e2e-single-az
pull-aws-ebs-csi-driver-e2e-multi-az aa4e383 link true /test pull-aws-ebs-csi-driver-e2e-multi-az
pull-aws-ebs-csi-driver-external-test-arm64 aa4e383 link false /test pull-aws-ebs-csi-driver-external-test-arm64

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants