摘要:
Pods DNS策略 DNS 策略可以逐个 Pod 来设定。目前 Kubernetes 支持以下特定 Pod 的 DNS 策略。 这些策略可以在 Pod 规约中的 dnsPolicy 字段设置 Default "Default": Pod 从运行所在的节点继承名称解析配置,Pod首先尝试使用集群内部 阅读全文
摘要:
配置文件 安装 yum install -y lsyncd 配置 /etc/lsyncd.conf -- User configuration file for lsyncd. -- -- Simple example for default rsync, but executing moves t 阅读全文
摘要:
脚本内容 删除脚本 while IFS= read -r ip; do echo -e "\e[1;32m$ip\e[0m" && sed -i "/$ip/d" node; done < a 校验脚本 while IFS= read -r ip; do if grep -q "$ip" node; 阅读全文