Open karanalang opened 4 days ago
@karanalang Try this:
helm repo update
helm install spark-operator spark-operator/spark-operator \
--namespace so350 \
--create-namespace \
--version=2.0.0-rc.0 \
--set controller.logLevel=debug \
--set controller.resources.limits.cpu=100m \
--set controller.resources.limits.memory=200Mi \
--set controller.resources.requests.cpu=50m \
--set controller.resources.requests.memory=100Mi \
--set webhook.enable=true \
--set webhook.logLevel=debug \
--set webhook.port=9443 \
--set webhook.failurePolicy=Fail \
--set webhook.resources.limits.cpu=100m \
--set webhook.resources.limits.memory=200Mi \
--set webhook.resources.requests.cpu=50m \
--set webhook.resources.requests.memory=100Mi \
--set webhook.resourceQuotaEnforcement.enable=true \
--set "spark.jobNamespaces={spark-apps}"
What happened?
I've kubeflow/spark-operator:2.0.0-rc.0 installed on GKE, and it is working fine
When i create a new helm install with the same version, it is giving me error:
Here is the Helm install command :
Error in controller pod logs :
describing the Deployment -
seems version 2.0.2 is being installed, and that has the parameters -
If i remove these manually from the deployment, the controller pod is starting up.
Can you pls take a look, and let me know why this is happenning.
thanks !
Reproduction Code
No response
Expected behavior
No response
Actual behavior
No response
Environment & Versions
Additional context
No response
Impacted by this bug?
Give it a 👍 We prioritize the issues with most 👍