Skip to content

the value safeToEvict: true for scheduler is reflected two times. #37872

Description

@atul-ram

Official Helm Chart version

1.12.0 (latest released)

Apache Airflow version

2.8

Kubernetes Version

1.27.7

Helm Chart configuration

no changes to values.yaml

Docker Image customizations

NA

What happened

the output scheduler definition has repeated annotation.

cluster-autoscaler.kubernetes.io/safe-to-evict: "true"

What you think should happen instead

the output file should not have repeated annotation value for respective objects

cluster-autoscaler.kubernetes.io/safe-to-evict: "true"

How to reproduce

helm template demo apache-airflow/airflow --version 1.12.0 --namespace demo > output.yaml
and check output file for annotation

cluster-autoscaler.kubernetes.io/safe-to-evict: "true"

Anything else

similarly check for same annotation for other types.

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Code of Conduct

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

    area:helm-chartAirflow Helm Chartkind:bugThis is a clearly a bugneeds-triagelabel for new issues that we didn't triage yet

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions