2022-01-06 07:16:18 +01:00
|
|
|
# You need to replace these
|
|
|
|
hcloud_token = "xxxxxxxxxxxxxxxxxxYYYYYYYYYYYYYYYYYYYzzzzzzzzzzzzzzzzzzzzz"
|
|
|
|
public_key = "/home/username/.ssh/id_ed25519.pub"
|
2022-01-25 21:41:01 +01:00
|
|
|
# Must be "private_key = null" when you want to use ssh-agent, for a Yubikey like device auth or an SSH key-pair with passphrase
|
2022-01-06 07:16:18 +01:00
|
|
|
private_key = "/home/username/.ssh/id_ed25519"
|
|
|
|
|
|
|
|
# These can be customized, or left with the default values
|
|
|
|
# For Hetzner locations see https://docs.hetzner.com/general/others/data-centers-and-connection/
|
|
|
|
# For Hetzner server types see https://www.hetzner.com/cloud
|
2022-01-29 20:20:33 +01:00
|
|
|
location = "fsn1" # change to `ash` for us-east Ashburn, Virginia location
|
|
|
|
network_region = "eu-central" # change to `us-east` if location is ash
|
2022-01-06 07:16:18 +01:00
|
|
|
agent_server_type = "cpx21"
|
|
|
|
control_plane_server_type = "cpx11"
|
|
|
|
lb_server_type = "lb11"
|
|
|
|
servers_num = 2
|
2022-01-13 22:41:36 +01:00
|
|
|
agents_num = 2
|
|
|
|
|
|
|
|
# If you want to use a specific Hetzner CCM and CSI version, set them below, otherwise leave as is for the latest versions
|
|
|
|
# hetzner_ccm_version = ""
|
2022-01-15 09:04:21 +01:00
|
|
|
# hetzner_csi_version = ""
|
|
|
|
|
2022-01-15 09:14:25 +01:00
|
|
|
# If you want to kustomize the Hetzner CCM and CSI containers with the "latest" tags and imagePullPolicy Always,
|
2022-01-15 09:04:21 +01:00
|
|
|
# to have them automatically update when the node themselve get updated via the rancher system upgrade controller, the default is "false".
|
|
|
|
# If you choose to keep the default of "false", you can always use ArgoCD to monitor the CSI and CCM manifest for new releases,
|
|
|
|
# that is probably the more "vanilla" option to keep these components always updated.
|
2022-01-15 09:14:25 +01:00
|
|
|
# hetzner_ccm_containers_latest = true
|
2022-01-29 20:20:33 +01:00
|
|
|
# hetzner_csi_containers_latest = true
|