0
点赞
收藏
分享

微信扫一扫

Rancher入门到精通-2.0

waaagh 2022-05-27 阅读 147

level=fatal msg="Get https://rancher.111.cn/v3: dial tcp: lookup rancher.11.cn on 10.43.0.10:53: no such host"

kubectl -n p-75k8k-pipeline patch  deployments jenkins --patch '{
    "spec": {
        "template": {
            "spec": {
                "hostAliases": [
                    {
                        "hostnames":
                        [
                            "rancher.111.cn"
                        ],
                            "ip": "172.21.203.200"
                    }
                ]
            }
        }
    }
}'

 

Rancher入门到精通-2.0_java


举报

相关推荐

0 条评论