diff --git a/README.md b/README.md index 0ff7f917..d2af8196 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)