We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb719e0 commit a556c43Copy full SHA for a556c43
cluster/cluster.yaml
@@ -171,15 +171,17 @@ Resources:
171
EndpointPublicAccess: true
172
EndpointPrivateAccess: true
173
# PublicAccessCidrs: [ "1.1.1.2/32" ]
174
-{{- if eq .Cluster.ConfigItems.eks_control_plane_logging "true" }}
175
Logging:
176
ClusterLogging:
+{{- if eq .Cluster.ConfigItems.eks_control_plane_logging "true" }}
177
EnabledTypes:
178
- Type: api
179
- Type: audit
180
- Type: authenticator
181
- Type: controllerManager
182
- Type: scheduler
183
+{{- else }}
184
+ EnabledTypes: []
185
{{- end }}
186
# Tags:
187
# - Key: "application"
0 commit comments