Replies: 2 comments 1 reply
-
|
Hello , I have migrated a whole repo without doing the kustomization by kustomization method , by doing these steps:
I hope it will help you with your issue ! |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Thanks for the feedback @zakariamanssouri . I updated my original post to indicate the flux installation is version 2.4.0. I think this fact may complicate things, as if I re-bootstrap it, I think it will try and upgrade to the latest and we will have issues with old API versions. |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I inherited a flux
2.4.0installation that had, say, 30 kustomizations deployed. When it was bootstrapped, a GitRepository calledflux-systemwas created, as well as a Kustomization calledflux-system. All of the Kustomizations we created referenced the GitRepository namedflux-system.We needed to move off of the original GitHub repo, so we added a 2nd GitRepository and corresponding Kustomization, both called
fluxcdand began slowly moving them. In each one, we updatedspec.sourceRef.nameandspec.pathto reference the new GitRepository.The
flux-systemGitRepository that we bootstrapped flux against now only has one Kustomization, which is the originalflux-systemKustomization from the bootstrap process.How can we safely migrate that to the new
fluxcdGitRepository and get off of originalflux-systemGitRepository altogether?Beta Was this translation helpful? Give feedback.
All reactions