-
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
The "openrc" sysinit should probably verify that it is actually using OpenRC #8333
Comments
Currently minikube has files for systemd and for openrc, if you use something else it needs adding. https://www.freedesktop.org/software/systemd/man/systemd.unit.html It is normally provided by "dpkg" on Ubuntu, you might have it somewhere else (for use by "service") |
Apparently the old Amazon Linux does not use systemd, but the older CentOS system. https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/amazon-linux-ami-basics.html There is no support in minikube for this, but I suppose it could be added (next to openrc). Or you could upgrade to Amazon Linux 2 ? https://aws.amazon.com/amazon-linux-2/ |
The "openrc" sysinit should probably verify that it is actually using OpenRC For instance the I believe it was called just But it was like decades ago, as well |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-contributor-experience at kubernetes/community. |
Still an issue, I suspect. |
minikube start
X Failed to update cluster: updating node: sudo service kubelet start: exit status 127
stdout:
stderr:
/etc/init.d/kubelet: line 9: start-stop-daemon: command not found
The text was updated successfully, but these errors were encountered: