Skip to content

Commit f333824

Browse files
authored
Merge pull request #61 from khanh-ph/release/3.1.0
Release version 3.1.0
2 parents b53041a + 018654e commit f333824

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ Ensure the following software versions are installed:
1212

1313
* [Proxmox VE](https://www.proxmox.com/en/proxmox-ve/get-started/) `>=7.3.3`
1414
* [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.
1617
1718
### System requirements
1819

variables.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ variable "internal_net_name" {
4444

4545
variable "internal_net_subnet_cidr" {
4646
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 = ""
4949
}
5050

5151
variable "ssh_private_key" {

0 commit comments

Comments
 (0)