Bug 1915081
Summary: | node-ca toleration not updating | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Christoph Blecker <cblecker> |
Component: | Image Registry | Assignee: | Oleg Bulatov <obulatov> |
Status: | CLOSED WONTFIX | QA Contact: | Wenjing Zheng <wzheng> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 4.5 | CC: | aos-bugs, rmarasch |
Target Milestone: | --- | Keywords: | ServiceDeliveryImpact |
Target Release: | 4.5.z | ||
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: | 2021-03-19 13:27:36 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: | 1893977 | ||
Bug Blocks: |
Description
Christoph Blecker
2021-01-11 22:00:34 UTC
Workaround: The node-ca daemonset can be patched with the following: oc patch -n openshift-image-registry daemonset/node-ca --type=merge -p '{"spec":{"template":{"spec":{"tolerations":[{"operator":"Exists"}]}}}}' As 4.5 has reached its Maintenance Support phase and this is a medium severity BZ with a workaround, we are not going to fix it. |