Skip to content

Instantly share code, notes, and snippets.

@chmouel
Created April 21, 2021 19:12
Show Gist options
  • Save chmouel/43811707cc4738f9aabc74e22555dcd4 to your computer and use it in GitHub Desktop.
Save chmouel/43811707cc4738f9aabc74e22555dcd4 to your computer and use it in GitHub Desktop.
kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4
networking:
apiServerAddress: "10.0.111.66"
apiServerPort: 8443
kubeadmConfigPatchesJSON6902:
- group: kubeadm.k8s.io
version: v1beta2
kind: ClusterConfiguration
patch: |
- op: add
path: /apiServer/certSANs/-
value: ubuntu.chmouel.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment