mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-24 14:36:04 -03:30
Add the subnet_cidr as a required argument to the network module
This commit is contained in:
@@ -41,5 +41,6 @@ number_of_k8s_nodes_no_floating_ip = 4
|
||||
# networking
|
||||
network_name = "<network>"
|
||||
external_net = "<UUID>"
|
||||
subnet_cidr = "<cidr>"
|
||||
floatingip_pool = "<pool>"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user