-
Notifications
You must be signed in to change notification settings - Fork 42
Update K8S Version to 1.25 #241
base: master
Are you sure you want to change the base?
Conversation
Thanks for your interest in palantir/k8s-spark-scheduler, @nshores! Before we can accept your pull request, you need to sign our contributor license agreement - just visit https://cla.palantir.com/ and follow the instructions. Once you sign, I'll automatically update this pull request. |
Even after getting this to run, which requires bumping the
The full information is here, but a rewrite is needed to use this in 1.25 openshift/cluster-kube-scheduler-operator#197 (comment) The https://kubernetes.io/docs/reference/scheduling/config/ What this means is converting the |
Before this PR
#242
After this PR
Updated all K8s Deps in
go.mod
to v0.25.7 and vendor/modules.txt to v0.25.7.Updated k8s.io/api => k8s.io/api v0.26.2
Updated k8s.io/kubernetes to v.1.25.7
Ran a
go mod vendor
to pull in updates dependencies.Possible downsides?
Unknown breaking changes from updating the client dependence.