Compare commits

...

1 Commits

Author SHA1 Message Date
Andrei Kvapil
566cbc34ee fix: tolerate node.cilium.io/agent-not-ready 2024-04-01 21:20:01 +02:00
2 changed files with 6 additions and 0 deletions

View File

@@ -102,3 +102,6 @@ spec:
- key: "node.kubernetes.io/not-ready"
operator: "Exists"
effect: "NoSchedule"
- key: "node.cilium.io/agent-not-ready"
operator: "Exists"
effect: "NoSchedule"

View File

@@ -82,6 +82,9 @@ spec:
- key: "node.kubernetes.io/not-ready"
operator: "Exists"
effect: "NoSchedule"
- key: "node.cilium.io/agent-not-ready"
operator: "Exists"
effect: "NoSchedule"
---
apiVersion: v1
kind: Service