dazzling-sundown-39670
05/30/2020, 5:22 PMpulumi up
this one is stuck here:
- └─ kubernetes:<http://apiextensions.k8s.io:CustomResourceDefinition|apiextensions.k8s.io:CustomResourceDefinition> <http://challenges.acme.cert-manager.io|challenges.acme.cert-manager.io> deleting completing deletion from previous update
If I export the stack I can't see any pending_operations
and if I try to manually run helm uninstall cert-manager
I can see that it's not even installed. I've also tried running pulumi refresh
and just pulumi stack export | pulumi stack import
but it doesn't help**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