Skip to content

Commit

Permalink
kubelet: enable crio runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
rphillips committed Sep 12, 2018
1 parent ae20cf6 commit 91cc901
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/ignition/resources/services/kubelet.service
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ ExecStart=/usr/bin/hyperkube \
--bootstrap-kubeconfig=/etc/kubernetes/kubeconfig \
--kubeconfig=/var/lib/kubelet/kubeconfig \
--rotate-certificates \
--container-runtime=remote \
--container-runtime-endpoint=unix:///var/run/crio/crio.sock \
--runtime-request-timeout=10m \
--cni-conf-dir=/etc/kubernetes/cni/net.d \
--cni-bin-dir=/var/lib/cni/bin \
--network-plugin=cni \
Expand Down

0 comments on commit 91cc901

Please sign in to comment.