spark-operator icon indicating copy to clipboard operation
spark-operator copied to clipboard

Helm install the operator failed with error message "timed out waiting for the condition"

Open pangtg opened this issue 1 year ago • 4 comments

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

pangtg avatar Feb 20 '24 20:02 pangtg

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.

glongrais avatar Feb 23 '24 15:02 glongrais

Thanks glongrais. By disabling webhook the operator works

pangtg avatar Feb 25 '24 13:02 pangtg

@glongrais do you know why do we need to disable webhook, in case we need the webhook then how can we enable that?

hogiabao2601 avatar Mar 21 '24 05:03 hogiabao2601

I've been trying to activate the webhook, but unsuccess, any updates on that?

leticiasss avatar Apr 02 '24 12:04 leticiasss

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.

github-actions[bot] avatar Jul 24 '24 20:07 github-actions[bot]

This issue has been automatically closed because it has not had recent activity. Please comment "/reopen" to reopen it.

github-actions[bot] avatar Aug 14 '24 00:08 github-actions[bot]

I aslo get the issue with the webhook. Any solutions to enable it ?

nelsonrogers avatar Sep 03 '24 09:09 nelsonrogers

@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.

google-oss-prow[bot] avatar Sep 03 '24 09:09 google-oss-prow[bot]