经过dnat后访问kube-apiserver证书认证失败
摘要:
问题现象 iptables -t nat -I OUTPUT -d 10.10.10.10 -p tcp --dport 443 -j DNAT --to-destination 192.168.0.105:6443 # 报错requested domain name does not match 阅读全文
posted @ 2024-05-08 23:53 王景迁 阅读(20) 评论(0) 推荐(0) 编辑