-
Notifications
You must be signed in to change notification settings - Fork 617
Bump prometheus-operator version to 0.88.0 #3789
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
base: master
Are you sure you want to change the base?
Bump prometheus-operator version to 0.88.0 #3789
Conversation
3c19ec2 to
6a310e0
Compare
bf0702e to
6871432
Compare
|
/retest |
93d75ee to
93e0e4d
Compare
|
/retest |
|
/test pull-perf-tests-ec2-master-scale-performance-100 |
f2798eb to
3a979ac
Compare
|
/test pull-perf-tests-ec2-master-scale-performance-100 |
3a979ac to
68c64be
Compare
In order to help address the ec2-master-scale-performance job failing in https://testgrid.k8s.io/amazon-ec2-release\#ec2-master-scale-performance, this PR upgrades the prometheus-operator version to 0.88.0. As a result, it will help address the job (https://prow.k8s.io/view/gs/kubernetes-ci-logs/logs/ci-kubernetes-e2e-kops-aws-scale-amazonvpc-using-cl2/2013507147345694720) failing due to <prometheus no endpoints available for service ServiceUnavailable error> observed in the build logs. Signed-off-by: Ronald Ngounou <rngounou@amazon.com>
68c64be to
51068fa
Compare
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: ronaldngounou The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
/test pull-perf-tests-ec2-master-scale-performance-100 |
|
/test pull-perf-tests-ec2-master-scale-performance-100 |
|
/test pull-perf-tests-gce-master-scale-performance-100 |
1 similar comment
|
/test pull-perf-tests-gce-master-scale-performance-100 |
|
/test pull-perf-tests-ec2-master-scale-performance-100 |
| podMonitorSelector: {} | ||
| priorityClassName: system-node-critical | ||
| version: v2.40.0 | ||
| version: v3.9.1 |
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.
Latest prometheus release:
https://github.com/prometheus/prometheus/releases

| logLevel: debug | ||
| enableAdminAPI: true | ||
| baseImage: gcr.io/k8s-testimages/quay.io/prometheus/prometheus | ||
| image: quay.io/prometheus/prometheus |
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.
Addresses
msg="field \"spec.baseImage\" is deprecat
ed, field \"spec.image\" should be used instead" component=prometheus-con
troller key=monitoring/k8s
Context
This prometheus-operator manifest is too old from 10 months ago. This PR upgrades the prometheus-operator version to 0.88.0 as it is the latest version at the time this PR is raised.
Summary
v3.9.1as found in the latest release history.Impact
This PR fixes the APIResponsivenessPrometheus regression at the source in order to:
Logs
At the moment, the job (https://prow.k8s.io/view/gs/kubernetes-ci-logs/logs/ci-kubernetes-e2e-kops-aws-scale-amazonvpc-using-cl2/2013507147345694720) has been failing due to as observed in the build logs below as well as in scalability test failures.
From the logs:
From https://storage.googleapis.com/kubernetes-ci-logs/logs/ci-kubernetes-e2e-kops-aws-scale-amazonvpc-using-cl2/2013507147345694720/build-log.txt , the ec2-master-scale test is failing due to:
References
https://kubernetes.slack.com/archives/C09QZTRH7/p1767977126452879

Related PRs:
cc: @upodroid @dims @mengqiy