vitess-operator
vitess-operator copied to clipboard
Keep Kubernetes supported version list up-to date
Description
Make sure to update the kubernetes version list for the VTop and make sure it works with the latest versions.
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
.
Any plans to go to 1.23? 1.22 is EOL later this month
Just to add to this is there a timeline for Kubernetes version 1.25?
Facing the same issue, What is the resolution ?
Any plans to go to 1.23? 1.22 is EOL later this month
The vitess-operator can run on k8s 1.24
.
Hey all, we have an opened Pull Request to support k8s 1.25
: https://github.com/planetscale/vitess-operator/pull/309, we are still working on it. We hope to support 1.25
for the next version of the vitess-operator: 2.10.0
.