-
Notifications
You must be signed in to change notification settings - Fork 829
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
Build Tools: Update Prometheus and Grafana #1857
Build Tools: Update Prometheus and Grafana #1857
Conversation
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.
Just some minor formatting nits.
build/Makefile
Outdated
$(DOCKER_RUN) helm repo update | ||
$(DOCKER_RUN) helm upgrade prom stable/prometheus \ | ||
--install --wait --namespace metrics --create-namespace \ | ||
$(DOCKER_RUN) helm upgrade --install --wait prom prometheus-community/prometheus --version 11.16.2 \ |
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.
Was there a reason you moved the --install
and --wait
flags before the name of the chart? Now there are some flags before the name and some after, which is odd (same question below as well).
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.
No real reason, was just copy pasting the referenced PR. I can switch it around.
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.
Fixed!
build/Makefile
Outdated
--set persistence.enabled=$(PVC),server.persistentVolume.size=$(PV_SIZE) \ | ||
--set adminPassword=$(PASSWORD) -f $(mount_path)/build/grafana.yaml | ||
$(DOCKER_RUN) helm upgrade --install --wait grafana grafana/grafana --version=5.7.10 \ | ||
--namespace metrics --create-namespace \ |
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.
The indentation here seems off (and not consistent with how it's done for the prometheus command above).
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.
Fixed!
Updated the install instructions for our dev tooling to match PR googleforgames#1850
2726954
to
62387de
Compare
Build Succeeded 👏 Build Id: 212a8d53-a23e-4e66-a29b-cfaf4576d8c5 The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: markmandel, roberthbailey The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
New changes are detected. LGTM label has been removed. |
Build Succeeded 👏 Build Id: fe33dad7-4d05-47a4-a97b-f463bcc9f940 The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
Updated the install instructions for our dev tooling to match PR googleforgames#1850 Co-authored-by: Robert Bailey <robertbailey@google.com>
What type of PR is this?
/kind cleanup
What this PR does / Why we need it:
Updated the install instructions for our dev tooling to match PR #1850
Which issue(s) this PR fixes:
Related to #1850
Special notes for your reviewer:
N/A