We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
Can't generate Kubernetes release when there is no previousPatches release
previousPatches
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Description
I tried to generate sysext image for Kubernetes 1.30 but it fails:
Impact
Can't generate Kubernetes release when there is no
previousPatches
releaseThe text was updated successfully, but these errors were encountered: