13 lines
312 B
YAML
13 lines
312 B
YAML
---
|
|
|
|
disable_firewall: true
|
|
# Need public_network for argocd
|
|
kubernetes_subnet: 192.168.0.0/24
|
|
|
|
# vip control plan 192.168.25.255
|
|
setup_vip: false
|
|
install_nginx_ingress: false
|
|
install_longhorn: false
|
|
|
|
# This variable is used when the cluster is bootstrapped for the first time
|
|
kubernetes_init_host: k8s-ubuntu-0 |