Skip to content

fix ALLOWED_KUBERNETES_VERSIONS to versions exist on docker hub#55934

Merged
eladkal merged 1 commit into
apache:mainfrom
eladkal:kube
Sep 22, 2025
Merged

fix ALLOWED_KUBERNETES_VERSIONS to versions exist on docker hub#55934
eladkal merged 1 commit into
apache:mainfrom
eladkal:kube

Conversation

@eladkal
Copy link
Copy Markdown
Contributor

@eladkal eladkal commented Sep 21, 2025

Followup on #55924
Fix broken main that fails with k8s tags not available on docker hub:
ERROR: failed to create cluster: failed to pull image "kindest/node:v1.34.1": command "docker pull kindest/node:v1.34.1" failed with error: exit status 1

Looks like docker hub doesn't have latest k8s versions so I changed to most recent versions available and verified it exists

https://hub.docker.com/r/kindest/node/tags?page=1&name=v1.30.13

https://hub.docker.com/r/kindest/node/tags?page=1&name=v1.31.12

https://hub.docker.com/r/kindest/node/tags?page=1&name=v1.32.8

https://hub.docker.com/r/kindest/node/tags?page=1&name=v1.33.4

https://hub.docker.com/r/kindest/node/tags?page=1&name=v1.34.0

Copy link
Copy Markdown
Contributor

@amoghrajesh amoghrajesh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks fine!

@eladkal eladkal merged commit 385681d into apache:main Sep 22, 2025
207 of 209 checks passed
@eladkal eladkal deleted the kube branch September 22, 2025 06:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants