Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ARM APIServer timeout is too short for upgrade. #644

Closed
brendandburns opened this issue Jan 6, 2018 · 3 comments
Closed

ARM APIServer timeout is too short for upgrade. #644

brendandburns opened this issue Jan 6, 2018 · 3 comments

Comments

@brendandburns
Copy link

An APIServer on ARM takes ~1.5 minutes to come up. However, the health-check kicks in earlier than that, and the kubelet kills the APIServer.

This prevents successful kubeadm based upgrades on ARM.

We should make this timeout be configurable.

It's even worse on self-hosted clusters, because you can not manually edit the timeout when the apiserver is down. I had to use systemctl stop kubelet to prevent the kubelet from killing the apiserver repeatedly.

@luxas
Copy link
Member

luxas commented Jan 6, 2018

In what way would you like this to be configurable? Via flags or the Config file?

@0xmichalis
Copy link
Contributor

Dupe of #413?

@brendandburns
Copy link
Author

Yeah, this is a dupe of #413.

I think a flag is sufficient.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants