etcd-operator
etcd-operator copied to clipboard
clusterwide not really working
I added clusterwide option and deployed the example to kube-system - but the operator never reacted to the example-etcd-cluster.yaml.. I then removed all (incl. roles that were in kube-system) and added it in default namespace - and then it worked. It seems it could be because the create_role script creates a role that does not have access to other namespaces ?
Link to the create role script?
Link to the create role script?
https://github.com/coreos/etcd-operator/blob/master/example/rbac/create_role.sh
u should add the clusterwide annotation too
So how should this actually look, for it to work? https://github.com/coreos/etcd-operator/blob/master/example/deployment.yaml