File tree Expand file tree Collapse file tree 4 files changed +9
-25
lines changed
Expand file tree Collapse file tree 4 files changed +9
-25
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -13,3 +13,4 @@ ansible_user: ubuntu
1313
1414public_ip : 138.2.50.202
1515private_ip : 10.0.0.128
16+ ipv6 : 2603:c023:e:6f00:0:eba5:dfa7:81b7
Original file line number Diff line number Diff line change @@ -3,5 +3,5 @@ kubelet-arg:
33 - container-log-max-size=1Mi
44 - config=/etc/rancher/k3s/kubelet-config.yaml
55
6- node-ip : " {{ private_ip }}"
7- node-external-ip : " {{ public_ip }}"
6+ node-ip : " {{ private_ip }},{{ ipv6 }} "
7+ node-external-ip : " {{ public_ip }},{{ ipv6 }} "
Original file line number Diff line number Diff line change 11write-kubeconfig-mode : " 0644"
22
3- cluster-cidr : 10.42.0.0/16
4- service-cidr : 10.43.0.0/16
3+ cluster-cidr : 10.42.0.0/16,2001:db8:42::/56
4+ service-cidr : 10.43.0.0/16,2001:db8:43::/56
55
66disable :
77 - traefik
@@ -12,12 +12,12 @@ kubelet-arg:
1212 - config=/etc/rancher/k3s/kubelet-config.yaml
1313
1414flannel-backend : wireguard-native
15- node-ip : " {{ private_ip }}"
16- node-external-ip : " {{ public_ip }}"
15+ node-ip : " {{ private_ip }},{{ ipv6 }} "
16+ node-external-ip : " {{ public_ip }},{{ ipv6 }} "
1717
1818# uncomment below if multi-cloud cluster
19- advertise-address : " {{ public_ip }}"
20- flannel-external-ip : true
19+ # advertise-address: "{{ public_ip }}, {{ ipv6 }}"
20+ # flannel-external-ip: true
2121# uncomment above if multi-cloud cluster
2222
2323kube-controller-manager-arg :
You can’t perform that action at this time.
0 commit comments