Replies: 2 comments 12 replies
-
If the clusters run the same apps then Yes you can reuse the path, but it should be To set different values per cluster, let's say ingress domains, you can use Flux variable substitutions, even if in Git all are using the same manifests. |
Beta Was this translation helpful? Give feedback.
9 replies
-
If you are deploying Flux on hundreds of clusters you may want to consider Flux Operator which will make Flux installation and upgrades easier at this scale. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
We have more than 200 clusters, and I wonder if Flux bootstrap supports bootstrapping multiple clusters into a single shared folder
flux-system
For example, running the same command on multiple clusters:
flux bootstrap git --url=ssh://[email protected]/repository.git --path=clusters/flux-system
Beta Was this translation helpful? Give feedback.
All reactions