Experimental: publish CRD openapi schema quickly#72979
Experimental: publish CRD openapi schema quickly#72979roycaihw wants to merge 2 commits intokubernetes:masterfrom
Conversation
|
@roycaihw: Adding the "do-not-merge/release-note-label-needed" label because no release-note block was detected, please follow our release note process to remove it. 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. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: roycaihw If they are not already assigned, you can assign the PR to them by writing 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 |
the same implementation as pr 71192
to speed publishing up
4353858 to
0e49175
Compare
|
@roycaihw: The following tests failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. 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. |
What this PR does / why we need it:
This PR has same goal as #71192, but puts
crd_openapi_controllerin aggregator-apiserver instead of apiextensions-apiserver, to avoid the one-minute latency in openapi propagation between apiextensions-apiserver and aggregator-apiserver.Which issue(s) this PR fixes:
Fixes #71143
Special notes for your reviewer:
Does this PR introduce a user-facing change?: