jdef

Results 451 comments of jdef

FWIW this is a follow-up from #712

xref https://issues.apache.org/jira/browse/MESOS-416

should also delete any mirror pods associated with the slave

fix: https://github.com/kubernetes/kubernetes/pull/21366

I've tried deleting the mirror pods, and they do go away but if... 1. the slave process dies --> mesos fires slave-lost 2. the slave stays dead 3. the scheduler...

FWIW the apiserver has this status about the node (I'm wondering if the replication controller's pod GC is supposed to kick in here?): ``` status: addresses: - address: 10.2.0.6 type:...

we need to track additional mesos state as a node condition. upstream doesn't provide a mechanism with which we can inject such a condition. I filed a PR to add...

tentative plan is this: - create a dcos-kubectl binary, copy/paste of k8s/cmd/kubectl, except: - invokes kubectl/cmd/util.NewFactory with a custom config that: - provides SSL information - provides a WrapTransport func...

custom `k8sm-kubectl` binary: https://github.com/kubernetes/kubernetes/pull/21527