-
minikube version: v0.27.0
OS - Ubuntu 16.04
```
Events:
Type Reason Age From Message
---- ------ ---- --…
-
Initially I got an error that osd0-cluster1 already exist. So I manually deleted the image. After that when I ran the script I found this error.
```sh
+ virsh vol-info --pool minikube osd0-cluster1…
-
There are multiple community memebers that needs write scripts/automation or need setup their development environment. In order to share and re-use install scripts and tools, we should summarize it to…
aufi updated
4 months ago
-
**What happened**: Want to run Chaos Experiment using Litmus ChaosCenter UI v3.0.0 but unable to run it due to plan with `queued` Status, which never changing.
It's Kind of deadlock situation which n…
-
### Describe the bug
I created minicube in my proxmox and setup che well. All looks good it gave me https://192.168.49.2.nip.io address which is non-accessible ip. My machine ip is 192.168.1.200 but …
-
The version of Strimizi we embed in docker-compose or the version the CR we create in Helm chart is pretty old. Update this to latest Strimzi version.
-
### Expected behavior
I want to be able to use my host docker daemon to build my docker images, instead of minikube's docker daemon.
For more context, I want to use my host docker daemon and…
-
As I'm not running the latest `minikube` version, I get the notification that there's a new version. However, when I try to set my environment variables, it actually fails. Funnily enough, when I run …
-
In order to connect to a websocket service inside a pod in a minikube setup, I need to address the Kubernetes remote API which then demands a client certificate (`~/.minikube/client.crt` and `~/.minik…
-
Hi ! Thank you for this action!
I'm looking to speed-up my workflow, how can I cache Minikube setup and reuse the cache without re-downloading Minikube in every iteration?