feat: add control plane node
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
# hetzner-cluster
|
# hetzner-cluster
|
||||||
|
|
||||||
Create a private Kubernetes cluster on Hetzner Cloud.
|
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"
|
nat-private-ip = "10.0.2.8"
|
||||||
servers = {
|
servers = {
|
||||||
node-a = "10.0.2.9"
|
control = "10.0.2.11"
|
||||||
node-b = "10.0.2.10"
|
node-a = "10.0.2.9"
|
||||||
|
node-b = "10.0.2.10"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user