You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[martini] Started GET /api/cluster/tooling-cluster.db for 127.0.0.1:37458
2019-12-23 13:41:56 ERROR Unable to determine cluster name. clusterHint=tooling-cluster.db
[martini] Completed 500 Internal Server Error in 18.526038ms
[martini] Started GET /api/audit-recovery/tooling-cluster.db for 127.0.0.1:37458
[martini] Completed 200 OK in 4.251511ms
[martini] Started GET /api/raft-health for 116.202.10.69:52714
[martini] Completed 200 OK in 1.092799ms
The first pod is created and most of the containers are ready, but the mysql container is marked as not ready. Thus the cluster won't be created and is not usable.
I've installed the operator via helm with the version v0.3.1
The text was updated successfully, but these errors were encountered:
Seems to be an RBAC problem, if the operator is deployed in different namespace (e.g. default) than the cluster (eg. database). Both in the same namespace work fine
The cluster can't be registered into orchestrator, that seems to be the problem. Make sure that the orchestrator (operator) can access the pods. Do you have some custom configuration for k8s?
We wanted to move to a different cluster and reusing the same CRD yamls for creating mysql instances via the operator.
but it just failes with the operator throwing:
the orchestrator tells me:
The first pod is created and most of the containers are ready, but the mysql container is marked as not ready. Thus the cluster won't be created and is not usable.
I've installed the operator via helm with the version v0.3.1
The text was updated successfully, but these errors were encountered: