giovedì 4 aprile 2024

Run minikube with podman on Fedora

After install minikube as described in the documentation, set rootless property to true to use Podman without sudo:


minikube config set rootless true


then start minikube with podman driver:


minikube start --driver=podman --container-runtime=containerd




minikube kubectl cluster-info

Nessun commento:

How to deploy Podman images to OpenShift Container Platform (CRC on localhost)

I have a microservice on localhost and I want to deploy its Podman image on OCP, which I am running using CRC on localhost.       1. Get the...