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

kubernetes release does not work with current 1.30 #61

Closed
tormath1 opened this issue Apr 18, 2024 · 0 comments · Fixed by #62
Closed

kubernetes release does not work with current 1.30 #61

tormath1 opened this issue Apr 18, 2024 · 0 comments · Fixed by #62
Labels
kind/bug Something isn't working

Comments

@tormath1
Copy link
Contributor

Description

I tried to generate sysext image for Kubernetes 1.30 but it fails:

$ KBS_VERS=$(curl -fsSL --retry-delay 1 --retry 60 --retry-connrefused \
                --retry-max-time 60 --connect-timeout 20  \
                https://raw.githubusercontent.com/kubernetes/website/main/data/releases/schedule.yaml \
                | yq -r '.schedules[].previousPatches[0].release' \
                | awk '{print "kubernetes-v"$1}')
$ echo $KBS_VERS
kubernetes-vnull kubernetes-v1.29.3 kubernetes-v1.28.8 kubernetes-v1.27.12

Impact

Can't generate Kubernetes release when there is no previousPatches release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant