c12s-kubespray/tests/files/packet_centos8-calico.yml
petruha bacbb2a0ca
Add custom dashboard namespace test (#6249)
Add custom dashboard namespace test
2020-06-12 00:52:03 -07:00

17 lines
293 B
YAML

---
# Instance settings
cloud_image: centos-8
mode: default
# Kubespray settings
kube_network_plugin: calico
deploy_netchecker: true
dns_min_replicas: 1
metrics_server_enabled: true
dashboard_namespace: "kube-dashboard"
# required / not autodetected for now
calico_iptables_backend: "NFT"