rapid-soccer-18092
09/01/2021, 6:29 AMcert-manager
Helm chart and setting up a LetsEncrypt cluster issuer using Pulumi in our Azure Kubernetes cluster. We are using Kubernetes version 1.21.2 and cert-manager. 1.5.3. When running pulumi up
I get the following error:
kubernetes:<http://cert-manager.io/v1:ClusterIssuer|cert-manager.io/v1:ClusterIssuer> (cert-manager-letsencrypt):
error: creation of resource cert-manager/letsencrypt failed because the Kubernetes API server reported that the apiVersion for this resource does not exist. Verify that any required CRDs have been created: no matches for kind "ClusterIssuer" in version "<http://cert-manager.io/v1|cert-manager.io/v1>"
error: update failedaToolsCertManager cert-manager
When running pulumi up
again it succeeds and the letsencrypt ClusterIssuer is correctly created. I don't want to have to run pulumi up
consecutive times to reach a successful deployment. Can anyone see what the issue is here?bored-table-20691
09/01/2021, 6:31 AMrapid-soccer-18092
09/01/2021, 6:54 AMbored-table-20691
09/01/2021, 6:55 AMrapid-soccer-18092
09/01/2021, 8:09 AMsteep-toddler-94095
09/01/2021, 3:41 PMdependsOn: chart.resources.apply((m) => Object.values(m))
bored-table-20691
09/01/2021, 5:10 PMResources