juju-solutions / interface-kube-dns

0 stars 2 forks source link

kube-dns.connected state is removed on scale back #3

Open jacekn opened 7 years ago

jacekn commented 7 years ago

Similarly to https://github.com/juju-solutions/interface-kube-control/issues/1 the kube-dns.connected state is removed on scale back but it should not be.

To replicate start with fully deployed k8s bundle and:

juju add-unit kubernetes-master
# wait for the unit to deploy and then remove it
juju remove-unit kubernetes-master/1
Cynerva commented 7 years ago

This interface is deprecated - DNS info is now sent over interface-kube-control. I don't think it makes sense to fix this one.

Leaving the issue open, though, to acknowledge there is a problem with this interface as it currently exists. Even if we're not using it.