Add root or sudo requirements for the KIC drivers to the documentation #7963
Labels
co/docker-driver
Issues related to kubernetes in container
co/podman-driver
podman driver issues
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
kind/documentation
Categorizes issue or PR as related to documentation.
lifecycle/frozen
Indicates that an issue or PR should not be auto-closed due to staleness.
os/linux
priority/backlog
Higher priority than priority/awaiting-more-evidence.
Currently we just refer to the upstream documentation, but don't mention the extra step needed:
https://minikube.sigs.k8s.io/docs/drivers/docker/
and https://docs.docker.com/engine/install/ubuntu/
$ sudo apt-get install docker-ce docker-ce-cli containerd.io
https://minikube.sigs.k8s.io/docs/drivers/podman/
and https://podman.io/getting-started/installation.html
$ sudo apt-get -qq -y install podman
Then it will fail on the first
minikube start
instead, mentioning what needed to be done before.So we might as well add those steps to the documentation, in the first place ?
Note that
sudo docker
andsudo podman
do work fine, but with a password prompt...We should also take care to mention the security implications of removing the password.
It means that anything can run
docker
andpodman
commands - not only minikube.The text was updated successfully, but these errors were encountered: