Results 4 comments of Simei He

> Docs for high-availability describe a model of load-balancing in front the > apiserver, meaning node-components would not know multiple API servers. Sidenote: `kubelet` can do this, right? ( Never...

It's an illusion for kubelet to support multiple api-servers. In fact it simply picks up the first one to talk to.(which is kind ridiculous to me) Ref #19152

@jexp Looking forward to your reply:)

@florinb Would you mind if you could share your startup params of this? I guess I'm running into the exact error as yours. ``` docker run -P -v /Users/simei.he/Documents/graphDB/gracenote:/opt/data --name...