Merge pull request #706 from tkellen/patch-1

fully specify --container-runtime-endpoint flag
This commit is contained in:
Lantao Liu 2018-03-28 16:18:44 -07:00 committed by GitHub
commit 0fc1372b77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -97,7 +97,7 @@ Follow [the instructions](https://kubernetes.io/docs/setup/independent/install-k
Create the systemd drop-in file `/etc/systemd/system/kubelet.service.d/0-containerd.conf`:
```
[Service]
Environment="KUBELET_EXTRA_ARGS=--container-runtime=remote --runtime-request-timeout=15m --container-runtime-endpoint=/run/containerd/containerd.sock"
Environment="KUBELET_EXTRA_ARGS=--container-runtime=remote --runtime-request-timeout=15m --container-runtime-endpoint=unix:///run/containerd/containerd.sock"
```
And reload systemd configuration:
```bash