Questions tagged [minikube]
The minikube tag has no summary.
6 questions
0 votes
1 answer
91 views
Problems updating /etc/hosts file via command bash -c
Trying to update host configuration file via command : $ sudo bash -c 'echo $(minikube ip) blue.io green.io >> /etc/hosts' Command was passed, but host configuration file /etc/hosts was not ...
1 vote
0 answers
398 views
How do I install specific old versions of snaps, and is there a way I can find their dependency versions ahead of time?
I'm trying to install snapcraft on a Beaglebone Blue, which is running: debian@beaglebone:~$ uname -a Linux beaglebone 4.19.94-ti-r42 #1buster SMP PREEMPT Tue Mar 31 19:38:29 UTC 2020 armv7l GNU/Linux ...
1 vote
0 answers
123 views
minikube and ingress-dns issues with fedora and virtualbox?
I followed that setup instructions (I'm new to K8s) https://minikube.sigs.k8s.io/docs/handbook/addons/ingress-dns/ I enabled ingress-dns and that Ok. I added dns=dnsmasq in NetworkManager.conf I ...
3 votes
1 answer
4k views
How can I make the minikube dashboard answer on all ips 0.0.0.0?
minikube has a dashboard that I can view easily with minikube dashboard However, that only works if I run it on my own machine because it only answers on localhost, * Verifying dashboard health ... * ...
0 votes
2 answers
319 views
Can docker pull an image visable in podman and buildah?
If I run buildah images, I see an image that is fully visable and functional with podman and buildah toolchain, $ buildah images REPOSITORY TAG IMAGE ID CREATED SIZE ...
0 votes
1 answer
2k views
Why does minikube require passwordless sudo for podman?
Minikube specifies, Podman requirements passwordless running of sudo. If you run into an error about sudo, do the following: They suggest adding username ALL=(ALL) NOPASSWD: /usr/bin/podman However,...