Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flux Pods not working for Liquid Metal / capmvm Leaf cluster - wrong IPs #134

Open
LutzLange opened this issue Feb 20, 2022 · 0 comments
Open
Labels
kind/bug Something isn't working

Comments

@LutzLange
Copy link

What happened:
[A clear and concise description of what the bug is.]
The cilium deployment did not restart my flux pods. Thus they can't reach coredns and my profiles will not deploy correctly. Restarting the flux pods solves the issue.

This is the situation after my initial deployment :
Screenshot from 2022-02-20 16-12-32

I'm restarting the flux pods :
kubectl --kubeconfig=/home/lutz/Downloads/lutzmvm16.kubeconfig get pods -A -o wide | grep 88 | awk '{ print $2 }' | while read POD; do kubectl --kubeconfig=/home/lutz/Downloads/lutzmvm16.kubeconfig delete pod $POD -n wego-system; done

This will replace the 10.88 addresses and bring flux back into a working stage.
Screenshot from 2022-02-20 16-19-03

And a little while later, my prometheus profile is deployed as well :
Screenshot from 2022-02-20 16-20-35

What did you expect to happen:
I need leaf cluster bootstrapping to work and flux to come up in working condition.

I think that I'm facing a timing issue here. The flux bootstrapping as applied before cilium comes up successfully. How could we make the bootstrapping depend on successful CNI deployement?

How to reproduce it:
Contact me. I can and will give you access to my demo environment.
https://demo.weavegitops.com/

I'm using a management cluster on EKS. And Liquid metal with Equinix Metal service.

This is my management repository : https://github.com/weavegitops/demo-repo
I can invite you to the weavegitops org, please ping me on Slack.

Environment:

  • capmvm version: 0.3.0
  • WGE: 0.18 aka 0.0.17-56-gffbf05f
@LutzLange LutzLange added the kind/bug Something isn't working label Feb 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
Status: Backlog
Development

No branches or pull requests

1 participant