servingInfo is not required for sdn configuration#21551
servingInfo is not required for sdn configuration#21551smarterclayton merged 1 commit intoopenshift:masterfrom
Conversation
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: smarterclayton 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 |
|
this code makes it seem that not setting |
|
Nevermind. I see now that the code is "if there is no cert-dir set, then the certificates are required and are validated". I guess we could just set |
|
You could, but if we're just going to use the SA (now I'm vaguely remembering that we backed off using the node's identity, and the code in 3.11/3.10 bears that out) we don't need cert-dir at all, and probably shouldn't fake it. |
|
/retest |
4 similar comments
|
/retest |
|
/retest |
|
/retest |
|
/retest |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
2 similar comments
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
/retest |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
/retest |
|
/test e2e-gcp |
|
here comes the hammer |
The requirement is a legacy of our previously cautious approach to splitting config between SDN and kubelet. We don't need serving info for the SDN component at this point.