github.com/cilium/cilium@v1.16.2/.github/kind-config-ipv6.yaml (about)

     1  kind: Cluster
     2  apiVersion: kind.x-k8s.io/v1alpha4
     3  nodes:
     4    - role: control-plane
     5      kubeadmConfigPatches:
     6        # To make sure that there is no taint for master node.
     7        # Otherwise additional worker node might be required for conformance testing.
     8        - |
     9          apiVersion: kubeadm.k8s.io/v1beta3
    10          kind: InitConfiguration
    11          nodeRegistration:
    12            taints: []
    13    - role: worker
    14  networking:
    15    ipFamily: ipv6
    16    disableDefaultCNI: true
    17    podSubnet: "fd00:10:244::/48"
    18    serviceSubnet: "fd00:10:96::/112"