You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
medyagh
changed the title
soft restart is broken on non-docker runtimes
soft "start" without args - will overwrite the container-runtime to docker.
Apr 6, 2020
in this PR I added an integeration test for Soft Start. in TestStartStop.
and it was revealed that our soft start is broken for not-docker runtimes
verified locally
verified locally this happens only when on the Second Start you do NOT specify the run time.
So:
(this one is fine)
but if you do
and in the config, you will see, the run time has been changed to docker
it is not fine !
Test Logs:
it appears that on a restart it generates a WRONG kubeadm config.
https://storage.googleapis.com/minikube-builds/logs/7435/0f498bc/KVM_Linux.html#fail_TestStartStop%2fgroup%2fcontainerd
also in
https://storage.googleapis.com/minikube-builds/logs/7435/0f498bc/KVM_Linux.html#fail_TestStartStop%2fgroup%2fcrio
The text was updated successfully, but these errors were encountered: