Details
-
Bug
-
Status: Open
-
High
-
Resolution: Unresolved
-
2.31.0
-
None
-
None
-
Yes
-
Yes
-
Yes
-
No
-
Server Integrations
Description
User impact:
PSMDB cluster creation won't finish with minikube + psmdb operator v1.12.0
Steps to reproduce:
Start minikube
minikube start --nodes=4 --cpus=3 --memory=2200mb
minikube addons disable storage-provisioner
kubectl delete storageclass standard
kubectl apply -f https://raw.githubusercontent.com/percona-platform/dbaas-controller/main/kubevirt-hostpath-provisioner.yaml
Start pmm-server with -e PERCONA_TEST_VERSION_SERVICE_URL=https://check-dev.percona.com/versions/v1 (where 1.12.0 is recommended)
Register minikube
Create a psmdb cluster
Actual result:
All pods running, no errors in logs
Expected result:
Ready state
Workaround:
Details: