Add more overrides for rpc bind address and server broadcast address#207
Add more overrides for rpc bind address and server broadcast address#207the-glu wants to merge 2 commits intoyugabyte:masterfrom
Conversation
|
Hi @the-glu |
|
Hello,
Yes, I'm trying to do a multi cluster setup and yugaybe is using the private_rpc_address even with use_public_ip=never: yugabyte/yugabyte-db#27367 With thoses I'm able to work around the issue by forcing the private_rpc_address to a public one :) |
|
Which mcs flavor is this ? we can perhaps try to add support for that itself instead of providing direct overrides ? cc: @amannijhawan Right now we support gke, istio, ocp mcs |
|
I did try with gke and eks, but I'm not sure it's directly related to the provider |
| @@ -633,6 +642,10 @@ tserver: | |||
| ## `use_private_ip: cloud` to the gflags.master and gflags.tserver. | |||
| serverBroadcastAddress: "" | |||
There was a problem hiding this comment.
How will this work in case of multiple masters? Are we mostly setting it to 0.0.0.0?
There was a problem hiding this comment.
It's a override in case of someone would like to update it. Without anything set, it will use the server_broadcast_address template, who include the server fqdn
|
Added a comment, How will this work if we have more than 1 master deployed with the chart ? |
This PR adds optional options to overrides the rpc bind address on master and tserver, and server_broadcast_address on the master (already present on the tserver).