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

Provide dask workers volumes/volume_mounts configuration #2470

Closed
wants to merge 4 commits into from

Conversation

viniciusdc
Copy link
Contributor

Reference Issues or PRs

What does this implement/fix?

Put a x in the boxes that apply

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds a feature)
  • Breaking change (fix or feature that would cause existing features not to work as expected)
  • Documentation Update
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes, no API changes)
  • Build related changes
  • Other (please describe):

Testing

  • Did you test the pull request locally?
  • Did you add new tests?

Any other comments?

@viniciusdc
Copy link
Contributor Author

While this is insteresting, this can be done using the overrides, and should be enough for now, unless there is a future need for it:

Medium Worker:
      ...
      scheduler_extra_pod_config:
        volumes:
          - name: myvolume
            persistentVolumeClaim:
              claimName: my-claim
      scheduler_extra_container_config:
        volumeMounts:
          - name: myvolume
            mountPath: /tmp/extras
            subPath: tmp/extras
      worker_extra_pod_config:
        volumes:
          - name: myvolume
            persistentVolumeClaim:
              claimName: my-claim
      worker_extra_container_config:
        volumeMounts:
          - name: myvolume
            mountPath: /tmp/extras
            subPath: tmp/extras

@viniciusdc viniciusdc closed this Jun 17, 2024
@viniciusdc viniciusdc deleted the dask_extra_images branch June 17, 2024 15:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done 💪🏾
Development

Successfully merging this pull request may close these issues.

None yet

1 participant