ApsaraDB / PolarDB-Stack-Operator

PolarDB Stack is a DBaaS implementation for PolarDB-for-Postgres, as an operator creates and manages PolarDB/PostgreSQL clusters running in Kubernetes. It provides re-construct, failover swtich-over, scale up/out, high-available capabilities for each clusters.
Apache License 2.0
24 stars 19 forks source link

Chart can't be applied in the version 1.23 of k8s #2

Open huasiy opened 2 years ago

huasiy commented 2 years ago

I plan to install polardb by install.sh. However I get the following error:

install.go:178: [debug] Original chart version: ""
install.go:195: [debug] CHART PATH: /home/vm08-1/PolarDB-Stack-Operator/polardb-stack-chart

Error: INSTALLATION FAILED: unable to build kubernetes objects from release manifest: unable to recognize "": no matches for kind "CustomResourceDefinition" in version "apiextensions.k8s.io/v1beta1"
helm.go:84: [debug] unable to recognize "": no matches for kind "CustomResourceDefinition" in version "apiextensions.k8s.io/v1beta1"
unable to build kubernetes objects from release manifest

I check config/all.yaml of this repo and kubernetes official website. I find the yaml file's syntax is not suitable for the version 1.23 of k8s. I want to know if the development team will update chart to fit the latest k8s in the feature?

lynnleelhl commented 2 years ago

It will be really appreciated if you could adapt kubernetes v1.23 yourselves and make a PR. It is in our plan but it takes time.