aws-iam-authenticator icon indicating copy to clipboard operation
aws-iam-authenticator copied to clipboard

chore: Update e2e and integration test Kubernetes/kOps versions

Open bryantbiggs opened this issue 1 year ago • 6 comments

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
    • The makefile driven code generation was removed in upstream in 1.25 and replaced with a script https://github.com/kubernetes/kubernetes/pull/112819

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 #

bryantbiggs avatar Apr 26 '24 00:04 bryantbiggs

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

bryantbiggs avatar Apr 26 '24 13:04 bryantbiggs

[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

k8s-ci-robot avatar Apr 28 '24 13:04 k8s-ci-robot

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 avatar Apr 29 '24 12:04 bryantbiggs

@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 759d2f23502f5627622e9ffcf941221215ddef8f 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.

k8s-ci-robot avatar Apr 29 '24 14:04 k8s-ci-robot

commit https://github.com/kubernetes-sigs/aws-iam-authenticator/pull/716/commits/a08d60d4844beb54adf5e3e20bc338349178772d corrects changes made in https://github.com/kubernetes-sigs/aws-iam-authenticator/commit/cc68d2315305ba17452a5a4f1868db14b77a0090

bryantbiggs avatar Jun 26 '24 13:06 bryantbiggs

PR needs rebase.

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.

k8s-ci-robot avatar Aug 15 '24 06:08 k8s-ci-robot