摘要:
一、现象 使用yum makecache命令时报错 [root@MiWiFi-R3L-srv ~]# yum makecache Loaded plugins: fastestmirror Repository base is listed more than once in the configu 阅读全文
摘要:
1、查看命令 kubectl get pod/deployment/service/namespace #资源类查看 kubectl get pod -o wide #资源类详细查看 kubectl describe pod pod_name #单一详细查看(最详尽) 2、常用命令 kubectl 阅读全文