vitess-operator icon indicating copy to clipboard operation
vitess-operator copied to clipboard

Keep Kubernetes supported version list up-to date

Open GuptaManan100 opened this issue 2 years ago • 6 comments

Description

Make sure to update the kubernetes version list for the VTop and make sure it works with the latest versions.

GuptaManan100 avatar Jul 14 '22 06:07 GuptaManan100

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 be policy/v1, not policy/v1beta1.

hoony9x avatar Sep 15 '22 10:09 hoony9x

Any plans to go to 1.23? 1.22 is EOL later this month

jseparovic avatar Oct 05 '22 17:10 jseparovic

Just to add to this is there a timeline for Kubernetes version 1.25?

Auha avatar Oct 28 '22 00:10 Auha

Facing the same issue, What is the resolution ?

Murali-P avatar Mar 06 '23 10:03 Murali-P

Any plans to go to 1.23? 1.22 is EOL later this month

The vitess-operator can run on k8s 1.24.

frouioui avatar Mar 16 '23 12:03 frouioui

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.

frouioui avatar Mar 16 '23 12:03 frouioui