Skip to main content

Questions tagged [minikube]

0 votes
1 answer
91 views

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 ...
josepmaria's user avatar
1 vote
0 answers
398 views

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 ...
KerPop47's user avatar
1 vote
0 answers
123 views

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 ...
thiebaut fischer's user avatar
3 votes
1 answer
4k views

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 ... * ...
Evan Carroll's user avatar
  • 35.3k
0 votes
2 answers
319 views

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 ...
Evan Carroll's user avatar
  • 35.3k
0 votes
1 answer
2k views

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,...
Evan Carroll's user avatar
  • 35.3k