Skip to content

Commit 98fba78

Browse files
authored
docs: Fix SparkApplication CRD description (#705)
The root/spec description called it a "Spark cluster stacklet".
1 parent b800b11 commit 98fba78

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ All notable changes to this project will be documented in this file.
2424
- Bump `stackable-operator` to 0.110.1 ([#679]).
2525
- Internal operator refactoring: introduce dereference() and validate() steps in the reconciler for spark application, spark connect and spark history server([#687]).
2626
- test: Bump vector-aggregator to 0.55.0, replace /graphql call with gRPC call ([#689]).
27+
- Fix the `SparkApplication` CRD description, which incorrectly described it as a "Spark cluster stacklet" rather than a Spark application ([#705]).
2728

2829
[#674]: https://github.com/stackabletech/spark-k8s-operator/pull/674
2930
[#679]: https://github.com/stackabletech/spark-k8s-operator/pull/679
@@ -32,6 +33,7 @@ All notable changes to this project will be documented in this file.
3233
[#687]: https://github.com/stackabletech/spark-k8s-operator/pull/687
3334
[#689]: https://github.com/stackabletech/spark-k8s-operator/pull/689
3435
[#696]: https://github.com/stackabletech/spark-k8s-operator/pull/696
36+
[#705]: https://github.com/stackabletech/spark-k8s-operator/pull/705
3537

3638
## [26.3.0] - 2026-03-16
3739

extra/crds.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ spec:
2222
properties:
2323
spec:
2424
description: |-
25-
A Spark cluster stacklet. This resource is managed by the Stackable operator for Apache Spark.
25+
A Spark application run on Kubernetes by the Stackable operator for Apache Spark.
2626
Find more information on how to use it and the resources that the operator generates in the
2727
[operator documentation](https://docs.stackable.tech/home/nightly/spark-k8s/).
2828

rust/operator-binary/src/crd/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ pub mod versioned {
169169
pub resolved_template_ref: Vec<ResolvedSparkApplicationTemplate>,
170170
}
171171

172-
/// A Spark cluster stacklet. This resource is managed by the Stackable operator for Apache Spark.
172+
/// A Spark application run on Kubernetes by the Stackable operator for Apache Spark.
173173
/// Find more information on how to use it and the resources that the operator generates in the
174174
/// [operator documentation](DOCS_BASE_URL_PLACEHOLDER/spark-k8s/).
175175
///

0 commit comments

Comments
 (0)