Skip to content
This repository has been archived by the owner on Sep 4, 2021. It is now read-only.

docs: add explanation about kubelet failure to register on master nodes #56

Closed
robszumski opened this issue Sep 18, 2015 · 4 comments
Closed

Comments

@robszumski
Copy link
Member

On a master node, the kubelet will attempt to post status to the API over and over again.

We should add a note that this isn't an issue and also explain why this happens.

@bcwaldon bcwaldon added the docs label Oct 2, 2015
@jerrykan
Copy link

jerrykan commented Oct 5, 2015

Is there any way to suppress these messages (ie. stop the kubelet process from trying to update the node status), or are logging these errors actually desirable?

@aaronlevy
Copy link
Contributor

There is an upstream proposal for better handling this workflow (kubernetes/kubernetes#14140 (comment)).

Essentially, we still want the node to register itself with the api, but only want it running static pods and not accepting work from api-server.

Until then, I don't believe there is a good way of specifically suppressing these messages.

@jerrykan
Copy link

jerrykan commented Oct 7, 2015

OK, thanks for the info.

@joshix
Copy link
Contributor

joshix commented Oct 27, 2015

Closed by #128

@joshix joshix closed this as completed Oct 27, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants