issues
search
oracle
/
mysql-operator
Create, operate and scale self-healing MySQL clusters in Kubernetes
870
stars
235
forks
source link
Operator pod permannently stays in state container creating
#278
Open
viveksoundrapandi
opened
5 years ago
viveksoundrapandi
commented
5 years ago
I just followed the tutorial,
Cloned the repo
Ran helm install with rbac disables
the operator pod just stays in containercreating state forever kubectl logs gives this: Error from server (BadRequest): container "mysql-operator-controller" in pod "mysql-operator-5d7f48df5b-lttt4" is waiting to start: ContainerCreating
I just followed the tutorial,