Can't deploy nodes on slaves with daemon set installed

12/3/2017

Soo to resume the situation, i created a kubernetes cluster with one master and on slaves. I installed everything to need it to work (Pod Network Calico here and dashbord for better management)

I tried to install a virtual IP service to just create a virtual IP for the service i deploy in my cluster but when i installed the daemonset (kube-keepalived-vip here), everytime i deploy a service it never get shedule on the slave. But the virtual IP is working properly because i can access my service thougth this IP.

To clarify the situation, my master is untained soo i can deploy pods on it.

Soo here i try to have HighAvailability services with the same virtual IP. Without the Daemonset, the LoadBalancing is working properly when i deploy a service in my cluster and the pods are sheduled on the slaves.

If you know what's wrong or what to do, let me know

-- Théo
kubernetes

0 Answers