coreos / coreos-kubernetes

CoreOS Container Linux+Kubernetes documentation & Vagrant installers
https://coreos.com/kubernetes/docs/latest/
Apache License 2.0
1.1k stars 466 forks source link

Use DaemonSet for kube-proxy #784

Closed Bekt closed 7 years ago

Bekt commented 7 years ago

Is there any reason why DaemonSet would not be suitable for kube-proxy since the pod definition is identical on both the controller and worker nodes?

rdtr commented 7 years ago

Wouldn't it be safer to use DaemonSet after DaemonSet supports kubectl update command ?

Bekt commented 7 years ago

👍

Makes sense, I didn't know DaemonSet currently doesn't support kubectl update/apply.