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"
}
]
}
}
}
}'