Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

Commit

Permalink
Switch Flatcar Linux to using containerd CRI
Browse files Browse the repository at this point in the history
* Use containerd as the Kubernetes Container Runtime
  • Loading branch information
dghubble committed Aug 21, 2022
1 parent 24e4dd3 commit 0796019
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cl/controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ systemd:
-v /run:/run \
-v /sys/fs/cgroup:/sys/fs/cgroup \
-v /var/lib/calico:/var/lib/calico:ro \
-v /var/lib/docker:/var/lib/docker \
-v /var/lib/containerd:/var/lib/containerd \
-v /var/lib/kubelet:/var/lib/kubelet:rshared \
-v /var/log:/var/log \
-v /opt/cni/bin:/opt/cni/bin \
Expand Down
2 changes: 1 addition & 1 deletion cl/worker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ systemd:
-v /run:/run \
-v /sys/fs/cgroup:/sys/fs/cgroup \
-v /var/lib/calico:/var/lib/calico:ro \
-v /var/lib/docker:/var/lib/docker \
-v /var/lib/containerd:/var/lib/containerd \
-v /var/lib/kubelet:/var/lib/kubelet:rshared \
-v /var/log:/var/log \
-v /opt/cni/bin:/opt/cni/bin \
Expand Down

0 comments on commit 0796019

Please sign in to comment.