Skip to content

Can't minikube mount a folder to a VM on macos using podman as a driver #22390

@eddienubes

Description

@eddienubes

What Happened?

I followed through the initial setup page with

podman machine init --cpus 2 --memory 2048 --disk-size 20
podman machine set --rootful
podman machine start

minikube start --driver=podman --container-runtime=cri-o

Then tried to mount a folder with

minikube mount ./:/app

and got

❌  Exiting due to IF_HOST_IP: Error getting the host IP address to use from within the VM: RoutableHostIPFromInside is currently only implemented for linux

The error is pretty much self-explanatory, however I didn't find similar opened issues/feature requests of people using podman.

Attach the log file

logs.txt

Operating System

macOS (Default)

Driver

Podman

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions