Skip to content

Instantly share code, notes, and snippets.

@bcollard
Created July 6, 2020 20:46
Show Gist options
  • Save bcollard/b55108e4355b4edab169a025e02723e8 to your computer and use it in GitHub Desktop.
Save bcollard/b55108e4355b4edab169a025e02723e8 to your computer and use it in GitHub Desktop.
apiServer:
certSANs:
- *******
- 10.125.140.229
extraArgs:
enable-admission-plugins: NamespaceLifecycle,LimitRanger,ServiceAccount,TaintNodesByCondition,Priority,DefaultTolerationSeconds,DefaultStorageClass,StorageObjectInUseProtection,PersistentVolumeClaimResize,MutatingAdmissionWebhook,ValidatingAdmissionWebhook,RuntimeClass,ResourceQuota
timeoutForControlPlane: 4m0s
apiVersion: kubeadm.k8s.io/v1beta2
certificatesDir: /etc/kubernetes/pki
clusterName: kubernetes
controllerManager: {}
dns:
type: CoreDNS
etcd:
local:
dataDir: /var/lib/etcd
imageRepository: k8s.gcr.io
kind: ClusterConfiguration
kubernetesVersion: v1.17.3
networking:
dnsDomain: cluster.local
podSubnet: 10.244.0.0/16
serviceSubnet: 10.96.0.0/12
scheduler: {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment