Giter Club home page Giter Club logo

Comments (7)

ozbillwang avatar ozbillwang commented on August 16, 2024 1

That's weird. the schedule job stoped with no reason.

let me check.

By the way, I manually trigger the build this time, new tags are available now.

from k8s.

mleklund avatar mleklund commented on August 16, 2024

1.27.12 is missing, I assume it is related to this issue.

from k8s.

rmontag-ap avatar rmontag-ap commented on August 16, 2024

Unfortunately, the CircleCI pipeline is not working, missing the last new versions (1.29.5).
@ozbillwang Can you have a look?

from k8s.

ozbillwang avatar ozbillwang commented on August 16, 2024

There's a new error when installing aws-iam-authenticator, but this part of the code hasn't been changed in a while.

 ---> b9abf37beadb
Step 20/26 : RUN . /envfile && echo $ARCH &&     authenticator=$(curl -fs https://api.github.com/repos/kubernetes-sigs/aws-iam-authenticator/releases/latest | jq --raw-output '.name' | sed 's/^v//') &&     curl -fL https://github.com/kubernetes-sigs/aws-iam-authenticator/releases/download/v${authenticator}/aws-iam-authenticator_${authenticator}_linux_${ARCH} -o /usr/bin/aws-iam-authenticator &&     chmod +x /usr/bin/aws-iam-authenticator
 ---> Running in 65fdc5d87093
amd64
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     9    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
curl: (22) The requested URL returned error: 404
The command '/bin/sh -c . /envfile && echo $ARCH &&     authenticator=$(curl -fs https://api.github.com/repos/kubernetes-sigs/aws-iam-authenticator/releases/latest | jq --raw-output '.name' | sed 's/^v//') &&     curl -fL https://github.com/kubernetes-sigs/aws-iam-authenticator/releases/download/v${authenticator}/aws-iam-authenticator_${authenticator}_linux_${ARCH} -o /usr/bin/aws-iam-authenticator &&     chmod +x /usr/bin/aws-iam-authenticator' returned a non-zero code: 22

Exited with code exit status 22

ref: https://app.circleci.com/pipelines/github/alpine-docker/k8s/637/workflows/16f714f6-06b6-4086-b990-12ee91fda5f6/jobs/668

update 1

To narrow down the issue, I can now duplicate it using the following command:

docker build --no-cache --build-arg KUBECTL_VERSION=1.30.1 --build-arg HELM_VERSION=3.15.0 --build-arg KUSTOMIZE_VERSION=v5.4.1 --build-arg KUBESEAL_VERSION=0.26.2 --build-arg KREW_VERSION=0.4.4 --build-arg VALS_VERSION=0.37.1 --build-arg KUBECONFORM_VERSION=0.6.6 -t alpine/k8s:1.30.1 .

from k8s.

ozbillwang avatar ozbillwang commented on August 16, 2024

So I knew the reason now.

https://github.com/kubernetes-sigs/aws-iam-authenticator/releases

the latest release of aws-iam-authenticator doesn't include the binary now, only source codes.

Old way, 10 assets

image

new way, only 2 assets, both are source codes

image

someone has reported a similar issue at kubernetes-sigs/aws-iam-authenticator#723

from k8s.

ozbillwang avatar ozbillwang commented on August 16, 2024

another issue [Assets Availability on Release Tag] Please make downloadable asset for aws-iam-authenticator at

kubernetes-sigs/aws-iam-authenticator#722 (comment)

from k8s.

ozbillwang avatar ozbillwang commented on August 16, 2024

another issue, it has higher version, v0.6.20, but it still marks v0.5.27 as latest.

reported in kubernetes-sigs/aws-iam-authenticator#720

from k8s.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.