Add new kubernetes role
This commit is contained in:
12
group_vars/kubernetes.yml
Normal file
12
group_vars/kubernetes.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
|
||||
disable_firewall: true
|
||||
kubernetes_subnet: 192.168.25.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
|
||||
Reference in New Issue
Block a user