Skip to content

Commit dd74a77

Browse files
committed
k8s: Remove redundant crictl.yaml config line
The default for image-endpoint is to use runtime-endpoint. So it is not needed, to set both of them to the same value. Signed-off-by: Anders F Björklund <[email protected]>
1 parent 7443f96 commit dd74a77

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/k8s.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ provision:
6262
apt-get install -y cri-tools
6363
cat <<EOF | sudo tee /etc/crictl.yaml
6464
runtime-endpoint: unix:///run/containerd/containerd.sock
65-
image-endpoint: unix:///run/containerd/containerd.sock
6665
EOF
6766
# cni-plugins
6867
apt-get install -y kubernetes-cni

0 commit comments

Comments
 (0)