Hi, How would you go about adding flux into the cl...
# kubernetes
b
Hi, How would you go about adding flux into the cluster? It requires a cli to be run as indicated here.
b
My understanding is that you run the CLI on your local machine if you want to use that to configure flux on your cluster
So you don't actually run the CLI on your k8s cluster
b
yes but I need that to be automated, itโ€™s part of the IaC
m
@quiet-wolf-18467 did a live session where he set this up

https://www.youtube.com/watch?v=s9zjayZ1oxAโ–พ

๐Ÿ™ 1
๐Ÿ™Œ 1
b
Well actually the script is ran on a bare metal from Pulumi. I guess I will just use pulumi to create my cluster and run a command line to install flux inside the cluster from my ci machine