clarify better where 10-kubeadm.conf comes from in kubeadm/kubeadm-init.md (#15421)

* clarify better where 10-kubeadm.conf comes from in kubeadm/kubeadm-init.md

* minor formatting fix as requested in review
pull/15488/head
Michael Vorburger ⛑️ 2019-07-21 06:08:52 +02:00 committed by Kubernetes Prow Robot
parent 7dae226a96
commit bcae3af22d
1 changed files with 4 additions and 4 deletions

View File

@ -206,11 +206,11 @@ point to the CA certificate and key.
### Managing the kubeadm drop-in file for the kubelet {#kubelet-drop-in}
The kubeadm package ships with configuration for how the kubelet should
be run. Note that the `kubeadm` CLI command never touches this drop-in file.
This drop-in file belongs to the kubeadm deb/rpm package.
The `kubeadm` package ships with configuration for how the `kubelet` should
be run by `systemd`. Note that the `kubeadm` CLI command never touches this drop-in file.
This drop-in file belongs to the `kubeadm` DEB/RPM package.
This is what it looks like:
This is what it looks like (from [`10-kubeadm.conf` for RPM](https://github.com/kubernetes/kubernetes/blob/master/build/rpms/10-kubeadm.conf), resp. [`10-kubeadm.conf` for DEB](https://github.com/kubernetes/kubernetes/blob/master/build/debs/10-kubeadm.conf)), which augments the basic [`kubelet.service` for RPM](https://github.com/kubernetes/kubernetes/blob/master/build/rpms/kubelet.service) (resp. [`kubelet.service` for DEB](https://github.com/kubernetes/kubernetes/blob/master/build/debs/kubelet.service))):
```