Bug 1968172
Summary: | [master] Infra env require pullSecretRef although it shouldn't be required | |||
---|---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Eran Cohen <ercohen> | |
Component: | assisted-installer | Assignee: | Nir Magnezi <nmagnezi> | |
assisted-installer sub component: | Deployment Operator | QA Contact: | Omri Hochman <ohochman> | |
Status: | CLOSED CURRENTRELEASE | Docs Contact: | ||
Severity: | medium | |||
Priority: | unspecified | CC: | aos-bugs, atraeger, ccrum, mfilanov | |
Version: | 4.8 | |||
Target Milestone: | --- | |||
Target Release: | --- | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | AI-Team-Hive KNI-EDGE-4.8 KNI-EDGE-JUKE-4.8 | |||
Fixed In Version: | OCP-Metal-v1.0.22.1 | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 1968385 (view as bug list) | Environment: | ||
Last Closed: | 2022-08-28 08:45:59 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: | 1968385 |
Description
Eran Cohen
2021-06-06 13:17:09 UTC
I'm not sure that it's a bug because it will be required next version, @atraeger what do you think? This is the example we have in the docs https://github.com/openshift/assisted-service/blob/master/docs/crds/infraEnv.yaml#L12 It says it's not required, so either we fix the docs to say it's required or we fix the code so it won't get validated. Currently from a user perspective, it's confusing. Let's treat it as required so that we don't break the API later on. Per comment #3, I reverted the doc update: https://github.com/openshift/assisted-service/pull/1938 Verified the doc update was reverted. |