Closed medyagh closed 3 years ago
I tested --kubernetes-version=v1.20.5-rc.0 and that one faces same issue
$ time mk start --kubernetes-version=v1.20.5-rc.0
real 1m28.787s
user 0m6.547s
sys 0m3.701s
here is a screenshot of the performance metrics dashboard
We see the same happening on our environments
The next major release of Kubernetes (1.21.1 and backports) should have a fix for this issue.
@sharifelgamal No the issue is still present in v1.21.1 and v1.20.7.
Does anyone know which release will contain the fix ?
The minikube 1.21 beta upgrades its default kubernetes version to 1.20.7 and has no performance issues. The GA 1.21 release should be out soon.
The minikube 1.21 beta upgrades its default kubernetes version to 1.20.7 and has no performance issues. The GA 1.21 release should be out soon.
Hmm, I'm not using minikube but a use a custom setup - then i'll double check it.
Edit: You're right - it was a misconfigured proxy environment that delayed startup here. It takes roughly 21 sec for kubeadm init to finish.
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs.
This bot triages issues and PRs according to the following rules:
lifecycle/stale
is appliedlifecycle/stale
was applied, lifecycle/rotten
is appliedlifecycle/rotten
was applied, the issue is closedYou can:
/remove-lifecycle stale
/lifecycle rotten
/close
Please send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle stale
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs.
This bot triages issues and PRs according to the following rules:
lifecycle/stale
is appliedlifecycle/stale
was applied, lifecycle/rotten
is appliedlifecycle/rotten
was applied, the issue is closedYou can:
/remove-lifecycle rotten
/close
Please send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle rotten
This is all taken care of, if someone uses one of the affected kubernetes version, we display a warning to the screen. Otherwise, our default k8s versions are all performant.
on my mac machine minikube v1.17.0 takes 40 second but on HEAD is taking arround 2 minutes and most of the wait is in booting up control plane (kubeadm init) and it only happens for v1.20.3+
timing for kubernetes minikube 1.17.0 with Kubernetes v1.20.2
timing for kubernetes minikube head Kubernetes v1.20.4 (images are downloaded before run)
but the head minikube on head (most of time is at Booting Up Control Plane)
timing for kubernetes minikube head Kubernetes v1.20.3
timing for kubernetes minikube head Kubernetes v1.20.2 ( it goes back to normal again)
full log