Remove the `--network-plugin=cni` kublet option.

Remove the `--network-plugin=cni` kublet option. As per the (documentation)[https://kubernetes.io/docs/reference/command-line-tools-reference/kubelet/], this is Docker-specific option and has no effect for the remote/containerd runtime that is being used here. This may be misleading for people that want to go further beyond this guide and modify their clusters.
pull/599/head
cramte 2020-09-13 15:28:22 +02:00 committed by GitHub
parent ca96371e4d
commit 0d591550e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -229,7 +229,6 @@ ExecStart=/usr/local/bin/kubelet \\
--container-runtime-endpoint=unix:///var/run/containerd/containerd.sock \\ --container-runtime-endpoint=unix:///var/run/containerd/containerd.sock \\
--image-pull-progress-deadline=2m \\ --image-pull-progress-deadline=2m \\
--kubeconfig=/var/lib/kubelet/kubeconfig \\ --kubeconfig=/var/lib/kubelet/kubeconfig \\
--network-plugin=cni \\
--register-node=true \\ --register-node=true \\
--v=2 --v=2
Restart=on-failure Restart=on-failure