-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can minikube pass options to podman? #13855
Comments
You can set the export CONTAINER_CONNECTION=podman-machine-default-root There is also some fancy new flag in Podman 4.0, that will let you choose the regular (not rootless) containers by default.
|
There is also some folks looking for testers of rootless podman: |
This totally addresses my immediate question. I was able to get it to start with:
But then you have to include that for every invocation of the
Hopefully #13829 will lead to a cleaner solution. |
Minikube only looks for the traditional environment variables, such as There is no support for these new "context" and "connection", that have a global impact (beyond the current shell) |
What Happened?
Minikube's podman driver leads to setting a global podman option in a way this isn't great for security.
If minikube could see fit to let us pass the
--connection
option to podman then this could be worked around just for minikube and not leave podman's defaults in a less secure state.Attach the log file
N/A
Operating System
macOS (Default)
Driver
Podman
The text was updated successfully, but these errors were encountered: