Skip to content

Commit 22b950a

Browse files
authored
Merge pull request #8841 from zalando-incubator/exclude-wiz-node-ready
Correctly exclude wiz from node readiness check
2 parents f718f67 + 026ed65 commit 22b950a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cluster/manifests/wiz/sensor-daemonset.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ metadata:
1010
application: "wiz"
1111
component: "sensor"
1212
daemonset: "wiz-sensor"
13+
annotations:
14+
node-ready.cluster.zalando.org/exclude: "true"
1315
namespace: wiz
1416
spec:
1517
selector:
@@ -27,7 +29,6 @@ spec:
2729
annotations:
2830
container.apparmor.security.beta.kubernetes.io/wiz-sensor: unconfined
2931
cluster-autoscaler.kubernetes.io/enable-ds-eviction: "true"
30-
node-ready.cluster.zalando.org/exclude: "true"
3132
spec:
3233
serviceAccountName: wiz-sensor
3334
nodeSelector:

0 commit comments

Comments
 (0)