nikatar / egress-cilium-node-ha-operator

Simple k8s operator for HA egress cilium
GNU General Public License v3.0
14 stars 4 forks source link

RBAC verbs #1

Open aleksasiriski opened 4 months ago

aleksasiriski commented 4 months ago

Why does this operator need patch verb on nodes? It just looks at all the nodes and sees if it has taint node.kubernetes.io/unreachable

Why does this operator need create verb on ciliumegressgatewaypolicies? It just patches the policies to use the working node if it has changed.

nikatar commented 3 months ago

Yes, it seems you are right. This is an artifact from previous iterations. I've been doing this for a long time. Now I don't use this operator in my work. But if you make a PR and test it, I'll accept it

aleksasiriski commented 3 months ago

I decided to make a fork but still haven't got around to testing it. If you like the changes I made I can contribute a PR.

nikatar commented 3 months ago

Yes, let's