Nathan

Results 3 comments of Nathan

After the PodSubnet is added with ipv6 cidr, an error will be reported when the sealos command is executed. How can I modify it to avoid this problem? `2023-04-12T09:22:05 error...

The current parsing mode defaults to only ipv4 cidr. After setting dual-stack cidr, an error will be reported when the parseCIDR function is executed. The situation of cidr separation should...

The Contains function calls the ParseCIDR function. When the subnet is configured with dual stack, it will fail to parse. The problem may be here, can it be solved? https://github.com/labring/sealos/blob/be282f8d12d25570ea8bb4171300889ee240cf80/pkg/runtime/kubeadm.go#L138-L150