changed the cluster name to manual

This commit is contained in:
Karim Naufal
2022-03-09 05:19:06 +01:00
parent cf15aef059
commit f20ac7c8d5
7 changed files with 19 additions and 19 deletions

View File

@@ -77,11 +77,11 @@ load_balancer_type = "lb11"
# Allows you to specify either stable, latest, or testing (defaults to stable), see https://rancher.com/docs/k3s/latest/en/upgrades/basic/
# initial_k3s_channel = "latest"
# Whether to use the cluster name in the node name, i.e. add the prefix k3s-(cluster_name)- to the nodes? The default is "true".
# Whether to use the cluster name to in the node name, the default is true
# use_cluster_name_in_node_name = false
# Prefix for the cluster name, by default "k3s"
# cluster_prefix = ""
# The cluster name, by default "k3s"
# cluster_name = ""
# Adding extra firewall rules, like opening a port
# In this example with allow port TCP 5432 for a Postgres service we will open via a nodeport