-
Notifications
You must be signed in to change notification settings - Fork 40
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
[#20344] yugabyted: yugabyted UI support for K8s helm chart #180
base: master
Are you sure you want to change the base?
Conversation
@@ -8,7 +8,7 @@ nameOverride: "" | |||
|
|||
Image: | |||
repository: "yugabytedb/yugabyte" | |||
tag: 2.19.3.0-b140 |
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.
please don't modify the values.yaml for this, this is modified by generated code.
@@ -115,6 +115,22 @@ gflags: | |||
tserver: {} | |||
# use_cassandra_authentication: false | |||
|
|||
yugabytedUi: | |||
enabled: 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.
default should be false for yugabytedUI
yugabytedUi: | ||
enabled: true | ||
|
||
metricsSnapshotter: |
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.
same here default should be false.
@@ -504,6 +522,7 @@ helm2Legacy: false | |||
ip_version_support: "v4_only" # v4_only, v6_only are the only supported values at the moment | |||
|
|||
# For more https://docs.yugabyte.com/latest/reference/configuration/yugabyted/#environment-variables | |||
# Note: for yugabyted-ui to work properly with credentials, ysql/ycql passwords must be the same |
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.
Why is this the case?
This can be a blocker for the operator integration?
Hi @djiang9001 |
Changes to the yugabyte helm chart to support yugabyted-ui:
tls.enabled=true
flag)yugabytedUi.enabled=false
flag)Sample command:
NOTE: Do not merge until
tag
instable/yugabyte/values.yaml
has been updated to the correct value, as well asversion
andappVersion
instable/yugabyte/Chart.yaml
.