Skip to content
Snippets Groups Projects
Verified Commit dcfb989c authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

fix(worker): Adjust worker labels and names

parent 531b4f60
No related branches found
No related tags found
1 merge request!2Draft: Makefile: Add all commands to deploy the kubernetes controlplane
......@@ -30,13 +30,14 @@ module "workers" {
source = "./modules/hcloud_instance"
instance_count = var.replicas_worker
location = var.location
name = "worker"
name = "wk"
dns_domain = var.dns_domain
dns_zone_id = var.dns_zone_id
image = var.image
labels = {
"k8s.io/node" = "true",
"k8s.io/worker" = "true"
"k8s.io/worker" = "true",
"k8s.io/ingress" = "true",
}
placement_group_id = hcloud_placement_group.k8s.id
ssh_keys = data.hcloud_ssh_keys.all_keys.ssh_keys.*.name
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment