mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-05-17 06:17:38 -02:30
refact ip stack (#11953)
This commit is contained in:
12
tests/files/vagrant_ubuntu24-calico-ipv6only-stack.yml
Normal file
12
tests/files/vagrant_ubuntu24-calico-ipv6only-stack.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
# Instance settings
|
||||
cloud_image: ubuntu-2404
|
||||
mode: default
|
||||
|
||||
# Kubespray settings
|
||||
ipv4_stack: false
|
||||
ipv6_stack: true
|
||||
kube_network_plugin: calico
|
||||
etcd_deployment_type: kubeadm
|
||||
kube_proxy_mode: iptables
|
||||
enable_nodelocaldns: false
|
||||
Reference in New Issue
Block a user