eladkal opened a new pull request, #55934:
URL: https://github.com/apache/airflow/pull/55934

   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 verify they exist
   
   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


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to