forked from kubeflow/spark-operator
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Qps merger #4
Merged
Merged
Qps merger #4
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…-applications/spark-operator-code into queue-per-app # Conflicts: # pkg/webhook/patch.go
* remove non-existent field Signed-off-by: Aran Shavit <[email protected]> * bump version Signed-off-by: Aran Shavit <[email protected]> * README Signed-off-by: Aran Shavit <[email protected]> --------- Signed-off-by: Aran Shavit <[email protected]>
Signed-off-by: Yi Chen <[email protected]>
…irrespective of image change (kubeflow#1992) * Update workflow to publish Helm charts on chart changes, irrespective of image updates Signed-off-by: Vara Bonthu <[email protected]> * fixed the chart name with prefix Signed-off-by: Vara Bonthu <[email protected]> --------- Signed-off-by: Vara Bonthu <[email protected]>
…ubeflow#1995) Signed-off-by: Vara Bonthu <[email protected]>
* Add emptyDir sizeLimit support Signed-off-by: Jacob Salway <[email protected]> * Bump appVersion and add sizeLimit example Signed-off-by: Jacob Salway <[email protected]> --------- Signed-off-by: Jacob Salway <[email protected]>
Signed-off-by: Andrey Velichkevich <[email protected]>
* feat: add support for service labels on driver-svc Signed-off-by: Cian Gallagher <[email protected]> * docs: update helm docs Signed-off-by: Cian Gallagher <[email protected]> * fix: undo changes to api-docs Signed-off-by: Cian Gallagher <[email protected]> * docs: update api-docs Signed-off-by: Cian Gallagher <[email protected]> * fix: update appVersion Signed-off-by: Cian Gallagher <[email protected]> * ci: remove step to check api change Signed-off-by: Cian Gallagher <[email protected]> * docs: update helm-docs Signed-off-by: Cian Gallagher <[email protected]> * docs: update helm-docs Signed-off-by: Cian Gallagher <[email protected]> * fix: update app version Signed-off-by: Cian Gallagher <[email protected]> * docs: update helm docs Signed-off-by: Cian Gallagher <[email protected]> --------- Signed-off-by: Cian Gallagher <[email protected]>
Signed-off-by: Peter Jablonski <[email protected]>
Signed-off-by: Matthew Rossi <[email protected]>
Signed-off-by: Andrej Kyselica <[email protected]>
…1 even when minExecutors is set to 0 (kubeflow#1979) Signed-off-by: Peter McClonski <[email protected]>
…tions/spark-operator-code into list-map-mutex # Conflicts: # pkg/controller/sparkapplication/controller.go
…eflow#1998) * Add driverIngressOptions in SparkApplication CRD Signed-off-by: Bo (AIML) Yang <[email protected]> * Update chart version to 1.3.0 Signed-off-by: Bo (AIML) Yang <[email protected]> * Update helm chart README Signed-off-by: Bo (AIML) Yang <[email protected]> * Fix make detect-crds-drift Signed-off-by: Bo (AIML) Yang <[email protected]> * Update api-docs.md Signed-off-by: Bo (AIML) Yang <[email protected]> --------- Signed-off-by: Bo (AIML) Yang <[email protected]>
Signed-off-by: aakcht <[email protected]>
Add [Inter&Co](https://inter.co/) to who is using the SparkOperator. Signed-off-by: Yuri Niitsuma <[email protected]>
…iners CRDs (kubeflow#2022) * Add restartPolicy field to SparkApplication CRDs Signed-off-by: Mark Schroering <[email protected]> * Add restartPolicy field to SparkApplication CRDs Signed-off-by: Mark Schroering <[email protected]> * Add restartPolicy field to SparkApplication CRDs Signed-off-by: Mark Schroering <[email protected]> --------- Signed-off-by: Mark Schroering <[email protected]>
Signed-off-by: Yi Chen <[email protected]>
Signed-off-by: Yi Chen <[email protected]>
…ow#2016) Signed-off-by: Yi Chen <[email protected]>
…rger # Conflicts: # Dockerfile # main.go # pkg/controller/sparkapplication/controller.go
…merger # Conflicts: # Dockerfile
Resolved conflicts, add Qpsand burst parameters, and list of maps of queues (instead of one map) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
🛑 Important:
Please open an issue to discuss significant work before you start. We appreciate your contributions and don't want your efforts to go to waste!
For guidelines on how to contribute, please review the CONTRIBUTING.md document.
Purpose of this PR
Provide a clear and concise description of the changes. Explain the motivation behind these changes and link to relevant issues or discussions.
Proposed changes:
Change Category
Indicate the type of change by marking the applicable boxes:
Rationale
Checklist
Before submitting your PR, please review the following:
Additional Notes