mirror of
https://github.com/khuedoan/homelab.git
synced 2025-07-06 00:09:29 +07:00
Disable workers
This commit is contained in:
@ -63,10 +63,10 @@ resource "lxd_container" "kubernetes_controllers" {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
resource "lxd_container" "kubernetes_workers" {
|
# resource "lxd_container" "kubernetes_workers" {
|
||||||
count = 0
|
# count = 0
|
||||||
name = "worker-${count.index}"
|
# name = "worker-${count.index}"
|
||||||
image = "images:ubuntu/18.04"
|
# image = "images:ubuntu/18.04"
|
||||||
ephemeral = false
|
# ephemeral = false
|
||||||
profiles = [ lxd_profile.kubernetes.name ]
|
# profiles = [ lxd_profile.kubernetes.name ]
|
||||||
}
|
# }
|
||||||
|
Reference in New Issue
Block a user