build(helm): Make Kueue configurable to REANA admins at the deployment time #801
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Helm-Controlled Deployment Choice:
Make the behaviour configurable to REANA admins at the deployment time, so that each admin can choose whether to use the classical approach or the new optional Kueue approach, via Helm values.
Recap:
By following these steps and leveraging Helm values for configuration, REANA admins gain control over the job submission method during deployment. Additionally, the environment variable approach ensures proper communication between the reana-workflow-controller and the dynamically created reana-job-controller.
Automated Kueue Deployment with Customization:
Deploy Kueue cluster automatically during REANA deployment when the admin chooses to use Kueue in their Helm values file. Allow basic parametrisation of Kueue deployment by overriding Helm values and/or chart snippets.
Production Instance Considerations:
For production deployments, creating a Kubernetes cluster (e.g., at CERN or Google Cloud) is necessary. While ideally Kueue deployment would be automated through the Helm chart, limitations might exist until a dedicated Kueue Helm chart is available. As a temporary solution, Kueue might need to be manually deployed until a more integrated approach can be implemented.