Hi, I am having issue. I am using kubernetes resou...
# general
c
Hi, I am having issue. I am using kubernetes resources configFile, when I run pulumi up, it shows in the preview list:
Copy code
+   │  ├─ kubernetes:apps:Deployment                                              istio-system/grafana                                                             create
 +   │  ├─ kubernetes:apps:Deployment                                              istio-system/kiali                                                               create
 +   │  ├─ kubernetes:apps:Deployment                                              istio-system/istio-egressgateway                                                 create
 +   │  ├─ kubernetes:core:Secret                                                  istio-system/kiali                                                               create
 +   │  ├─ kubernetes:apps:Deployment                                              istio-system/istio-ingressgateway                                                create
 +   │  ├─ kubernetes:apps:Deployment                                              istio-system/istiod                                                              create
 +   │  ├─ kubernetes:apps:Deployment                                              istio-system/istio-egressgateway                                                 create
 +   │  ├─ kubernetes:apps:Deployment                                              istio-system/istio-ingressgateway                                                create
But when I choose yes, It dont schedule the creating of these deployments, and then the services that consume these deployments fails, because they never find these pods.