Hi,
I've recently played with certmanager and mess up my environment a little bit (my namespaces refused to be deleted so I had to force the deletion). But, since then, I couldn't launch kapp anymore:
kapp deploy -n hello -a app-hello -f ./sandbox/config.app.yml
Error: unable to retrieve the complete list of server APIs: admission.certmanager.k8s.io/v1beta1: the server is currently unable to handle the request
Delete the orphaned apiservices did the trick: kubectl delete apiservices v1beta1.admission.certmanager.k8s.io
Could kapp be more resilient here and start even in case of errors in server APIs?
Thanks
--nick
Hi,
I've recently played with certmanager and mess up my environment a little bit (my namespaces refused to be deleted so I had to force the deletion). But, since then, I couldn't launch kapp anymore:
Delete the orphaned apiservices did the trick:
kubectl delete apiservices v1beta1.admission.certmanager.k8s.ioCould kapp be more resilient here and start even in case of errors in server APIs?
Thanks
--nick