Grafana配置 root_url = https://x.x.x.x:8443 # nginx代理的新地址 cookie_secure = true cookie_samesite = none allow_embedding = true Nginx配置 server {
编辑blackbox.yml配置文件,增加跳过ssl认证 modules: http_2xx: prober: http http: preferred_ip_protocol: "ip4" http_post_2xx: prober: http
安装docker-ce-cli包即可
故障原因是由于防火墙策略引起的,无法连接心跳地址,导致无法启动集群并有反复重启操作系统的现象。 解决方法:防火墙放行169.254.0.0/16网段互访。
dmidecode -t system | grep -E "Manufacturer|Product Name|Serial Number"