Helm install the operator failed with error message "timed out waiting for the condition"
Hi,
I am evaluating spark on k8s operator but not able to get it installed. Could you take a look at and possibly fix the issue?
My commans are: helm repo add spark-operator https://googlecloudplatform.github.io/spark-on-k8s-operator helm install k8s-spark spark-operator/spark-operator --namespace spark-operator --create-namespace --set sparkJobNamespace=default --set webhook.enable=true
My kubernetes version is: Client Version: v1.29.2 Kustomize Version: v5.0.4-0.20230601165947-6ce0bf390ce3 Server Version: v1.28.3
Thanks
I had the same issue while trying to install it on a local Minikube. I believe it's related to this issue. Setting the webhook.enable to false did the trick if you don't need it.
Thanks glongrais. By disabling webhook the operator works
@glongrais do you know why do we need to disable webhook, in case we need the webhook then how can we enable that?
I've been trying to activate the webhook, but unsuccess, any updates on that?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically closed because it has not had recent activity. Please comment "/reopen" to reopen it.
I aslo get the issue with the webhook. Any solutions to enable it ?
@nelsonrogers: You can't reopen an issue/PR unless you authored it or you are a collaborator.
In response to this:
/reopen I aslo get the issue with the webhook. Any solutions to enable it ?
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.