https://rancher.com/ logo
#rke2
Title
n

numerous-country-20400

05/03/2022, 11:21 AM
How do i retrieve the kube-proxy network pool under rke2? Asking to resolve an issue with calico at https://github.com/projectcalico/calico/issues/5952#issuecomment-1115971887
i see that the kube-proxies have thee boostrap command
kube-proxy --cluster-cidr=10.12.0.0/16 --conntrack-max-per-core=0 --conntrack-tcp-timeout-close-wait=0s --conntrack-tcp-timeout-established=0s --healthz-bind-address=127.0.0.1 --hostname-override=prod-rke-agent-1 --kubeconfig=/var/lib/rancher/rke2/agent/kubeproxy.kubeconfig --proxy-mode=iptables
so i assume
10.12.0.0/16
is the ip pool for the kube proxies?
c

creamy-pencil-82913

05/03/2022, 3:21 PM
That is the cluster service cidr range, yes
n

numerous-country-20400

05/03/2022, 3:43 PM
thank you!
c

creamy-pencil-82913

05/03/2022, 3:53 PM
its also passed to the controller-manager and apiserver I believe
18 Views