Start containerd ALAP with respect to cloud-init's boot stages#113
Start containerd ALAP with respect to cloud-init's boot stages#113k8s-ci-robot merged 1 commit intokubernetes-sigs:masterfrom
Conversation
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: figo 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 |
|
lgtm, but I think @akutz was suggesting two separate drop-in files, not sure if that is a blocker from his perspective. |
I think this should link to kubernetes-sigs/cluster-api#1714 |
|
This would also fix #112 |
|
LGTM 👍 |
|
/lgtm I don't view it as a blocker. I just like keeping the two changes organized. One thing I would like fixed if @figo has time is to reintroduce the comments I had written. The current version only has the remarks about the Hui, if you're in a hurry, remove the hold and we can address the comments in a follow-up. I'm good either way for now. Thanks again! |
FWIW, the purpose of drop-ins is to keep them small and discreet, hence the reason for the original two instead of one. But again, I don't feel strongly about it. |
Add drop in unit configure file for containerd, Start containerd as late as possible with respect to cloud-init's boot stages. This ensures that cloud-init modules such as write-files may be used to configure containerd prior to it starting Signed-off-by: Hui Luo <[email protected]>
|
/hold cancel |
Add drop in unit configure file for containerd, Start
containerd as late as possible with respect to cloud-init's
boot stages. This ensures that cloud-init modules such as
write-files may be used to configure containerd prior to it
starting
Tested with change.
Run
systemd-analyze critical-chain, gotRun
systemctl show containerd.servicemake sure, service settings exist
Signed-off-by: Hui Luo [email protected]
Thanks to @akutz @detiber for the great help.
This is to fix #1714