2021-06-03 Comments CentOS 8 通过Minikube安装单机Kubernetes集群12345678910111213[root@cenots8minimal ~]# cat /etc/redhat-releaseCentOS Linux release 8.2.2004 (Core)[root@cenots8minimal ~]# yum install podmanLast metadata expiration check: 1:49:53 ago on Thu 03 Jun 2021 02:04:06 PM CST.Package podman-2.2.1-7.module_el8.3.0+699+d61d9c41.x86_64 is already installed.Dependencies resolved.Nothing to do.Complete![root@cenots8minimal ~]#[root@cenots8minimal ~]# minikube start --vm-driver=podman --image-repository=registry.cn-hangzhou.aliyuncs.com/google_containers