Skip to content
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

Migrate instructions to Kubeflow Spark #14

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -166,13 +166,17 @@ We can use the standard version of the Spark on Kubernetes Operator at its lates
.Add the helm repo
[source,bash]
----
helm repo add spark-operator https://googlecloudplatform.github.io/spark-on-k8s-operator
helm repo add spark-operator https://kubeflow.github.io/spark-operator
helm repo update
----

.Deploy the helm chart
[source,bash]
----
helm install spark-operator spark-operator/spark-operator --namespace spark-operator --create-namespace --set image.tag=v1beta2-1.3.3-3.1.1 --set webhook.enable=true --set resourceQuotaEnforcement.enable=true
helm install spark-operator spark-operator/spark-operator /
--namespace spark-operator --create-namespace /
--set webhook.enable=true /
--set resourceQuotaEnforcement.enable=true
----

==== Spark Monitoring (Optional)
Expand Down