Bug 2105174
Summary: | Reconciling Prometheus Operator Admission Webhook Deployment failed on RHV 2 work node cluster | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | hongyan li <hongyli> |
Component: | Monitoring | Assignee: | Simon Pasquier <spasquie> |
Status: | CLOSED DUPLICATE | QA Contact: | hongyan li <hongyli> |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | 4.11 | CC: | amuller, anpicker |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2022-07-08 08:12:30 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
hongyan li
2022-07-08 08:05:28 UTC
some one created Prometheus Operator Admission Webhook Deployment pod exceptionally, close this as not a bug. *** This bug has been marked as a duplicate of bug 2090988 *** The availableReplicas of prometheus-operator-admission-webhook are from 'replicas - maxUnavailable' to 'replicas + maxSurge', that is, from 2 to 2 for round down 2*25% is zero. Suppose maxUnavailable and maxSurge are not reasonable. Both maxSurge and maxUnavailable can be specified as either an integer (e.g. 2) or a percentage (e.g. 50%), and they cannot both be zero. When specified as an integer, it represents the actual number of pods; when specifying a percentage, that percentage of the desired number of pods is used, rounded down. |