You've already forked kubespray-dualstack
chore: some changes
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
---
|
||||
|
||||
unsafe_show_logs: true
|
||||
@@ -1,13 +0,0 @@
|
||||
---
|
||||
ipv6_stack: true
|
||||
|
||||
kube_pods_subnet_ipv6: fd85:ee78:d8a6:8607::1:0000/112
|
||||
kube_service_addresses_ipv6: fd85:ee78:d8a6:8607::1000/116
|
||||
calico_ipv6pool_cidr: "{{ kube_pods_subnet_ipv6 }}"
|
||||
calico_pool_blocksize_ipv6: 116
|
||||
|
||||
enable_dns_autoscaler: false
|
||||
enable_nodelocaldns: false
|
||||
|
||||
helm_enabled: true
|
||||
local_path_provisioner_enabled: true
|
||||
@@ -0,0 +1,6 @@
|
||||
---
|
||||
|
||||
enable_dns_autoscaler: false
|
||||
enable_nodelocaldns: false
|
||||
helm_enabled: true
|
||||
local_path_provisioner_enabled: true
|
||||
@@ -0,0 +1,34 @@
|
||||
---
|
||||
|
||||
# Old settings
|
||||
# ipv4_stack: false
|
||||
# ipv6_stack: true
|
||||
|
||||
# kube_network_plugin: calico
|
||||
|
||||
# kube_pods_subnet_ipv6: fd85:ee78:d8a6:8607::1:0000/112
|
||||
# kube_service_addresses_ipv6: fd85:ee78:d8a6:8607::1000/116
|
||||
# kube_network_node_prefix_ipv6: 119
|
||||
# calico_ipv6pool_cidr: "{{ kube_pods_subnet_ipv6 }}"
|
||||
# calico_pool_blocksize_ipv6: 116
|
||||
# nat_outgoing_ipv6: true
|
||||
|
||||
|
||||
# Settings for ipv6 only from Kubespray github tests
|
||||
|
||||
cloud_image: ubuntu-2404
|
||||
|
||||
ipv4_stack: false
|
||||
ipv6_stack: true
|
||||
kube_network_plugin: calico
|
||||
etcd_deployment_type: kubeadm
|
||||
kube_proxy_mode: iptables
|
||||
enable_nodelocaldns: false
|
||||
|
||||
|
||||
# Settings for dualstack from Kubespray github tests
|
||||
|
||||
# cloud_image: ubuntu-2404
|
||||
|
||||
# ipv4_stack: true
|
||||
# ipv6_stack: true
|
||||
Reference in New Issue
Block a user