Hi, I would like to deploy dual-stack cluster usin...
# general
l
Hi, I would like to deploy dual-stack cluster using Rancher UI. According to docs: https://docs.rke2.io/install/network_options/#dual-stack-configuration I should use:
Copy code
cluster-cidr: "10.42.0.0/16,2001:cafe:42:0::/56"
service-cidr: "10.43.0.0/16,2001:cafe:42:1::/112"
But not sure where should I put it. Under
machineGlobalConfig
section in Rancher UI yaml file?