Skip to content

Commit 6417c00

Browse files
authored
Merge pull request #9032 from zalando-incubator/dev-to-eks
dev to eks
2 parents bbfebd5 + fc7ae9d commit 6417c00

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

cluster/config-defaults.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1244,6 +1244,7 @@ wiz_sensor_cpu: "300m"
12441244
wiz_sensor_memory: "300Mi"
12451245
wiz_connector_cpu: "300m"
12461246
wiz_connector_memory: "300Mi"
1247+
wiz_priority: "false"
12471248
# Please note when this is set to true it allows the use of the node selector feature
12481249
# to deploy the sensor and connector on specific nodes, by manually setting the node selector label on the nodes.
12491250
# This is useful when you want to deploy the sensor and connector on specific nodes.

cluster/manifests/wiz/sensor-daemonset.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ spec:
3131
cluster-autoscaler.kubernetes.io/enable-ds-eviction: "true"
3232
spec:
3333
serviceAccountName: wiz-sensor
34+
{{- if eq .Cluster.ConfigItems.wiz_priority "true" }}
35+
priorityClassName: system-node-critical
36+
{{- end }}
3437
nodeSelector:
3538
{{ if eq .Cluster.ConfigItems.wiz_node_feature_rollout "true" }}
3639
node-feature.zalando.org/wiz: enabled

0 commit comments

Comments
 (0)