How Can I use Flux from multiple computers? #1565
Unanswered
budimanjojo
asked this question in
General
Replies: 1 comment 10 replies
-
You run bootstrap once per cluster, from which local machine you run it has no importance. Then you would drive operations on your cluster using git from any machine. |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I have managed to install flux and everything is working until I decided to control the same cluster from my another computer. I do the same
flux bootstrap
command in my other computer and it's stuck in reconciliation in progress. Here's the log of my kustomize-controller:Also worth noting that I use 2 different github token for both system (because apparently I can't copy the token from github anymore). I can't seem to find any other useful logs though, the
flux logs --verbose
shows no error at all:I can see that in flux-system namespace there is a secret called
flux-system
and looks like there's identity, identity.pub, known_hosts fields. Maybe I should add my other system ssh keys there? Thanks before.Beta Was this translation helpful? Give feedback.
All reactions