Skip to content

Instantly share code, notes, and snippets.

@inductor
Created May 21, 2022 22:18
Show Gist options
  • Save inductor/8ac81de0e49a447adec381c1b32b258c to your computer and use it in GitHub Desktop.
Save inductor/8ac81de0e49a447adec381c1b32b258c to your computer and use it in GitHub Desktop.
kind.yaml
kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4
nodes:
- role: control-plane
kubeadmConfigPatches:
- |
kind: ClusterConfiguration
apiServer:
certSANs:
- "test.cluster"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment