mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-14 05:45:06 +03:00
nodelocaldns: allow a secondary pod for nodelocaldns for local-HA (#8100)
* nodelocaldns: allow a secondary pod for nodelocaldns for local-HA * CI: add job to test nodelocaldns secondary
This commit is contained in:
15
tests/files/packet_centos8-calico-nodelocaldns-secondary.yml
Normal file
15
tests/files/packet_centos8-calico-nodelocaldns-secondary.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
# Instance settings
|
||||
cloud_image: centos-8
|
||||
mode: default
|
||||
vm_memory: 3072Mi
|
||||
|
||||
# Kubespray settings
|
||||
kube_network_plugin: calico
|
||||
deploy_netchecker: true
|
||||
dns_min_replicas: 1
|
||||
enable_nodelocaldns_secondary: true
|
||||
loadbalancer_apiserver_type: haproxy
|
||||
|
||||
# required
|
||||
calico_iptables_backend: "Auto"
|
||||
Reference in New Issue
Block a user