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

chore: Update e2e and integration test Kubernetes/kOps versions #716

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

bryantbiggs
Copy link
Member

@bryantbiggs bryantbiggs commented Apr 26, 2024

What this PR does / why we need it:

  • Update e2e and integration test Kubernetes/kOps versions - these look like they haven't been updated for a few years so bumping to the latest (latest K8s version supported in EKS)
  • Replace makefile with script to update codegen

Which issue(s) this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close the issue(s) when PR gets merged):
Fixes #

@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels Apr 26, 2024
@bryantbiggs
Copy link
Member Author

will need to spend a bit more time to look into this, converting to draft for now

@bryantbiggs bryantbiggs marked this pull request as draft April 26, 2024 13:54
@k8s-ci-robot k8s-ci-robot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Apr 26, 2024
The Makefile driven code generation was removed in upstream in 1.25 and
replaced with a script kubernetes/kubernetes#112819
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: bryantbiggs
Once this PR has been reviewed and has the lgtm label, please assign wongma7 for approval. For more information see the Kubernetes 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

@bryantbiggs bryantbiggs marked this pull request as ready for review April 28, 2024 13:05
@k8s-ci-robot k8s-ci-robot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Apr 28, 2024
@k8s-ci-robot k8s-ci-robot added size/M Denotes a PR that changes 30-99 lines, ignoring generated files. and removed size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels Apr 28, 2024
@bryantbiggs bryantbiggs force-pushed the chore/update-test-k8s-versions branch 10 times, most recently from ee3b2a2 to 6938055 Compare April 29, 2024 12:11
@bryantbiggs
Copy link
Member Author

somewhere, we are using an older version of the authenticator in the e2e test but I can't spot where in the code. From the e2e test output:

W0429 11:46:49.577654 6344 builder.go:232] failed to digest image "602401143452.dkr.ecr.us-west-2.amazonaws.com/amazon/aws-iam-authenticator:v0.5.12": GET https://602401143452.dkr.ecr.us-west-2.amazonaws.com/v2/amazon/aws-iam-authenticator/manifests/v0.5.12: unexpected status code 401 Unauthorized: Not Authorized

@bryantbiggs bryantbiggs force-pushed the chore/update-test-k8s-versions branch 3 times, most recently from 2aeba05 to 6b1fce0 Compare April 29, 2024 13:21
@bryantbiggs bryantbiggs force-pushed the chore/update-test-k8s-versions branch 3 times, most recently from 38eab73 to 143141a Compare April 29, 2024 13:50
@bryantbiggs bryantbiggs force-pushed the chore/update-test-k8s-versions branch from 143141a to 759d2f2 Compare April 29, 2024 14:08
@k8s-ci-robot
Copy link
Contributor

@bryantbiggs: The following test 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-iam-authenticator-e2e 759d2f2 link true /test pull-aws-iam-authenticator-e2e

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/test-infra 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. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants