added value overrides for master broadcastaddress#110
added value overrides for master broadcastaddress#110ssung-yugabyte wants to merge 2 commits intoyugabyte:masterfrom
Conversation
|
+1. Just like the tservers, the masters need to be able to set the broadcast address. Small nit: this should be in the values file as well. |
| --use_node_hostname_for_local_tserver=true \ | ||
| {{- if $root.Values.authCredentials.ysql.password }} | ||
| --ysql_enable_auth=true \ | ||
| --ysql_enable_auth=true |
There was a problem hiding this comment.
This looks like a typo. This line should be removed.
There was a problem hiding this comment.
@tvesely : is Stanley around to update this PR? Otherwise, can you please send a new PR with the typo removed?
There was a problem hiding this comment.
@tvesely you mean we should not remove the trailing slash, right?
Cause if we remove this line, a feature used by community users, might stop working.
charts/stable/yugabyte/values.yaml
Lines 293 to 302 in 8ae394e
|
While I support this change, I'm trying to understand how do we plan to use it for GKE MCS. When we set a value of Other option is to keep the broadcast address unchanged and use masterAddresses like this: This format makes it possible to tell TServer and Masters that each master has two ways to reach it. Need to test if this method works with GKE MCS though, that is something similar which we used for Istio multi-cluster setup. https://gist.github.com/bhavin192/ad3e0a7be5e23c00784fca864db9e1fc |
FOR GKE MCS support.
GKE MCS will need the override of server_broadcast_addresses.