jdef
jdef
it's unlikely that state.json includes public IP addresses. I asked around today and was told that there is no good way to get public IPs on DCOS.
@sttts can you list one or two conformance tests that depend on this?
for guestbook we can use a DNS name to access the frontend service via the api proxy URI, so I'm still unclear why, specifically, we need public IPs. can you...
not yet - that type of work is currently on hold. going forward we're going to be refactoring the scheduler HA to communicate w/ the apiserver instead of w/ etcd...
see use case: https://github.com/mesosphere/kubernetes-mesos/issues/493#issuecomment-179524159
not from the mesosphere team. perhaps someone in the community has started hacking on this?
my read on this is that the nginx instructions are enough to demonstrate a PoC for cold-standby mode. You could probably replace nginx with your choice of an HA load...
Right, so basically you don't want any parameters/environment variables sent from the k8sm scheduler to the k8sm executor process to change. Network addresses are part of that. If using a...
I'd have to review the k8s HA docs. in stock k8s, kubelet and kube-proxy (which run on all the slave/agent/node/whatever hosts) need to be able to find the API server...
try setting `--host_port_endpoints=false` when you run the k8sm-controller-manager. the automatic port mapping in k8sm is probably a bit aggressive for people that don't want to use default docker networking. also...