sealos进行k8s安装之后的集群,本身是没有ipv6支持的,为了能外部ipv6访问,我们需要让svc和pod进行一个ipv6支持(当然可以在外部添加nginx等方案解决) 首先我们需要将系统的ipv6转发打开 net.ipv6.conf.all.disable_ipv6 = 0 net.ipv6.conf.defa……