sparse-intern-71089
05/30/2020, 5:22 PMdazzling-sundown-39670
05/30/2020, 5:22 PM**deleting failed**
for that resource saying error: '<http://challenges.acme.cert-manager.io|challenges.acme.cert-manager.io>' timed out waiting to be Ready
billowy-army-68599
kubectl api-resources
you'll see the customresource definition is probably still there. This issue is usually because you have a challenge that exists in your cluster, and so the CRD can't be deleted because it has a dependency. Try doing kubectl get <http://challenges.acme.cert-manager.io|challenges.acme.cert-manager.io> --all-namespaces
dazzling-sundown-39670
05/30/2020, 8:48 PMkc delete challenge/domains-tls-4054541511-4081547882-2945630014
Error from server: conversion webhook for <http://acme.cert-manager.io/v1alpha2|acme.cert-manager.io/v1alpha2>, Kind=Challenge failed: Post <https://cert-manager-webhook.cert-manager.svc:443/convert?timeout=30s>: service "cert-manager-webhook" not found
billowy-army-68599
dazzling-sundown-39670
05/30/2020, 9:31 PM