github.com/verrazzano/verrazzano@v1.7.1/tests/e2e/config/scripts/kind-config-ci.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  nodes:
     6    - role: control-plane
     7      image: KIND_IMAGE
     8      kubeadmConfigPatches:
     9        - |
    10          kind: ClusterConfiguration
    11          apiServer:
    12            extraArgs:
    13              "service-account-issuer": "kubernetes.default.svc"
    14              "service-account-signing-key-file": "/etc/kubernetes/pki/sa.key"
    15      extraMounts:
    16        - hostPath: /var/lib/docker/v8o_cache/at_tests
    17          containerPath: /var/lib/containerd