mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-15 06:14:22 +03:00
associate fips for masters with no etcd (#4657)
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
d5c33e6d6c
commit
f518b90c6b
@@ -54,6 +54,10 @@ variable "k8s_master_fips" {
|
||||
type = "list"
|
||||
}
|
||||
|
||||
variable "k8s_master_no_etcd_fips" {
|
||||
type = "list"
|
||||
}
|
||||
|
||||
variable "k8s_node_fips" {
|
||||
type = "list"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user