[SPARK-56851] Remove v1alpha1 version of SparkApp and SparkCluster CRDs#676
Closed
dongjoon-hyun wants to merge 1 commit into
Closed
[SPARK-56851] Remove v1alpha1 version of SparkApp and SparkCluster CRDs#676dongjoon-hyun wants to merge 1 commit into
v1alpha1 version of SparkApp and SparkCluster CRDs#676dongjoon-hyun wants to merge 1 commit into
Conversation
Member
Author
|
cc @peter-toth , @viirya , @jiangzho , @TQJADE , @aaruna |
viirya
approved these changes
May 13, 2026
peter-toth
approved these changes
May 13, 2026
Member
Author
|
Thank you, @viirya and @peter-toth . |
v1alpha version of SparkApp and SparkCluster CRDsv1alpha1 version of SparkApp and SparkCluster CRDs
Member
Author
|
Merged to main |
This file contains hidden or 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
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.
What changes were proposed in this pull request?
This PR removes the
v1alpha1schema fromSparkApplicationandSparkClusterCRDs.Why are the changes needed?
Apache Spark K8s Operator moved away from
v1alpha1over one year. Apache Spark K8s Operator v1.0.0 will enforcev1more by droppingv1alpha1support officially.v1beta1is kept for migration.v1beta1#219 (2025-05-21)v1has been the storage version since SPARK-52606 (0.5.0)v1#261 (2026-06-28)To slim down the CRDs ahead of the
1.0.0release. Per Kubernetes API conventions,Alphaversions are for short-lived testing clusters with no long-term support.Does this PR introduce any user-facing change?
Yes.
apiVersion: spark.apache.org/v1alpha1is no longer accepted. Users should switch tov1(or temporarilyv1beta1) — all three schemas were identical.How was this patch tested?
Pass the CIs.
Was this patch authored or co-authored using generative AI tooling?
Generated-by: Claude Code (claude-opus-4-7)