Skip to content

Toleration

Contexts

Context Relationship Object Path Package File Path
Database.Shard.Dap.Instances.K8sPolicy.tolerations Package -> Database -> Shard -> Dap -> Instances -> K8sPolicy -> Toleration $.databases[*].shards[*].daps.instances.*.k8sPolicy.tolerations[*] {package-root}/databases/{db-name}/shards/{shard-name}.yaml
Database.Shard.Sequencer.K8sPolicy.tolerations Package -> Database -> Shard -> Sequencer -> K8sPolicy -> Toleration $.databases[*].shards[*].sequencers.*.k8sPolicy.tolerations[*] {package-root}/databases/{db-name}/shards/{shard-name}.yaml
Database.Shard.Sm.K8sPolicy.tolerations Package -> Database -> Shard -> Sm -> K8sPolicy -> Toleration $.databases[*].shards[*].sm.k8sPolicy.tolerations[*] {package-root}/databases/{db-name}/shards/{shard-name}.yaml
Pipeline.Controller.K8sPolicy.tolerations Package -> Pipeline -> Controller -> K8sPolicy -> Toleration $.pipelines[*].controller.k8sPolicy.tolerations[*] {package-root}/pipelines/{pipeline-name}.yaml
Pipeline.Worker.K8sPolicy.tolerations Package -> Pipeline -> Worker -> K8sPolicy -> Toleration $.pipelines[*].worker.k8sPolicy.tolerations[*] {package-root}/pipelines/{pipeline-name}.yaml
Router.Agg.K8sPolicy.tolerations Package -> Router -> Agg -> K8sPolicy -> Toleration $.router.agg.k8sPolicy.tolerations[*] {package-root}/router/{router-name}.yaml
Router.Rc.K8sPolicy.tolerations Package -> Router -> Rc -> K8sPolicy -> Toleration $.router.rc.k8sPolicy.tolerations[*] {package-root}/router/{router-name}.yaml

Fields

Field Type Required Description Constraints Default
effect string | null no Effect indicates the taint effect to match. Empty means match all taint effects. When specified, allowed values are NoSchedule, PreferNoSchedule and NoExecute. - null
key string | null no Key is the taint key that the toleration applies to. Empty means match all taint keys. If the key is empty, operator must be Exists; this combination means to match all values and all keys. - null
operator string | null no Operator represents a key's relationship to the value. Valid operators are Exists, Equal, Lt, and Gt. Defaults to Equal. Exists is equivalent to wildcard for value, so that a pod can tolerate all taints of a particular category. Lt and Gt perform numeric comparisons (requires feature gate TaintTolerationComparisonOperators). - null
tolerationSeconds integer | null no TolerationSeconds represents the period of time the toleration (which must be of effect NoExecute, otherwise this field is ignored) tolerates the taint. By default, it is not set, which means tolerate the taint forever (do not evict). Zero and negative values will be treated as 0 (evict immediately) by the system. - null
value string | null no Value is the taint value the toleration matches to. If the operator is Exists, the value should be empty, otherwise just a regular string. - null

No linked schemas.

Used In

Back to top