Skip to content

Instantly share code, notes, and snippets.

@fristonio
Last active February 22, 2021 13:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fristonio/7061710d53f85316c3402fc474901cfe to your computer and use it in GitHub Desktop.
Save fristonio/7061710d53f85316c3402fc474901cfe to your computer and use it in GitHub Desktop.
K8s Dual Stack Kubeadm configuration

Valid configuration example:

apiVersion: kubeadm.k8s.io/v1beta2
featureGates:
  IPv6DualStack: true
kind: ClusterConfiguration
networking:
  podSubnet: 10.10.0.0/16,2001:db8::/98
  serviceSubnet: 10.96.0.0/12,2001:db8:9999::/112
apiVersion: kubeadm.k8s.io/v1beta2
featureGates:
  IPv6DualStack: true
kind: ClusterConfiguration
networking:
  podSubnet: 192.168.64.0/20,fc00::/48
  serviceSubnet: 192.168.128.0/22,fe00::/108
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment