mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-01-31 17:19:17 -03:30
CI: Add Calico eBPF in HA mode test (#7710)
* Sample-Inventory: add sample for calico_bpf_enabled * Calico-Doc: note about CONFIG_NET_SCHED for eBPF support * CI: Add Calico eBPF in HA mode test
This commit is contained in:
16
tests/files/packet_centos8-calico-ha-ebpf.yml
Normal file
16
tests/files/packet_centos8-calico-ha-ebpf.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
# Instance settings
|
||||
cloud_image: centos-8
|
||||
mode: ha
|
||||
vm_memory: 3072Mi
|
||||
|
||||
# Kubespray settings
|
||||
kube_network_plugin: calico
|
||||
deploy_netchecker: true
|
||||
|
||||
calico_bpf_enabled: true
|
||||
kube_proxy_remove: true
|
||||
loadbalancer_apiserver_localhost: true
|
||||
use_localhost_as_kubeapi_loadbalancer: true
|
||||
|
||||
auto_renew_certificates: true
|
||||
Reference in New Issue
Block a user