Created
May 21, 2022 22:18
-
-
Save inductor/8ac81de0e49a447adec381c1b32b258c to your computer and use it in GitHub Desktop.
kind.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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