OCI sync from inside the cluster #4873
-
Hi, I am trying to bootstrap flux in EKS cluster using terraform, everything works fine as I have network connection from my local machine to the gitlab server. The problem is syncing the repo from inside the cluster, it fails as theres not connection from inside the cluster to my gitlab server. is there any clean workaround to change the sync configuration to use OCI without the need to wait for this RFC #4749 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
The Flux Operator has this capability to sync the cluster from OCI, see https://fluxcd.control-plane.io/operator/flux-sync/#sync-from-a-container-registry |
Beta Was this translation helpful? Give feedback.
Bootstrap does not support OCI sources, so you either use the Flux Operator, write your own bootstrapping tool or wait for the RFC to be implemented.