You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+3
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,7 @@ The config values to be set are:
28
28
|`IMAGE_PULL_SECRETS`| List of image pull secrets, in this format `pullsecret1;...` to add to pods created by the DaemonSet. Those secrets need to be in the image puller's namespace and a cluster administrator must create them. |`""`|
29
29
|`AFFINITY`| Affinity applied to pods created by the daemonset, in this format `'{"nodeAffinity":{ ... }}'`|`'{}'`|
30
30
|`KIP_IMAGE`| The image puller image to copy the `sleep` binary from |`quay.io/eclipse/kubernetes-image-puller:next`|
31
+
|`TOLERATIONS`| Tolerations applied to pods created by the daemonset, provided in this format `'[{"operator":"Exists"}]'`|`'[]'`|
31
32
32
33
### Configuration - Helm
33
34
@@ -49,6 +50,7 @@ The following values can be set:
49
50
|`configMap.nodeSelector`| The value of `NODE_SELECTOR` to be set in the ConfigMap |`"{}"`|
50
51
|`configMap.imagePullSecrets`| The value of `IMAGE_PULL_SECRETS`|`""`|
51
52
|`configMap.affinity`| The value of `AFFINITY` to be set in the ConfigMap |`"{}"`|
53
+
|`configMap.tolerations`| The value of `TOLERATIONS` to be set in the ConfigMap |`"[]"`|
52
54
53
55
### Configuration - OpenShift
54
56
@@ -70,6 +72,7 @@ The following values can be set:
70
72
|`NODE_SELECTOR`| The value of `NODE_SELECTOR` to be set in the ConfigMap |`"{}"`|
71
73
|`IMAGE_PULL_SECRETS`| The value of `IMAGE_PULL_SECRETS`|`""`|
72
74
|`AFFINITY`| The value of `AFFINITY` to be set in the ConfigMap |`"{}"`|
75
+
|`TOLERATIONS`| The value of `TOLERATIONS` to be set in the ConfigMap |`"[]"`|
0 commit comments