Bug 1838960
| Summary: | Cannot change virtualHostedStyle to false for configs.imageregistry | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Wenjing Zheng <wzheng> |
| Component: | Image Registry | Assignee: | Oleg Bulatov <obulatov> |
| Status: | CLOSED ERRATA | QA Contact: | Wenjing Zheng <wzheng> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 4.5 | CC: | aos-bugs |
| 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: | Environment: | ||
| Last Closed: | 2020-07-13 17:41:00 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: | |||
Verified on 4.5.0-0.nightly-2020-05-26-224432. 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 |
Description of problem: Cannot change virtualHostedStyle to false for configs.imageregistry: storage: s3: bucket: wzheng45-54qvz-image-registry-us-east-2-ugbxlbxflxsujkhunnkiqn encrypt: true region: us-east-2 virtualHostedStyle: true Log from image registry operator log: I0522 07:24:20.882866 14 clusteroperator.go:91] event from workqueue successfully processed I0522 07:24:22.034727 14 controller.go:279] object changed: *v1.Config, Name=cluster (metadata=false, spec=true): changed:spec.storage.s3.virtualHostedStyle={"false" -> "true"}, changed:status.conditions.0.lastTransitionTime={"2020-05-21T23:23:16Z" -> "2020-05-22T07:24:20Z"}, added:status.conditions.0.message="User supplied S3 bucket exists and is accessible" I0522 07:24:22.046608 14 clusteroperator.go:91] event from workqueue successfully processed I0522 07:24:22.046700 14 controllerimagepruner.go:309] event from image pruner workqueue successfully processed I0522 07:24:22.048155 14 controller.go:303] object changed: *v1.Config, Name=cluster (status=true): changed:metadata.resourceVersion={"182481" -> "182499"}, changed:spec.storage.s3.virtualHostedStyle={"false" -> "true"}, changed:status.conditions.0.lastTransitionTime={"2020-05-21T23:23:16Z" -> "2020-05-22T07:24:20Z"}, added:status.conditions.0.message="User supplied S3 bucket exists and is accessible", changed:status.observedGeneration={"2.000000" -> "3.000000"} I0522 07:24:22.058026 14 controller.go:345] event from workqueue successfully processed Version-Release number of selected component (if applicable): 4.5.0-0.nightly-2020-05-21-135919 How reproducible: Always Steps to Reproduce: 1.Change virtualHostedStyle to false in configs.imageregistry 2. 3. Actual results: Check the config is still true. Expected results: It should change to false. Additional info: