File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,8 @@ Ensure the following software versions are installed:
12
12
13
13
* [ Proxmox VE] ( https://www.proxmox.com/en/proxmox-ve/get-started/ ) ` >=7.3.3 `
14
14
* [ Terraform] ( https://developer.hashicorp.com/terraform/tutorials/aws-get-started/install-cli/ ) ` >=1.3.3 `
15
- * [ Kubespray] ( https://github.com/kubernetes-sigs/kubespray ) ` >=2.20.0 `
15
+
16
+ > Kubespray has been set up automatically.
16
17
17
18
### System requirements
18
19
Original file line number Diff line number Diff line change @@ -44,8 +44,8 @@ variable "internal_net_name" {
44
44
45
45
variable "internal_net_subnet_cidr" {
46
46
type = string
47
- description = " CIDR of the internal network."
48
- default = " vmbr1 "
47
+ description = " CIDR of the internal network. For example: 10.0.1.0/24 "
48
+ default = " "
49
49
}
50
50
51
51
variable "ssh_private_key" {
You can’t perform that action at this time.
0 commit comments