Hi, I am trying to create a Kubernetes cluster on...
# typescript
m
Hi, I am trying to create a Kubernetes cluster on top of Hetzner Cloud
@pulumi/hcloud
using Typescript and k0sproject. To set up the cluster I need to generate a yaml file containing data from a list of created servers (primaryly the internal IP address of each server) and I am struggling to incorporate the outputs. Does anybody have a pointer on how to locally generate a file using data from outputs?