mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-14 05:45:06 +03:00
Add in tests for Calico with dual-stack networking
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
211fdde742
commit
c2c97c36bc
7
tests/files/vagrant_ubuntu18-calico-dual-stack.rb
Normal file
7
tests/files/vagrant_ubuntu18-calico-dual-stack.rb
Normal file
@@ -0,0 +1,7 @@
|
||||
# For CI we are not worried about data persistence across reboot
|
||||
$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"
|
||||
8
tests/files/vagrant_ubuntu18-calico-dual-stack.yml
Normal file
8
tests/files/vagrant_ubuntu18-calico-dual-stack.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
# Kubespray settings
|
||||
|
||||
kube_network_plugin: calico
|
||||
enable_dual_stack_networks: true
|
||||
|
||||
deploy_netchecker: true
|
||||
dns_min_replicas: 1
|
||||
Reference in New Issue
Block a user