-
Notifications
You must be signed in to change notification settings - Fork 131
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
azure machine-controller webhook timeout #1857
Comments
even with 30seconds on webhook - it takes many attempts before finally applying the MD. here are log entries from KKP apiserver after 30 second timeout
|
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with /lifecycle stale |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with /lifecycle rotten |
Lately, we see continuous failures to rollout new MD in Azure environments.
The error is always about machine-controller-webhook timing out. Error is seen in kubeone as well as KKP user-clusters.
Some API (mostly about VM sizes) in azure has become very slow (or we need better filters in our API call)
Here are logs from KKP user-cluster based MD
I have seen that if I increase wehbook timeout to 30s situation improves a bit.
But in general - since webhook can only have max 30s timeout - we should consider caching the list of VMs to speed things up.
The text was updated successfully, but these errors were encountered: