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

Add nodeSelector support to crd-upgrader-job-k8ssandra #1078

Open
rexbut opened this issue Oct 4, 2023 · 0 comments
Open

Add nodeSelector support to crd-upgrader-job-k8ssandra #1078

rexbut opened this issue Oct 4, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@rexbut
Copy link

rexbut commented Oct 4, 2023

What is missing?
Currently, there is no way to specify nodeSelector labels for the crd-upgrader-job-k8ssandra job, which means the job can run on nodes that are not compatible with the k8ssandra/k8ssandra-tools container (e.g., ARM64 nodes).

Why do we need it?
Adding support for nodeSelector would allow users to specify which nodes this job can run on, offering a workaround for the ARM64 compatibility issue. This ensures that the job only runs on compatible nodes.

Environment

  • K8ssandra Operator version:

    v1.9.0

    * Kubernetes Cluster:Mixed-architecture cluster with ARM64 and AMD64 nodes.

Anything else we need to know?:
This feature will provide users more control

┆Issue is synchronized with this Jira Story by Unito
┆Issue Number: K8OP-68

@rexbut rexbut added the enhancement New feature or request label Oct 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
No open projects
Status: No status
Development

Successfully merging a pull request may close this issue.

1 participant