Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.

Commit 4c61a9a

Browse files
committed
Revise K8s-deployer properties table to include the newly added properties
Resolves #3292
1 parent 9199a59 commit 4c61a9a

File tree

1 file changed

+23
-3
lines changed

1 file changed

+23
-3
lines changed

spring-cloud-dataflow-docs/src/main/asciidoc/configuration-kubernetes.adoc

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ These properties are also used when configuring the <<configuration-kubernetes-t
3737
|Namespace to use
3838
|environment variable `KUBERNETES_NAMESPACE`, otherwise `default`
3939

40-
|nodeSelector
40+
|deployment.nodeSelector
4141
|The node selectors to apply to the deployment in `key:value` format. Multiple node selectors are comma separated.
4242
|<none>
4343

@@ -197,10 +197,30 @@ These properties are also used when configuring the <<configuration-kubernetes-t
197197
|The Spring Boot major version to use. Currently only used to configure Spring Boot version specific probe paths automatically. Valid options are `1` or `2`.
198198
|2
199199

200-
|tolerations
201-
|Toleration configuration to set on created pod's.
200+
|tolerations.key
201+
|The key to use for the toleration.
202202
|<none>
203203

204+
|tolerations.effect
205+
|The toleration effect. See https://kubernetes.io/docs/concepts/configuration/taint-and-toleration for valid options.
206+
|<none>
207+
208+
|tolerations.operator
209+
|The toleration operator. See https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/ for valid options.
210+
|<none>
211+
212+
|tolerations.tolerationSeconds
213+
|The number of seconds defining how long the pod will stay bound to the node after a taint is added.
214+
|<none>
215+
216+
|tolerations.value
217+
|The toleration value to apply, used in conjunction with `operator` to select to appropriate `effect`.
218+
|<none>
219+
220+
|maximumConcurrentTasks
221+
|The maximum concurrent tasks allowed for this platform instance.
222+
|20
223+
204224
|===
205225

206226
[[configuration-kubernetes-tasks]]

0 commit comments

Comments
 (0)