OCPBUGS-22364: Bump openshift/API to mark MCO cert observability fields optional in CRD#4003
OCPBUGS-22364: Bump openshift/API to mark MCO cert observability fields optional in CRD#4003jkyros wants to merge 5 commits into
Conversation
|
@jkyros: This pull request references Jira Issue OCPBUGS-22364, which is valid. 3 validation(s) were run on this bug
Requesting review from QA contact: The bug has been updated to refer to the pull request using the external bug tracker. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
Skipping CI for Draft Pull Request. |
|
/test all |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jkyros The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
304df47 to
c6f9a43
Compare
|
@jkyros: This pull request references Jira Issue OCPBUGS-22364, which is valid. 3 validation(s) were run on this bug
Requesting review from QA contact: DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
We need to bump the API to bring in the changes that make the cert observability fields optional for now (so we can avoid the race condition where the existing MCO controllers that think the fields are optional can come into contact with a new CRD that thinks they are not). This also drags in the following MCO API changes: - some baremetal platform networking fields - the ContainerRuntimeConfig change of LogLevel and OverlaySize to pointers
verify has apparently started to care about %w being used in klog statements that don't support it, so I changed the two offending statements to use %v instead.
c6f9a43 to
ee54e6c
Compare
|
Had to account for verify being pickier about |
The LogSizeMax and OverlaySize fields in ContainerRuntimeConfig were changed to pointers in the API, and that change came with our API bump, so we need to accommodate that here in the controller test. Everything else is fine because everything else is using the .Value() and .String() methods when consuming those fields.
ee54e6c to
9c33da2
Compare
|
yuck, unit passed locally, is that a flake? |
|
The ci/prow/unit failure |
|
@jkyros: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
|
Oh, heyyyy @QiWang19 it looks like you are doing the same thing I am doing....and you have more tests. Excellent timing 😄 Yeah, I had hacked in some quick The flake I was referencing was weirdly seemingly not related to any of this. I got a weird unit run that failed with : Which felt very non-deterministic. And it never happened again, and seemed unrelated to everything. |
|
@QiWang19 Yes, I do intend to merge this as part of 4.15, I'll try to get this finished up tomorrow or Wed. |
|
#4012 merged which bumps the API and contains these changes, closing this. |
|
@jkyros: This pull request references Jira Issue OCPBUGS-22364. The bug has been updated to no longer refer to the pull request using the external bug tracker. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
This bumps the MCO API to bring in the cert obvservability field changes from openshift/api#1637
( It looks like controllerConfig picked up some network-related CRD changes in the platform spec also)
All I did:
$ go get -u github.com/openshift/api$ make go-deps$ hack/crds-sync.sh