-
Notifications
You must be signed in to change notification settings - Fork 674
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
Spark CRD + Operator v1beta2 #572
Merged
Merged
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
kumare3
reviewed
Oct 27, 2020
can you look at kustomize's CRD settings and add everything to that? |
13 tasks
akhurana001
changed the title
[WIP] Spark CRD + Operator v1beta2
Spark CRD + Operator v1beta2
Nov 5, 2020
kumare3
previously approved these changes
Nov 5, 2020
Can we update the description to say that, this is a backwards incompatible change if you are using Spark!? |
kumare3
approved these changes
Nov 17, 2020
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this pull request
Dec 20, 2022
Signed-off-by: Niels Bantilan <[email protected]>
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this pull request
Dec 20, 2022
…lyteorg#572) * fix: integrate timeline and graph tabs wrappers under one component Signed-off-by: Olga Nad <[email protected]> * fix: details tab in graph view and clean-up Signed-off-by: Olga Nad <[email protected]> * fix: old unit tests Signed-off-by: Olga Nad <[email protected]> * fix: temp filename change Signed-off-by: Olga Nad <[email protected]> * fix: final filename change Signed-off-by: Olga Nad <[email protected]> * fix: tsconfig Signed-off-by: Olga Nad <[email protected]> Signed-off-by: Olga Nad <[email protected]>
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.
Move spark plugin to v1beta2 multi-version of Operator.
Non-backward compatible: If the cluster already has Spark v1beta1 CRD & SparkOperator deployed, these will need to be manually deleted before the new CRD/operator can be deployed. This will cause any existing spark tasks/jobs running on the cluster to fail. Ref: #573 for more details.
Dependent on flyteorg/flyteplugins#134
Updated FlytePropeller to version 0.5.0