- 
                Notifications
    
You must be signed in to change notification settings  - Fork 1k
 
Description
Problem
When deploying a new cluster using the operator, I dee that the cluster comes up and spilo roles are assigned to them master and replica node(s).
I also see the load balancer for the replica nodes come up.
However, the load balancer for the master node gets created but never gets a external IP. Looking at the ressource created, I see that the LB is missing a "selector" in it's spec. Editing the ressource online and adding the selector for the master spilo-role "fixes" the load balancer.
I've looked at the code in k8res.go and indeed the selectors are only added for the replica load balancer there.
Am I missing something?
Versions Used
I'm testing the operator on GKE running 4 nodes and kubernetes 1.10. I'm using the current master of the postgres-operator.