Skip to content

Commit

Permalink
Update kube.tf.example
Browse files Browse the repository at this point in the history
  • Loading branch information
mysticaltech committed Dec 2, 2022
1 parent 46ed385 commit 9b4e813
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions kube.tf.example
Original file line number Diff line number Diff line change
Expand Up @@ -137,12 +137,11 @@ module "kube-hetzner" {
]
# Add custom control plane configuration options here.
# E.g to enable monitoring for etcd, proxy etc:
# "etcd-expose-metrics": "true"
# "kube-controller-manager-arg": "bind-address=0.0.0.0"
# "kube-proxy-arg": "metrics-bind-address=0.0.0.0"
# "kube-scheduler-arg": "bind-address=0.0.0.0"
# control_planes_custom_config = {
#
# etcd-expose-metrics = true,
# kube-controller-manager-arg = "bind-address=0.0.0.0",
# kube-proxy-arg ="metrics-bind-address=0.0.0.0",
# kube-scheduler-arg = "bind-address=0.0.0.0",
# }

# * LB location and type, the latter will depend on how much load you want it to handle, see https://www.hetzner.com/cloud/load-balancer
Expand Down

0 comments on commit 9b4e813

Please sign in to comment.