Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Joe/bump prometheus #205

Merged
merged 2 commits into from
Mar 31, 2020
Merged

Joe/bump prometheus #205

merged 2 commits into from
Mar 31, 2020

Conversation

joejulian
Copy link
Contributor

@joejulian joejulian commented Mar 30, 2020

What type of PR is this?

bug

What this PR does/ why we need it:

bump prometheus chart version from 8.8.2 to 8.8.3

This fixes a bug where a resource name had quotation marks embedded in the name, making it invalid.

Which issue(s) this PR fixes:

no issue

Special notes for your reviewer:

Does this PR introduce a user-facing change?:


Checklist

  • The commit message explains the changes and why are needed.
  • The code builds and passes lint/style checks locally.
  • The relevant subset of integration tests pass locally.
  • The core changes are covered by tests.

@joejulian joejulian added bug Something isn't working ready do not merge labels Mar 30, 2020
@joejulian joejulian requested a review from a team as a code owner March 30, 2020 19:13
@joejulian joejulian self-assigned this Mar 30, 2020
alejandroEsc
alejandroEsc previously approved these changes Mar 30, 2020
Copy link
Contributor

@alejandroEsc alejandroEsc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm, thanks for doing this!

hectorj2f
hectorj2f previously approved these changes Mar 30, 2020
Copy link
Contributor

@jieyu jieyu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like Prometheus addon is consistently failing in the konvoy e2e.

E.g., https://teamcity.mesosphere.io/repository/download/ClosedSource_Konvoy_KonvoyE2eAwsKba/2675403:id/639933978/20200330T195720.tar.gz%21/bundles/helm.tar.gz%21/releases_list.txt

The prometheus addon is in pending install state.

@joejulian joejulian dismissed stale reviews from hectorj2f and alejandroEsc via 97debc8 March 30, 2020 21:28
@joejulian joejulian force-pushed the joe/bump_prometheus branch from 5a17e3f to 97debc8 Compare March 30, 2020 21:28
@jieyu
Copy link
Contributor

jieyu commented Mar 30, 2020

Looks like the following job is failing on a fresh install

➜  jie2 k describe pod -n kubeaddons prometheus-kubeaddons-grafana-default-dashboard-fvztw
...
Events:
  Type     Reason       Age                  From                                                 Message
  ----     ------       ----                 ----                                                 -------
  Normal   Scheduled    2m49s                default-scheduler                                    Successfully assigned kubeaddons/prometheus-kubeaddons-grafana-default-dashboard-fvztw to ip-10-0-130-245.us-west-2.compute.internal
  Warning  FailedMount  46s                  kubelet, ip-10-0-130-245.us-west-2.compute.internal  Unable to attach or mount volumes: unmounted volumes=[job], unattached volumes=[job default-token-c74s8]: timed out waiting for the condition
  Warning  FailedMount  41s (x9 over 2m49s)  kubelet, ip-10-0-130-245.us-west-2.compute.internal  MountVolume.SetUp failed for volume "job" : configmap "grafana-default-dashboard" not found

This fixes a bug where a resource name had quotation marks embedded in
the name, making it invalid and a configmap was named differently than
the volume reference.
@joejulian joejulian force-pushed the joe/bump_prometheus branch from 97debc8 to 7a28d4c Compare March 30, 2020 23:07
@joejulian joejulian merged commit d3f0af9 into master Mar 31, 2020
@joejulian joejulian deleted the joe/bump_prometheus branch March 31, 2020 02:35
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working ready
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants