Skip to content

Instantly share code, notes, and snippets.

@danderson
Created December 14, 2018 04:36
Show Gist options
  • Save danderson/4b91e4d8b75c042dde073db1792da5c1 to your computer and use it in GitHub Desktop.
Save danderson/4b91e4d8b75c042dde073db1792da5c1 to your computer and use it in GitHub Desktop.
apiVersion: kubeadm.k8s.io/v1alpha3
kind: InitConfiguration
bootstrapTokens:
- token: "000000.0000000000000000"
ttl: "24h"
apiEndpoint:
advertiseAddress: 1.2.3.4
---
apiVersion: kubeadm.k8s.io/v1alpha3
kind: ClusterConfiguration
networking:
podSubnet: "10.42.0.0/16"
kubernetesVersion: "1.13.0"
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