cybozu-go / moco

MySQL operator on Kubernetes using GTID-based semi-synchronous replication.

Home Page:https://cybozu-go.github.io/moco/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Moco Helm chart not compatible with Kubernetes v1.26

chis0m opened this issue · comments

Describe the bug
A clear and concise description of what the bug is.

Environments

  • Kubernetes v1.26

To Reproduce
Steps to reproduce the behavior:

  1. Execute: helm install --namespace moco-system moco moco/moco
  2. Error: INSTALLATION FAILED: chart requires kubeVersion: >= 1.22.0 which is incompatible with Kubernetes v1.26.7...

@chis0m
Thank you for the report!
Does the version of your k8s cluster include preleases like v1.26.7-foo?
If so, it will be fixed in the next release. ref: #536

We will release the next version when we have completed the in-process features.
Please wait for a while.

@chis0m Thank you for the report! Does the version of your k8s cluster include preleases like v1.26.7-foo? If so, it will be fixed in the next release. ref: #536

We will release the next version when we have completed the in-process features. Please wait for a while.

Ok thanks

@chis0m
Sorry, it took so long.
#536 has been released in Chart v0.7.0. Please try it if you get the chance.