Skip to content

Instantly share code, notes, and snippets.

@shiywang
Created April 2, 2021 06:09
Show Gist options
  • Save shiywang/b6742988651ec2f442571d72a7e4aebf to your computer and use it in GitHub Desktop.
Save shiywang/b6742988651ec2f442571d72a7e4aebf to your computer and use it in GitHub Desktop.
apiVersion: kubelet.config.k8s.io/v1beta1
kind: KubeletConfiguration
cgroupDriver: systemd
---
apiVersion: kubeadm.k8s.io/v1beta2
kind: ClusterConfiguration
networking:
dnsDomain: k8s.bdw.shiyang.wang
serviceSubnet: 100.95.0.0/16
podSubnet: 100.96.0.0/16
---
apiVersion: kubeproxy.config.k8s.io/v1alpha1
kind: KubeProxyConfiguration
mode: ipvs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment