-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Open
Labels
area/testingkind/flakeCategorizes issue or PR as related to a flaky test.Categorizes issue or PR as related to a flaky test.lifecycle/frozenIndicates that an issue or PR should not be auto-closed due to staleness.Indicates that an issue or PR should not be auto-closed due to staleness.priority/backlogHigher priority than priority/awaiting-more-evidence.Higher priority than priority/awaiting-more-evidence.
Description
There is at least one test flaking with error like below. It looks like it's related to minikube stop operation and kubelet service status.
I0609 01:41:59.357566 373430 ssh_runner.go:149] Run: sudo systemctl disable kubelet
I0609 01:41:59.480954 373430 retry.go:31] will retry after 276.165072ms: kubelet disable: sudo systemctl disable kubelet: Process exited with status 1
stdout:
stderr:
Synchronizing state of kubelet.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install disable kubelet
update-rc.d: error: kubelet Default-Start contains no runlevels, aborting.
I0609 01:41:59.757382 373430 ssh_runner.go:149] Run: sudo systemctl disable kubelet
I0609 01:41:59.875735 373430 retry.go:31] will retry after 540.190908ms: kubelet disable: sudo systemctl disable kubelet: Process exited with status 1
stdout:
stderr:
Synchronizing state of kubelet.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install disable kubelet
update-rc.d: error: kubelet Default-Start contains no runlevels, aborting.
For the full log please see https://storage.googleapis.com/minikube-builds/logs/11610/64a4182/Docker_Linux.html#fail_TestStartStop%2fgroup%2fold-k8s-version%2fserial%2fPause
Metadata
Metadata
Assignees
Labels
area/testingkind/flakeCategorizes issue or PR as related to a flaky test.Categorizes issue or PR as related to a flaky test.lifecycle/frozenIndicates that an issue or PR should not be auto-closed due to staleness.Indicates that an issue or PR should not be auto-closed due to staleness.priority/backlogHigher priority than priority/awaiting-more-evidence.Higher priority than priority/awaiting-more-evidence.