Replies: 1 comment 4 replies
-
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all
I followed the bootstrap process, and it worked to some extent. And i have a few questions:
✗ cluster already bootstrapped to ./clusters/staging path
. What does this mean? Is that mean a Kubernetes Cluster can only be managed by one fluxcd, or a git repo with flux-system's CRDs.flux export
to turn those into manefiest files and add them to git repo.flux create source git
to add another git repo which has some HelmRelease CRDs. But it seemed fluxcd won't create HR again those ymls. Do i have to define a kustomization to make this work?failed to download artifact from http://source-controller.flux-system.svc.cluster.local./gitrepository/flux-system/secondrepo/4076bd6362b4a0b56d4b809acfc23b29984923c2.tar.gz, error: Get "http://source-controller.flux-system.svc.cluster.local./gitrepository/flux-system/secondrepo/4076bd6362b4a0b56d4b809acfc23b29984923c2.tar.gz": dial tcp 10.99.134.233:80: connect: connection refused
Beta Was this translation helpful? Give feedback.
All reactions