mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-01 17:48:12 -03:30
Add support for ipv6 only cluster via "enable_ipv6only_stack_networks" (#11831)
This commit is contained in:
9
tests/files/vagrant_ubuntu24-calico-ipv6only-stack.rb
Normal file
9
tests/files/vagrant_ubuntu24-calico-ipv6only-stack.rb
Normal file
@@ -0,0 +1,9 @@
|
||||
$os = "ubuntu2404"
|
||||
|
||||
$vm_cpus = 2
|
||||
$libvirt_volume_cache = "unsafe"
|
||||
|
||||
# Checking for box update can trigger API rate limiting
|
||||
# https://www.vagrantup.com/docs/vagrant-cloud/request-limits.html
|
||||
$box_check_update = false
|
||||
$network_plugin = "calico"
|
||||
11
tests/files/vagrant_ubuntu24-calico-ipv6only-stack.yml
Normal file
11
tests/files/vagrant_ubuntu24-calico-ipv6only-stack.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
# Instance settings
|
||||
cloud_image: ubuntu-2404
|
||||
mode: default
|
||||
|
||||
# Kubespray settings
|
||||
enable_ipv6only_stack_networks: true
|
||||
kube_network_plugin: calico
|
||||
etcd_deployment_type: kubeadm
|
||||
kube_proxy_mode: iptables
|
||||
enable_nodelocaldns: false
|
||||
Reference in New Issue
Block a user