kubewharf / godel-scheduler

a unified scheduler for online and offline tasks
Apache License 2.0
377 stars 58 forks source link

fix github action failure due to failing to create kind cluster #31

Closed zryfish closed 3 months ago

zryfish commented 3 months ago

The kind node image kindest/node:v1.24.6 is old and buggy(https://github.com/kubernetes-sigs/kind/issues/2942), it often fails to create a new cluster.

This PR is upgrading node image version to v1.26.6. Since policy/v1beta1 is dreprecated in v1.21+ and unavailable in v1.25+, this PR also change all the usage of PDB to v1.