Hello, dears. I spend hours to find a solution to ...
# general
r
Hello, dears. I spend hours to find a solution to my problem. I have a difficult pipeline. Pulumi installs a pod. The pod generates a YAML. Then metacontroller (a tool that makes kubectl apply -f …) applies this YAML. As result, after a couple of minutes, I have a lot of new k8s services (svc) that Pulumi doesn’t know. How after that I can fetch all kubernetes services (kubectl get svc). I expect something like
let services = pulumi.k8s.services.get()
😪
b
this is expected behaviour. if something out of band from Pulumi creates resources, you’ll need to get them into the state