Skip to content

Commit

Permalink
Merge pull request #1247 from kube-hetzner/tweak/kube.tf.example
Browse files Browse the repository at this point in the history
kube.tf.example tweak
  • Loading branch information
mysticaltech committed Feb 27, 2024
2 parents d4c23ca + 04df914 commit 2f32a52
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -864,7 +864,7 @@ NOTE: square brackets in existing_network_id! This must be a list of length 1.
</details>
<details>
<summary>Placement groups</summary>
Up until release v2.11.8, there was an implementation error in the placement group logic.
Up until release v2.11.8, there was an implementation error in the placement group logic.

If you have fewer than 10 agents and 10 control-plane nodes, you can continue using the code as is.

Expand Down
10 changes: 5 additions & 5 deletions kube.tf.example
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ module "kube-hetzner" {
# zram_size = "2G" # remember to add the suffix, examples: 512M, 1G
# kubelet_args = ["kube-reserved=cpu=250m,memory=1500Mi,ephemeral-storage=1Gi", "system-reserved=cpu=250m,memory=300Mi"]

# Fine-grained control over placement groups (nodes in the same group are spread over different physical servers):
# Fine-grained control over placement groups (nodes in the same group are spread over different physical servers, 10 nodes per placement group max):
# placement_group = "default"

# Enable automatic backups via Hetzner (default: false)
Expand All @@ -144,7 +144,7 @@ module "kube-hetzner" {
taints = [],
count = 1

# Fine-grained control over placement groups (nodes in the same group are spread over different physical servers):
# Fine-grained control over placement groups (nodes in the same group are spread over different physical servers, 10 nodes per placement group max):
# placement_group = "default"

# Enable automatic backups via Hetzner (default: false)
Expand All @@ -158,7 +158,7 @@ module "kube-hetzner" {
taints = [],
count = 1

# Fine-grained control over placement groups (nodes in the same group are spread over different physical servers):
# Fine-grained control over placement groups (nodes in the same group are spread over different physical servers, 10 nodes per placement group max):
# placement_group = "default"

# Enable automatic backups via Hetzner (default: false)
Expand All @@ -178,7 +178,7 @@ module "kube-hetzner" {
# zram_size = "2G" # remember to add the suffix, examples: 512M, 1G
# kubelet_args = ["kube-reserved=cpu=50m,memory=300Mi,ephemeral-storage=1Gi", "system-reserved=cpu=250m,memory=300Mi"]

# Fine-grained control over placement groups (nodes in the same group are spread over different physical servers):
# Fine-grained control over placement groups (nodes in the same group are spread over different physical servers, 10 nodes per placement group max):
# placement_group = "default"

# Enable automatic backups via Hetzner (default: false)
Expand All @@ -192,7 +192,7 @@ module "kube-hetzner" {
taints = [],
count = 1

# Fine-grained control over placement groups (nodes in the same group are spread over different physical servers):
# Fine-grained control over placement groups (nodes in the same group are spread over different physical servers, 10 nodes per placement group max):
# placement_group = "default"

# Enable automatic backups via Hetzner (default: false)
Expand Down

0 comments on commit 2f32a52

Please sign in to comment.