Skip to content
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

Cannot pass prometheusMonitor config via --set to GreptimeDB Cluster CRD #178

Open
shawnh2 opened this issue Nov 1, 2023 · 0 comments
Open
Labels
bug Something isn't working

Comments

@shawnh2
Copy link
Contributor

shawnh2 commented Nov 1, 2023

creating a bare-metal cluster using:

./bin/gtctl cluster create mycluster -n default \
  --set cluster.prometheusMonitor.enabled=true \
  --set cluster.prometheusMonitor.path=/metrics \
  --set cluster.prometheusMonitor.port=http \
  --set cluster.prometheusMonitor.interval=20s \
  --set cluster.prometheusMonitor.honorLabels=true \
  --set cluster.prometheusMonitor.labelsSelector.release=prometheus \
  --set cluster.postgresServicePort=4444

the result GreptimeDB Cluster CRD suggests the prometheusMonitor field is not be set, even though there's prometheusMonitor field sets in generated manifest:

image

@shawnh2 shawnh2 added the bug Something isn't working label Nov 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant