Skip to content

Instantly share code, notes, and snippets.

@danderson
Created December 14, 2018 04:36
Show Gist options
  • Save danderson/c952affbc1a27f1fa51e649f55b1b650 to your computer and use it in GitHub Desktop.
Save danderson/c952affbc1a27f1fa51e649f55b1b650 to your computer and use it in GitHub Desktop.
apiVersion: kubeadm.k8s.io/v1alpha3
kind: InitConfiguration
bootstrapTokens:
- token: "000000.0000000000000000"
ttl: "24h"
apiEndpoint:
advertiseAddress: $(head -1 /host/ip)
---
apiVersion: kubeadm.k8s.io/v1alpha3
kind: ClusterConfiguration
networking:
podSubnet: "10.42.0.0/16"
kubernetesVersion: "${VERSION}"
clusterName: "virtuakube"
apiServerCertSANs:
- "127.0.0.1"
---
apiVersion: kubelet.config.k8s.io/v1beta1
kind: KubeletConfiguration
resolvConf: /run/systemd/resolve/resolv.conf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment