Skip to content

Conversation

@bstadlbauer
Copy link
Collaborator

This PR fixes the issue of an incorrect container name when a custom container name is specified. It does so by always using the correct name from Pod.pod_template.spec.containers[0].name.

In addition to that, it also has some minor other changes:

  • Adds a note to the docs that testing is not possible on aarch64 (Apple M1) at the moment
  • Adds two tests which should capture this in the future
  • Renames the constant KUBECLUSTER_WORKER_CONTAINER_NAME to KUBECLUSTER_CONTAINER_NAME and changed it's value to "dask-container" to be more precise (as it might be use for both, scheduler and worker containers)

Closes #466

Copy link
Member

@jacobtomlinson jacobtomlinson left a comment

Choose a reason for hiding this comment

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

Awesome thanks for tackling this!

@jacobtomlinson jacobtomlinson merged commit 050146c into dask:main May 23, 2022
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.

Failed to create KubeCluster after upgrading to 2022.4.0 / 2022.4.1

2 participants