Keep Kubernetes supported version list up-to date
GuptaManan100 opened this issue · 7 comments
GuptaManan100 commented
Description
Make sure to update the kubernetes version list for the VTop and make sure it works with the latest versions.
hoony9x commented
Is there any detailed plan for this issue?
I want to use this operator on Kubernetes 1.25 (Currently latest version) but I can't because of below error message.
{
"level":"error",
"ts":1663237492.7023168,
"logger":"controller-runtime.source",
"msg":"if kind is a CRD, it should be installed before calling Start",
"kind":"PodDisruptionBudget.policy",
"error":"no matches for kind \"PodDisruptionBudget\" in version \"policy/v1beta1\""
}
- APIVersion of
PodDisruptionBudget
might bepolicy/v1
, notpolicy/v1beta1
.
jseparovic commented
Any plans to go to 1.23? 1.22 is EOL later this month
Auha commented
Just to add to this is there a timeline for Kubernetes version 1.25?
Murali-P commented
Facing the same issue, What is the resolution ?
frouioui commented
Any plans to go to 1.23? 1.22 is EOL later this month
The vitess-operator can run on k8s 1.24
.