fix: tolerate node.cilium.io/agent-not-ready (#56)

This commit is contained in:
Andrei Kvapil
2024-04-02 08:53:53 +02:00
committed by GitHub
parent 2e3314b2dd
commit 34b9676971
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