templates: convert kubelet proxy config into a dropin#2194
templates: convert kubelet proxy config into a dropin#2194vrutkovs wants to merge 1 commit intoopenshift:fcosfrom
Conversation
|
/hold Testing 4.5 latest -> this PR -> 4.6 CI update |
74a4ed3 to
693ab3c
Compare
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: vrutkovs 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 |
693ab3c to
ff827ea
Compare
|
Flakes /retest |
|
4.5 -> this PR upgrade passes, but 4.5z -> 4.6 still fails. Apparently MCD needs to be fixed |
|
@vrutkovs: The following test failed, say
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. |
|
Ahh this is because 6f5b3c5 |
|
Right, that uncovered a bug in MCD stale file handling:
I'll file a bug and fix it in MCD master/release-4.6 |
|
#2196 to fix this |
This ensures OKD 4.5 -> 4.6 upgrade can complete. Currently kubelet config is considered to be a file, but in 4.6 config its a drop in, so MCD can't properly create it.