Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

restart containerd for flatcar so the drop in conf will be considered #1476

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pkg/containerruntime/containerd.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ ExecStart=/usr/bin/env PATH=\${TORCX_BINDIR}:\${PATH} \${TORCX_BINDIR}/container
EOF

systemctl daemon-reload
systemctl enable --now containerd
systemctl restart containerd
`))

containerdAmzn2Template = template.Must(template.New("containerd-yum-amzn2").Parse(`
Expand Down
2 changes: 1 addition & 1 deletion pkg/userdata/flatcar/testdata/cloud-init_v1.24.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ write_files:
EOF

systemctl daemon-reload
systemctl enable --now containerd
systemctl restart containerd

systemctl disable download-script.service

Expand Down
2 changes: 1 addition & 1 deletion pkg/userdata/flatcar/testdata/cloud-init_v1.25.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ write_files:
EOF

systemctl daemon-reload
systemctl enable --now containerd
systemctl restart containerd

systemctl disable download-script.service

Expand Down
2 changes: 1 addition & 1 deletion pkg/userdata/flatcar/testdata/containerd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ write_files:
EOF

systemctl daemon-reload
systemctl enable --now containerd
systemctl restart containerd

systemctl disable download-script.service

Expand Down
2 changes: 1 addition & 1 deletion pkg/userdata/flatcar/testdata/ignition_v1.24.0.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pkg/userdata/flatcar/testdata/ignition_v1.25.0.json

Large diffs are not rendered by default.