Skip to content

Instantly share code, notes, and snippets.

@inductor
Created May 21, 2022 22:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • 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