openstack-cloud-controller-manager icon indicating copy to clipboard operation
openstack-cloud-controller-manager copied to clipboard

Use best practices to run external CCM

Open dims opened this issue 7 years ago • 0 comments

This list is from @andrewsykim

  • use hostnetwork: true so you don't depend on CNI to initialize nodes
  • use dnsPolicy: Default since kube-dns likely doesn't tolerate the node.cloudprovider.kubernetes.io/uninitialized taint
  • tolerate node-role.kubernetes.io/master since you probably want it running on master nodes
  • use --leader-elect if you want HA

dims avatar Mar 21 '18 18:03 dims