Questions tagged [minikube]
5 questions
1
vote
1 answer
How to make Docker CLI on windows works with Minikube at startup with proper localhost-based port mapping?
I've read a dozen of articles about how to set up Docker CLI with Minikube (or the other way around, depending on how you look at it) on Windows.
The idea came while watching this YouTube video: DevOps Toolkit - Free Docker Desktop Alternative For…
Natalie Perret
- 365
- 2
- 3
- 11
0
votes
0 answers
Utilizing Podman with Minikube, GUEST_PROVISION error, volume already exists, and more
I have a Kubernetes project using Minikube. Up until this point it has been using Docker as the driver. However, we have been directed to switch over and use Podman instead.
The issue stems from what appears to be that Podman is still currently…
Michael
- 153
- 1
- 1
- 15
0
votes
0 answers
How to access Kubernetes (Minikube or Docker Kubernetes) installed in a Windows 10 computer in my MacBook
I am develping complex aplications in Kubernetes. My Mac only has 2 cores and 16 GB RAM. those 2 cores are a limitation when dealing with complicated deployments such us Hyperledger Fabric blockchain networks. I have a powerful gaming computer…
icordoba
- 101
0
votes
0 answers
ffmpeg Is not compitable with minikube
I have one pod in minikube which is for video editing task and I am using the moviepy library. There is issue occurring Failed to read file duration and I debug the deep down code and found the cause with ffmpeg.
from __future__ import…
0
votes
0 answers
How to set the location that 'minikube start' will use?
My "C:" disk (hard drive) is full, so I want "D:"'s disk space to store the data, changing where Minikube stores its files, includes configuration files, cluster state, and other related data.
How can I change the location where Minikube stores its…
Rodrigo
- 3
- 4