Hello. I created a pulumi script to provision a ku...
# getting-started
d
Hello. I created a pulumi script to provision a kubeadm cluster on hetzner cloud (using cloud-init). Now i would like to have a separate script to add a new node to the cluster so that whenever i want to add a node i can run a script that spins up a node and uses information from the existing pulumi stack to join the node. is that possible ? will running a completely different script on the same stack destroy the existing stuff ?