Skip to content
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

Some tiny fixes and improvements for kube backend + dask clusters. #281

Merged
merged 1 commit into from
Apr 24, 2024

Conversation

JSKenyon
Copy link
Collaborator

This PR includes:

  • Propagation of environment variables specified in kube backend options into the dask_cluster worker and scheduler pods. This is needed to support e.g. NUMBA_CACHE_DIR when using a dask_cluster.
  • Fix for a log message which was causing crashes as it referenced a potentially undefined variable.
  • Replaces the dockerhub busybox images with the quay.io equivalents to circumvent rate limits (which come into play when pulling images onto hundreds of nodes).

@JSKenyon JSKenyon requested a review from o-smirnov April 24, 2024 13:59
Copy link
Member

@o-smirnov o-smirnov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great, thanks!

@o-smirnov o-smirnov merged commit 8a0007a into master Apr 24, 2024
3 checks passed
@o-smirnov o-smirnov deleted the dask-cluster-fixes branch April 24, 2024 16:00
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.

2 participants