Removing cluster since project is super backlogged right now
This commit is contained in:
parent
219bd2c97d
commit
61439ca1a1
@ -16,7 +16,7 @@ test:
|
||||
|
||||
|
||||
rip:
|
||||
source ./secrets.sh && terraform destroy
|
||||
source ./secrets.sh && terraform plan -destroy -var-file variables.tfvars -input=false -out $(plan)
|
||||
|
||||
clean:
|
||||
rm -f $(plan)
|
||||
|
@ -4,7 +4,7 @@ resource vultr_kubernetes athens {
|
||||
label = var.cluster.label
|
||||
enable_firewall = true
|
||||
node_pools {
|
||||
# how many pools do we want
|
||||
# how many nodes do we want in this pool
|
||||
node_quantity = 1
|
||||
plan = var.cluster.pool.plan
|
||||
label = var.cluster.label
|
||||
|
Loading…
Reference in New Issue
Block a user