Has anyone faced an issue where the Helm chart for...
# kubernetes
r
Has anyone faced an issue where the Helm chart for cert-manager doesn’t deploy the Deployment objects on the first try? (Using AKS, Python, latest pulumi & pulumi-kubernetes) - Or more broadly the case where a Helm chart is not deployed in it’s entirety?
Copy code
+   │        ├─ kubernetes:<http://helm.sh/v3:Chart|helm.sh/v3:Chart>                                                   iaaksuksouthmm13005-cert-manager                                                     created                 
 +   │        │  ├─ kubernetes:core/v1:ServiceAccount                                          nginx-ingress/iaaksuksouthmm13005-cert-manager-cainjector                            created                 
 +   │        │  ├─ kubernetes:core/v1:ServiceAccount                                          nginx-ingress/iaaksuksouthmm13005-cert-manager                                       created                 
 +   │        │  ├─ kubernetes:core/v1:Service                                                 nginx-ingress/iaaksuksouthmm13005-cert-manager                                       **creating failed**     1 error
 +   │        │  ├─ kubernetes:core/v1:ServiceAccount                                          nginx-ingress/iaaksuksouthmm13005-cert-manager-webhook                               created                 
 +   │        │  ├─ kubernetes:core/v1:Service                                                 nginx-ingress/iaaksuksouthmm13005-cert-manager-webhook                               **creating failed**     1 error
 +   │        │  ├─ kubernetes:<http://admissionregistration.k8s.io/v1:MutatingWebhookConfiguration|admissionregistration.k8s.io/v1:MutatingWebhookConfiguration>    iaaksuksouthmm13005-cert-manager-webhook                                             created                 
 +   │        │  ├─ kubernetes:<http://admissionregistration.k8s.io/v1:ValidatingWebhookConfiguration|admissionregistration.k8s.io/v1:ValidatingWebhookConfiguration>  iaaksuksouthmm13005-cert-manager-webhook                                             created                 
 +   │        │  ├─ kubernetes:<http://rbac.authorization.k8s.io/v1:ClusterRole|rbac.authorization.k8s.io/v1:ClusterRole>                        iaaksuksouthmm13005-cert-manager-cainjector                                          created                 
 +   │        │  ├─ kubernetes:<http://rbac.authorization.k8s.io/v1:ClusterRole|rbac.authorization.k8s.io/v1:ClusterRole>                        iaaksuksouthmm13005-cert-manager-controller-issuers                                  created                 
 +   │        │  ├─ kubernetes:<http://rbac.authorization.k8s.io/v1:ClusterRole|rbac.authorization.k8s.io/v1:ClusterRole>                        iaaksuksouthmm13005-cert-manager-controller-clusterissuers                           created                 
 +   │        │  ├─ kubernetes:<http://rbac.authorization.k8s.io/v1:ClusterRole|rbac.authorization.k8s.io/v1:ClusterRole>                        iaaksuksouthmm13005-cert-manager-controller-certificates                             created                 
 +   │        │  ├─ kubernetes:<http://rbac.authorization.k8s.io/v1:ClusterRole|rbac.authorization.k8s.io/v1:ClusterRole>                        iaaksuksouthmm13005-cert-manager-controller-orders                                   created                 
 +   │        │  ├─ kubernetes:<http://rbac.authorization.k8s.io/v1:ClusterRole|rbac.authorization.k8s.io/v1:ClusterRole>                        iaaksuksouthmm13005-cert-manager-controller-challenges                               created                 
 +   │        │  ├─ kubernetes:<http://rbac.authorization.k8s.io/v1:ClusterRole|rbac.authorization.k8s.io/v1:ClusterRole>                        iaaksuksouthmm13005-cert-manager-controller-ingress-shim                             created                 
 +   │        │  ├─ kubernetes:<http://rbac.authorization.k8s.io/v1:ClusterRole|rbac.authorization.k8s.io/v1:ClusterRole>                        iaaksuksouthmm13005-cert-manager-view                                                created                 
 +   │        │  ├─ kubernetes:<http://rbac.authorization.k8s.io/v1:ClusterRole|rbac.authorization.k8s.io/v1:ClusterRole>                        iaaksuksouthmm13005-cert-manager-edit                                                created                 
 +   │        │  ├─ kubernetes:<http://rbac.authorization.k8s.io/v1:ClusterRole|rbac.authorization.k8s.io/v1:ClusterRole>                        iaaksuksouthmm13005-cert-manager-controller-approve:cert-manager-io                  created                 
 +   │        │  └─ kubernetes:<http://rbac.authorization.k8s.io/v1:ClusterRole|rbac.authorization.k8s.io/v1:ClusterRole>                        iaaksuksouthmm13005-cert-manager-webhook:subjectaccessreviews                        created
Those services fail to deploy because it hasn’t deployed the deployments. If I re-run, it will then attempt to do the deployments