Skip to content
Snippets Groups Projects
Commit dc36c4ca authored by Oleksii Kliukin's avatar Oleksii Kliukin Committed by GitHub
Browse files

Implement replicaLoadBalancer boolean flag. (#38)

The flag adds a replica service with the name cluster_name-repl and
a DNS name that defaults to {cluster}-repl.{team}.{hostedzone}.

The implementation converted Service field of the cluster into a map
with one or two elements and deals with the cases when the new flag
is changed on a running cluster
(the update and the sync should create or delete the replica service).
In order to pick up master and replica service and master endpoint
when listing cluster resources.

* Update the spec when updating the cluster.
parent 7b0ca31b
No related branches found
No related tags found
No related merge requests found
Showing
with 297 additions and 151 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment