Created
April 21, 2021 19:12
-
-
Save chmouel/43811707cc4738f9aabc74e22555dcd4 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 | |
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