Skip to content

Allow configuring the event emit level #946

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

jacobtomlinson
Copy link
Member

@jacobtomlinson jacobtomlinson commented Apr 22, 2025

Closes #945

Allows users to set which log messages get emitted as Kubernetes events. Configurable via the Dask config system which allows setting via a config file (mounted with aConfigMap).

kubernetes:
  controller:
    events:
      enabled: true
      level: INFO

Or via environment variables.

DASK_KUBERNETES__CONTROLLER__EVENTS__ENABLED=true
DASK_KUBERNETES__CONTROLLER__EVENTS__LEVEL="INFO"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

I add DaskAutoscaller object and now I see a lot of Kubernetes events
1 participant