I am running minikube v0.24.1. In this minikube, I will create a Pod for my nginx application. And also I want to pass data from my local directory.
That means I wan
Not sure if I joined the party late but I did a root:root mapping by doing following command:
minikube start --mount-string="/:/"
This just will just mount your local file system root to minikube and keeps things seamless between the systems.Hope it helps.