quick-gpu-72326
10/24/2025, 6:20 PMwrite-kubeconfig-mode: "0644"
node-taint:
- node-role.kubernetes.io/control-plane:NoSchedule
cluster-cidr: 10.42.0.0/15,fd42::/56
service-cidr: 10.44.0.0/15,fd44::/112
cluster-dns: 10.44.0.10,fd44::10
egress-selector-mode: disabled
cni: cilium
enable-servicelb: true
ingress-controller: none
node-ip: <node-ipv4>,<node-ipv6>
node-external-ip: <node-ipv4>,<node-ipv6>
Inside the cluster, every other service get dual stack except the kube-apiserver ClusterIP service
Name: kubernetes
Namespace: default
Labels: component=apiserver
provider=kubernetes
Annotations: <none>
Selector: <none>
Type: ClusterIP
IP Family Policy: SingleStack
IP Families: IPv4
IP: 10.44.0.1
IPs: 10.44.0.1
Port: https 443/TCP
TargetPort: 6443/TCP
Endpoints: <node-ipv4>:6443
Session Affinity: None
Internal Traffic Policy: Cluster
Events: <none>
Should I set any additional flags to get dual stack for this service?
There's additional flag to be added to the kube-apiserver mentioned on the kubernetes docs but I'm assuming that'll be passed on by rke2 server.creamy-pencil-82913
10/24/2025, 7:12 PMcreamy-pencil-82913
10/24/2025, 7:13 PMquick-gpu-72326
10/24/2025, 7:15 PM