-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Unable to install the operator with Helm3 #1087
Comments
You need to add the spark-operator namespace before applying the chart. |
Thank you @jordanbailes ! Hi @liyinan926 This will install the Kubernetes Operator for Apache Spark into the namespace spark-operator, if the namespce spark-operator does not exist, create it by manul, e.g. |
But from Quick Start Guide, I can see $ helm repo add incubator https://charts.helm.sh/incubator --force-update
$ helm install incubator/sparkoperator --namespace spark-operator --set sparkJobNamespace=default Installing the chart will create a namespace spark-operator if it doesn't exist |
Close this issue because it is resovled. |
Hi there
I want to install this operator in my k8s cluster with Helm3 but cannot succeed. Below is my step:
Could you please help check this ? Thanks.
The text was updated successfully, but these errors were encountered: