PolarDB-Stack-Operator icon indicating copy to clipboard operation
PolarDB-Stack-Operator copied to clipboard

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,...

Results 4 PolarDB-Stack-Operator issues
Sort by recently updated
recently updated
newest added

I create pvc by executing `curl -X POST "http://10.0.0.77:2002/pvcs" -H "accept: application/json" -H "Content-Type: application/json" -d "{ \"name\": \"pvc-32ze341nncwlczm47bsre\", \"namespace\": \"default\", \"need_format\": true, \"volume_id\": \"32ze341nncwlczm47bsre\", \"volume_type\": \"lun\"}"` but get error:...

I install polardb by install.sh and I have modify env.yaml according to my own configuration. However, pod created by polarstack-daemon can't work properly. Here is the log of the pod....

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...

When I try to apply config.all.yaml, I get following error: `Error from server (Invalid): error when creating "config/all.yaml": Deployment.apps "manager" is invalid: spec.template.spec.containers[0].volumeMounts[2].name: Not found: "config-etcd"` I read all.yaml and...