snowdrop / godaddy-webhook

Cert Manager Godaddy Webhook performing ACME challenge using DNS record
Apache License 2.0
72 stars 62 forks source link

Failed to install godaddy-webhook #21

Closed ssword62 closed 1 year ago

ssword62 commented 1 year ago

I wasn't able to install the webhook following the instructions. The returned error is:

Error from server (InternalError): error when creating "deploy/webhook-all.yml": Internal error occurred: failed calling webhook "webhook.cert-manager.io": failed to call webhook: Post "https://cert-manager-webhook.cert-manager.svc:443/mutate?timeout=10s": context deadline exceeded

In detail:

command

kubectl apply -f deploy/webhook-all.yml --validate=false

response

serviceaccount/godaddy-webhook created
clusterrole.rbac.authorization.k8s.io/godaddy-webhook created
clusterrolebinding.rbac.authorization.k8s.io/godaddy-webhook created
rolebinding.rbac.authorization.k8s.io/godaddy-webhook:webhook-authentication-reader created
clusterrole.rbac.authorization.k8s.io/godaddy-webhook:domain-solver created
clusterrolebinding.rbac.authorization.k8s.io/godaddy-webhook:auth-delegator created
clusterrolebinding.rbac.authorization.k8s.io/godaddy-webhook:domain-solver created
clusterrole.rbac.authorization.k8s.io/godaddy-webhook:flowcontrol-solver created
clusterrolebinding.rbac.authorization.k8s.io/godaddy-webhook:flowcontrol-solver created
service/godaddy-webhook created
deployment.apps/godaddy-webhook created
apiservice.apiregistration.k8s.io/v1alpha1.acme.mycompany.com created
Error from server (InternalError): error when creating "deploy/webhook-all.yml": Internal error occurred: failed calling webhook "webhook.cert-manager.io": failed to call webhook: Post "https://cert-manager-webhook.cert-manager.svc:443/mutate?timeout=10s": context deadline exceeded
Error from server (InternalError): error when creating "deploy/webhook-all.yml": Internal error occurred: failed calling webhook "webhook.cert-manager.io": failed to call webhook: Post "https://cert-manager-webhook.cert-manager.svc:443/mutate?timeout=10s": context deadline exceeded
Error from server (InternalError): error when creating "deploy/webhook-all.yml": Internal error occurred: failed calling webhook "webhook.cert-manager.io": failed to call webhook: Post "https://cert-manager-webhook.cert-manager.svc:443/mutate?timeout=10s": context deadline exceeded
Error from server (InternalError): error when creating "deploy/webhook-all.yml": Internal error occurred: failed calling webhook "webhook.cert-manager.io": failed to call webhook: Post "https://cert-manager-webhook.cert-manager.svc:443/mutate?timeout=10s": context deadline exceeded
ssword62 commented 1 year ago

sorry. it was an issue with the cluster's firewall.