Skip to content

Commit

Permalink
Merge branch 'main' of github.com:AlxFrst/k8s-cluster-proxmox-terraform
Browse files Browse the repository at this point in the history
  • Loading branch information
AlxFrst committed May 15, 2024
2 parents c8dcd2b + 0e25ba8 commit 2859f3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configurations/prod.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ vm_cloudinit_storage="local-lvm" # The storage where the cloud-init configuratio
# Cluster configuration
k8s_version= "1.28" # The version of Kubernetes
k8s_master_nodes= 2 # Number of master nodes (the main node is always the first one and not included in this number, so if you want 3 master nodes, you should put 2 here)
k8s_worker_nodes= 6 # Number of worker nodes (recommended 3 or more for production environments)
k8s_worker_nodes= 8 # Number of worker nodes (recommended 3 or more for production environments)
k8s_storage_nodes= 2 # Number of storage nodes (if you don't want storage nodes, put 0 here)
k8s_pod_network_cidr= "10.244.0.0" # The CIDR notation of the pod network
metallb_ip_range= "192.168.1.160-192.168.1.180" # The IP range for MetalLB
Expand Down

0 comments on commit 2859f3f

Please sign in to comment.