You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I am trying to setup flux on 3 rpi microk8s cluster. I didn't get far and got stuck on the bootstrap step. Did some googling and i thought i found my solution here, it seems the same kind of issue, but the solution there didn't solve it.
I'm trying to set it up with ssh, but i got desperate and tried the github token as well and got the same outcome. Doing a git clone works.
when i tried the flux bootstrap github ... i've deleted the flux-system before trying the new flow.
flux bootstrap git --cluster-domain cluster.local --url=ssh://[email protected]/alex529/hive --branch=master --private-key-file=/home/xyz/.ssh/id_rsa --path=gitOps
► cloning branch "master" from Git repository "ssh://[email protected]/alex529/hive"
✔ cloned repository
► generating component manifests
✔ generated component manifests
✔ component manifests are up to date
► installing components in "flux-system" namespace
✔ installed components
✔ reconciled components
► determining if source secret "flux-system/flux-system" exists
► generating source secret
✔ public key: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQC7PEYgAepbXr2KFND1OId6eQuEURIS0LQ6KWMAshJVtuWq4+lRRYvxgvrFYvvCa8rv2/keGpO9XyoArjMw6VhCri6cSRhzhAIDz8ycWrBp/32fjzNs4MarwvixaIcFeFn9BFCMs84WY2RfF9oqTlyjkPVk26EGEN77gqDLItDR/smmg45EeNsRSKddRigL0OnmsjmW4cUrkRjh4KWoLQJP9qrn7+LtIa8QxvkU6/KWo3SZx7wesKJasJnRmRnMdu6Cujh8DsMuxZrxl0qsaQclUGSTFwLdh4pFGX+v62Y5+gLur+DyhFfhxDpM3yvQNDgUJhKyZYn96F0JBvhkifn9TyxGUjjxN0L+t5p6MBbV2Y0lhWQwX+OjEY7HgLaHgtHyTELz5lWQLMvWnApI0RQvnoePQQjdRLwnck6b2J1P6fRYuE9KqoRCnW+eJVU2MlXHvMKdsshFfqSW1HQdVVeC9VOd/DthuaRnl+rsK4SyruaCDDwFljc8S5qXPUA6UqAM6jETXGTbBfMuHqeFjpxLEGRnXEQUFdSUWdpcLqEJ3O/Exg0sYCCsjyUc4RpFsnQpJdUikPXQLTHitRtJe3UCvDo1IoJD9/YE1a3FcXORxK9sgiRtOJNjL+NcJMjwM7Bo1DEx0KJ2+b10i4x8jE2a5qetF8IVVj/31xUxoCn7yw==
? Please give the key access to your repository? [y/N] y█
► applying source secret "flux-system/flux-system"
✔ reconciled source secret
► generating sync manifests
✔ generated sync manifests
✔ sync manifests are up to date
► applying sync manifests
✔ reconciled sync configuration
◎ waiting for GitRepository "flux-system/flux-system" to be reconciled
✗ gitrepository 'flux-system/flux-system' not ready: 'failed to checkout and determine revision: unable to clone 'ssh://[email protected]/alex529/hive': dial tcp: lookup github.com on 10.152.183.10:53: read udp 10.1.82.198:47975->10.152.183.10:53: i/o timeout'
◎ waiting for Kustomization "flux-system/flux-system" to be reconciled
✗ client rate limiter Wait returned an error: context deadline exceeded
► confirming components are healthy
✔ helm-controller: deployment ready
✔ kustomize-controller: deployment ready
✔ notification-controller: deployment ready
✔ source-controller: deployment ready
✔ all components are healthy
✗ bootstrap failed with 2 health check failure(s): [error while waiting for GitRepository to be ready: 'gitrepository 'flux-system/flux-system' not ready: 'failed to checkout and determine revision: unable to clone 'ssh://[email protected]/alex529/hive': dial tcp: lookup github.com on 10.152.183.10:53: read udp 10.1.82.198:47975->10.152.183.
initially i tried without the --cluster-domain cluster.local parameter, afterwards i add it as it was mentioned the the other issue, the outcome stayed the same
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
I am trying to setup flux on 3 rpi microk8s cluster. I didn't get far and got stuck on the bootstrap step. Did some googling and i thought i found my solution here, it seems the same kind of issue, but the solution there didn't solve it.
I'm trying to set it up with ssh, but i got desperate and tried the github token as well and got the same outcome. Doing a git clone works.
when i tried the
flux bootstrap github ...
i've deleted theflux-system
before trying the new flow.initially i tried without the
--cluster-domain cluster.local
parameter, afterwards i add it as it was mentioned the the other issue, the outcome stayed the samethe weird thing is that i can see 3 commits by flux on the repository

i can see that flux created the necessary scaffolding and everything is running(but nothing works :|)
checking the logs for the source controller i can see a lot for logs like this
any idea what can this be?
Beta Was this translation helpful? Give feedback.
All reactions