Skip to content

Commit

Permalink
Merge pull request #961 from kube-hetzner/readme-arm-hel
Browse files Browse the repository at this point in the history
Add helsinksi arm and recommend arm for control planes
  • Loading branch information
mysticaltech authored Sep 6, 2023
2 parents ed6c50d + aca487f commit 3fab34e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions kube.tf.example
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ module "kube-hetzner" {
# For instance, one is ok (non-HA), two is not ok, and three is ok (becomes HA). It does not matter if they are in the same nodepool or not! So they can be in different locations and of various types.

# Of course, you can choose any number of nodepools you want, with the location you want. The only constraint on the location is that you need to stay in the same network region, Europe, or the US.
# For the server type, the minimum instance supported is cpx11 (just a few cents more than cx11); see https://www.hetzner.com/cloud.
# For the server type, the minimum instance supported is cpx11 (just a few cents more than cx11) but the cax11 is even cheaper and more powerful (arm64); see https://www.hetzner.com/cloud.

# IMPORTANT: Before you create your cluster, you can do anything you want with the nodepools, but you need at least one of each, control plane and agent.
# Once the cluster is up and running, you can change nodepool count and even set it to 0 (in the case of the first control-plane nodepool, the minimum is 1).
Expand All @@ -95,7 +95,7 @@ module "kube-hetzner" {

# Please note that changing labels and taints after the first run will have no effect. If needed, you can do that through Kubernetes directly.

# ⚠️ When choosing ARM cax* server types, for the moment they are only available in fsn1.
# ⚠️ When choosing ARM cax* server types, for the moment they are only available in fsn1 and hel1.
# Muli-architecture clusters are OK for most use cases, as container underlying images tend to be multi-architecture too.

# * Example below:
Expand Down Expand Up @@ -195,7 +195,7 @@ module "kube-hetzner" {
floating_ip = true
count = 1
},
# Arm based nodes, currently available only in FSN location
# Arm based nodes, currently available only in FSN and HEL locations
{
name = "agent-arm-small",
server_type = "cax11",
Expand Down

0 comments on commit 3fab34e

Please sign in to comment.