33146b9481
* 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
16 lines
311 B
YAML
16 lines
311 B
YAML
---
|
|
# 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
|