@@ -175,7 +175,7 @@ variable "control_plane_nodepools" {
175
175
swap_size = optional (string , " " )
176
176
zram_size = optional (string , " " )
177
177
kubelet_args = optional (list (string ), [" kube-reserved=cpu=250m,memory=1500Mi,ephemeral-storage=1Gi" , " system-reserved=cpu=250m,memory=300Mi" ])
178
- selinux = optional (bool , true )
178
+ selinux = optional (bool , true )
179
179
placement_group_compat_idx = optional (number , 0 )
180
180
placement_group = optional (string , null )
181
181
}))
@@ -207,7 +207,7 @@ variable "agent_nodepools" {
207
207
swap_size = optional (string , " " )
208
208
zram_size = optional (string , " " )
209
209
kubelet_args = optional (list (string ), [" kube-reserved=cpu=50m,memory=300Mi,ephemeral-storage=1Gi" , " system-reserved=cpu=250m,memory=300Mi" ])
210
- selinux = optional (bool , true )
210
+ selinux = optional (bool , true )
211
211
placement_group_compat_idx = optional (number , 0 )
212
212
placement_group = optional (string , null )
213
213
}))
@@ -919,4 +919,4 @@ variable "disable_selinux" {
919
919
type = bool
920
920
default = false
921
921
description = " Disable SELinux on all nodes."
922
- }
922
+ }
0 commit comments