github.com/verrazzano/verrazzano@v1.7.1/tests/e2e/config/scripts/kind-config-ci-calico.yaml (about)

     1  # Copyright (c) 2020, 2023, Oracle and/or its affiliates.
     2  # Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
     3  kind: Cluster
     4  apiVersion: kind.x-k8s.io/v1alpha4
     5  networking:
     6    disableDefaultCNI: true # disable kindnet
     7    podSubnet: 192.168.0.0/16 # set to Calico's default subnet
     8  nodes:
     9    - role: control-plane
    10      image: KIND_IMAGE
    11      kubeadmConfigPatches:
    12        - |
    13          kind: ClusterConfiguration
    14          apiServer:
    15            extraArgs:
    16              "service-account-issuer": "kubernetes.default.svc"
    17              "service-account-signing-key-file": "/etc/kubernetes/pki/sa.key"
    18      extraMounts:
    19        - hostPath: /var/lib/docker/v8o_cache/at_tests
    20          containerPath: /var/lib/containerd