Skip to content

Support tolerations for OMJob/CronOMJob pods in Kubernetes native orchestrator #481

Description

@hsju0202

Checks

  • I have checked for existing issues.
  • This request is about the Openmetadata Helm Chart.
  • This request is about the Openmetadata Dependencies Helm Chart.

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions