CentOS 8 通过Minikube安装单机Kubernetes集群

1
2
3
4
5
6
7
8
9
10
11
12
13
[root@cenots8minimal ~]# cat /etc/redhat-release
CentOS Linux release 8.2.2004 (Core)

[root@cenots8minimal ~]# yum install podman
Last 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