Bug 1827050
Summary: | Operators may not respond to spec changes in managed deployments or daemonsets | |||
---|---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Maru Newby <mnewby> | |
Component: | openshift-apiserver | Assignee: | Maru Newby <mnewby> | |
Status: | CLOSED ERRATA | QA Contact: | Xingxing Xia <xxia> | |
Severity: | medium | Docs Contact: | ||
Priority: | medium | |||
Version: | 4.5 | CC: | aos-bugs, mfojtik, nagrawal | |
Target Milestone: | --- | |||
Target Release: | 4.5.0 | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | Doc Type: | No Doc Update | ||
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 1827051 (view as bug list) | Environment: | ||
Last Closed: | 2020-07-13 17:30:26 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: | 1827051, 1827052 |
Description
Maru Newby
2020-04-23 07:08:33 UTC
Still need to update the service ca operator for 4.5. Note that this is an umbrella bz. As per the linked github PRs, if testing is to be done, it should be done for all updated operators. No regression issue found related in QE latest 4.5 nightly builds' functional tests and upgrade tests so far. Specifically take openshiftapiserver for example, rolling out has no regression issue (tested in 4.5.0-0.nightly-2020-06-18-210518 env) $ oc edit project.config cluster # add below ... spec: projectRequestMessage: xxia test projectRequestMessage change ... $ oc get openshiftapiserver cluster -o yaml ... spec: ... projectConfig: projectRequestMessage: xxia test projectRequestMessage change ... $ oc get po -n openshift-apiserver # can see rolling out success. 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, 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/RHBA-2020:2409 |