feat: add control plane node
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
# hetzner-cluster
|
||||
|
||||
Create a private Kubernetes cluster on Hetzner Cloud.
|
||||
|
||||
## Resources
|
||||
|
||||
<https://community.hetzner.com/tutorials/kubernetes-on-hetzner-with-crio-flannel-and-hetzner-balancer>
|
||||
|
||||
<https://community.hetzner.com/tutorials/how-to-set-up-nat-for-cloud-networks>
|
||||
|
||||
@@ -4,8 +4,9 @@ locals {
|
||||
|
||||
nat-private-ip = "10.0.2.8"
|
||||
servers = {
|
||||
node-a = "10.0.2.9"
|
||||
node-b = "10.0.2.10"
|
||||
control = "10.0.2.11"
|
||||
node-a = "10.0.2.9"
|
||||
node-b = "10.0.2.10"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user