mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-08 02:58:29 +03:00
disable metrics server and fix terraform (#4617)
* disable metrics server in centos7-flannel-addons job Change-Id: I1d87923547584896f64dda9ea8feb5581ad48cbe * Fix tf facility->facilities syntax Change-Id: I434bfe53f47e8e4a546890e0b62d24bde6e6d6a7 * Update Terraform CI for facilities * Fix undefined variable error
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
50751bb610
commit
d89ecb8308
@@ -19,8 +19,8 @@ variable "billing_cycle" {
|
||||
default = "hourly"
|
||||
}
|
||||
|
||||
variable "facility" {
|
||||
default = "dfw2"
|
||||
variable "facilities" {
|
||||
default = ["dfw2"]
|
||||
}
|
||||
|
||||
variable "plan_k8s_masters" {
|
||||
|
||||
Reference in New Issue
Block a user