Bug 2075491
Summary: | nmstate operator cannot be upgraded on SNO | |||
---|---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Petr Horáček <phoracek> | |
Component: | Networking | Assignee: | Christoph Stäbler <cstabler> | |
Networking sub component: | kubernetes-nmstate-operator | QA Contact: | Aleksandra Malykhin <amalykhi> | |
Status: | CLOSED ERRATA | Docs Contact: | ||
Severity: | high | |||
Priority: | medium | CC: | aos-bugs, cstabler | |
Version: | 4.10 | |||
Target Milestone: | --- | |||
Target Release: | 4.11.0 | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | Doc Type: | Bug Fix | ||
Doc Text: |
Cause: PodDisruptionBudget specification did not fit for SNO clusters.
Consequence: SNO clusters could not be upgraded because not all pods could be evicted due to PDB definitions.
Fix: Adjust PDB specification depending on cluster topology (e.g. in case of SNO)
Result: kubernetes-nmstate operator can be upgraded on SNO clusters.
|
Story Points: | --- | |
Clone Of: | ||||
: | 2103586 (view as bug list) | Environment: | ||
Last Closed: | 2022-08-10 11:07:06 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: | ||||
Bug Depends On: | ||||
Bug Blocks: | 2103586 |
Description
Petr Horáček
2022-04-14 11:20:48 UTC
Before https://github.com/openshift/kubernetes-nmstate/pull/272/commits/da39a4d738c41b486f52d47b41dce9d2860f537c, KNO always deployed 2 instances of the webhook, even on SNO. That means that the upgrade issue was never present. The actual bug that this should track should be "nmstate deploys two instances of webhook even on a single-node cluster". That issue has been fixed by Christoph's PR. Apologies for misleading. Double checked. There are no problems with operator update from older 4.11 version to the latest with 1 webhook pod instance. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (Important: OpenShift Container Platform 4.11.0 bug fix and security update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2022:5069 |