-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Fix "kubelet Default-Start contains no runlevels" error #11815
Fix "kubelet Default-Start contains no runlevels" error #11815
Conversation
…ttempts to interract with sysv scripts
/ok-to-test |
kvm2 driver with docker runtime
Times for minikube start: 50.0s 46.9s 47.6s 50.9s 48.8s Times for minikube ingress: 35.3s 33.8s 33.8s 35.3s 34.8s docker driver with docker runtime
Times for minikube start: 22.4s 23.2s 22.4s 22.8s 22.4s Times for minikube ingress: 33.5s 31.5s 37.5s 32.5s 33.0s docker driver with containerd runtime
Times for minikube start: 47.8s 49.3s 44.6s 44.1s 43.4s |
These are the flake rates of all failed tests on Docker_Linux_containerd.
To see the flake rates of all tests on Docker_Linux_containerd, click here. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ilya-zuyev, medyagh The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Fixes #11813
Just set
SYSTEMCTL_SKIP_SYSV
for "systemctl disable --now" to suppress attempts to interract with sysv scripts