-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
added value overrides for master broadcastaddress #110
base: master
Are you sure you want to change the base?
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. |
@@ -386,7 +386,7 @@ spec: | |||
--undefok=num_cpus,enable_ysql \ | |||
--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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks like a typo. This line should be removed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@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
# For more https://docs.yugabyte.com/latest/reference/configuration/yugabyted/#environment-variables | |
authCredentials: | |
ysql: | |
user: "" | |
password: "" | |
database: "" | |
ycql: | |
user: "" | |
password: "" | |
keyspace: "" |
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.