摘要:
import os from shutil import copy 获取目录下所有文件 def getAllFiles(targetDir): files = [] listFiles = os.listdir(targetDir) for i in range(0, len(listFiles)) 阅读全文
摘要:
参考:https://kubernetes.io/zh-cn/docs/tasks/run-application/run-replicated-stateful-application/ 我的测试集群 root@master:~/mysql# kubectl get nodes -owide NA 阅读全文
摘要:
我的集群环境 [root@k8s-master01 zabbix]# kubectl get nodes -owide NAME STATUS ROLES AGE VERSION INTERNAL-IP EXTERNAL-IP OS-IMAGE KERNEL-VERSION CONTAINER-RU 阅读全文