This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/spark-kubernetes-operator.git
The following commit(s) were added to refs/heads/main by this push:
new eb8804d [SPARK-52291] Remove `nightly` info from `README.md`
eb8804d is described below
commit eb8804df27911452f87bdb9a60f12e8608dccbc3
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Sat May 24 08:51:11 2025 -0700
[SPARK-52291] Remove `nightly` info from `README.md`
### What changes were proposed in this pull request?
This PR aims to remove `nightly` info from `README.md`.
### Why are the changes needed?
- In `Install Helm Chart` section, the developer can build and install it
already.
- For the published one, we had better focus on the official one in
`README.md` because it's the landing page in GitHub.
### Does this PR introduce _any_ user-facing change?
No. This is a documentation improvement.
### How was this patch tested?
Manual review.
### Was this patch authored or co-authored using generative AI tooling?
No
Closes #223 from dongjoon-hyun/SPARK-52291.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
---
README.md | 14 --------------
1 file changed, 14 deletions(-)
diff --git a/README.md b/README.md
index 0ff7f91..d2af819 100644
--- a/README.md
+++ b/README.md
@@ -130,15 +130,6 @@ $ kubectl delete sparkapp pi-on-yunikorn
sparkapplication.spark.apache.org "pi-on-yunikorn" deleted
```
-## Try nightly build for testing
-
-As of now, you can try `spark-kubernetes-operator` nightly version in the
following way.
-
-```
-$ helm install spark-kubernetes-operator \
-https://nightlies.apache.org/spark/charts/spark-kubernetes-operator-0.3.0-SNAPSHOT.tgz
-```
-
## Clean Up
Check the existing Spark applications and clusters. If exists, delete them.
@@ -161,11 +152,6 @@ $ kubectl delete crd sparkapplications.spark.apache.org
$ kubectl delete crd sparkclusters.spark.apache.org
```
-In case of nightly builds, remove the snapshot image.
-```
-$ docker rmi apache/spark-kubernetes-operator:main-snapshot
-```
-
## Contributing
Please review the [Contribution to Spark
guide](https://spark.apache.org/contributing.html)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]