Checks
Description
There is currently no setting to configure tolerations for Kubernetes native orchestrator workloads when using OMJob Operator.
This makes it difficult to use the Kubernetes native orchestrator on clusters where ingestion workloads must run on tainted nodes.
Proposed Implementation
Add native tolerations support for Kubernetes native orchestrator workloads in the Helm chart and generated resources.
openmetadata:
config:
pipelineServiceClientConfig:
type: "k8s"
k8s:
tolerations:
- key: "nodepool"
operator: "Equal"
value: "spot"
effect: "NoSchedule"
### Have you joined Openmetadata Slack community?
Yes
Checks
Description
There is currently no setting to configure
tolerationsfor Kubernetes native orchestrator workloads when usingOMJob Operator.This makes it difficult to use the Kubernetes native orchestrator on clusters where ingestion workloads must run on tainted nodes.
Proposed Implementation
Add native
tolerationssupport for Kubernetes native orchestrator workloads in the Helm chart and generated resources.