helm-app-operator-kit
helm-app-operator-kit copied to clipboard
Operator pod error when new cr created.
I'd build an operator for the chart stable/memcached
. and the operator had been deployed successfully. When I deploy the new instance of my chart using kubectl apply -f cr.yaml
, the statefulset and the service had been created , but the operator pod will fall in the state of error, here is the log.
log.txt
Hi @fleeto, I think you're missing the right rbac rules, try to follow the operator's log from the very beginning.