Skip to content

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