This message was deleted.
# general
s
This message was deleted.
b
what's the error?
s
error: resource cert-manager-3pmttom4/letsencrypt-issuer was not successfully created by the Kubernetes API server : Internal error occurred: failed calling webhook "<http://webhook.cert-manager.io|webhook.cert-manager.io>": Post <https://cert-manager-webhook.cert-manager-3pmttom4.svc:443/mutate?timeout=30s>: no endpoints available for service "cert-manager-webhook"
g
Could be a permissions issue. Are you able to get
endpoints
with those credentials? The Service await logic checks
endpoints
to determine readiness: https://www.pulumi.com/docs/reference/pkg/kubernetes/core/v1/service/
s
Wait
New errors now I have
Copy code
error: resource cert-manager-i60qcf08/letsencrypt-issuer was not successfully created by the Kubernetes API server : Internal error occurred: failed calling webhook "<http://webhook.cert-manager.io|webhook.cert-manager.io>": Post <https://cert-manager-webhook.cert-manager-i60qcf08.svc:443/mutate?timeout=30s>: no endpoints available for service "cert-manager-webhook"
and
Copy code
pulumi:pulumi:Stack (gitpod-self-hosted-gitpod):
    I0710 23:51:39.637357    6240 request.go:621] Throttling request took 1.05930876s, request: GET:<https://22100DB8E8F28D34AD5A1EEF039402FE.gr7.us-east-2.eks.amazonaws.com/apis/rbac.authorization.k8s.io/v1/clusterroles/cert-manager-edit>
    I0710 23:51:49.638502    6240 request.go:621] Throttling request took 4.329603855s, request: GET:<https://22100DB8E8F28D34AD5A1EEF039402FE.gr7.us-east-2.eks.amazonaws.com/api/v1/namespaces/cert-manager-i60qcf08/serviceaccounts/cert-manager>
 
    error: update failed
Any ideas?
Same code base
When running
pulumi up
a second time it works
@gorgeous-egg-16927 if i is a permissions error how would I fix it?