Skip to content

Instantly share code, notes, and snippets.

@ajeetraina
Created November 5, 2017 02:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ajeetraina/41b0565eb6ddf6fc98ab64a9a31fe564 to your computer and use it in GitHub Desktop.
Save ajeetraina/41b0565eb6ddf6fc98ab64a9a31fe564 to your computer and use it in GitHub Desktop.
Peeping into CRI-containerd
services:
- name: cri-containerd
image: linuxkitprojects/cri-containerd:7059f247c4135c75722047a2ce2fe6119a0e1681
files:
- path: /etc/kubelet.sh.conf
contents: |
KUBELET_ARGS="--container-runtime=remote --container-runtime-endpoint=unix:///var/run/cri-containerd.sock"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment