magnum/releasenotes/notes/add-kubelet-to-master-nodes-da2d4ea0d3a332cd.yaml
Spyros Trigazis 6390e0dbd3 [k8s] Add kubelet to the master nodes
Add kubelet on the master nodes. This work was
done already for calico, this patch applies the
same config when calico is used as well.

story: 2003521
task: 24797

Change-Id: Id33fb59ef23da740712d9a9b7ec4205bd6579b35
2018-08-28 22:07:53 +02:00

8 lines
292 B
YAML

---
features:
- |
Deploy kubelet in master nodes for the k8s_fedora_atomic driver.
Previously it was done only for calico, now kubelet will run in all
cases. Really useful, for monitoing the master nodes (eg deploy fluentd)
or run the kubernetes control-plance self-hosted.