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.
2 parents bf880c1 + f28ea82 commit aa7e63eCopy full SHA for aa7e63e
manifests/templates/deployment/deployment.yaml
@@ -51,3 +51,12 @@ spec:
51
scheme: HTTPS
52
initialDelaySeconds: 5
53
periodSeconds: 10
54
+ tolerations:
55
+ - key: "node.kubernetes.io/unreachable"
56
+ operator: "Exists"
57
+ effect: "NoExecute"
58
+ tolerationSeconds: 5
59
+ - key: "node.kubernetes.io/not-ready"
60
61
62
manifests/templates/storage/deployment.yaml
@@ -59,4 +59,12 @@ spec:
-
63
64
65
66
67
68
69
70
0 commit comments