Replies: 1 comment 1 reply
-
Yes, bootstrap executes the same code as install with the Git operations on top. Internally we have a Go package for generating the manifests, this code is shared between flux install, flux bootstrap and the Flux Terraform provider. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I struggle a little with an easy setup and managing the yamls.
So
flux boostrap
does a great job setting up everything, but it doesnt give me thegotk-components
files likeflux install --export
.Is it always safe to run
flux install --export
for the previousflux bootstrap
command?I think we should have an option for the bootstrap command will just act like
flux install --export
, so giving us the manifests.Example:
This will install flux-system and additionally export the manifests.
Beta Was this translation helpful? Give feedback.
All reactions