-
Notifications
You must be signed in to change notification settings - Fork 32
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
Unstable get cloud metadata from "magic" IP #1541
Comments
Hello and thanks for the report, we will need some additional information (could use a gist for the asked logs to avoid loading this issue ?):
Can you confirm that you can ping the metadata server with both interfaces? ( |
journalctl: https://gist.github.com/lmq1999/6b36af7053f026988fbf59e08e3c2510
Do you see the same effect with other IPs / URLs or only the OpenStack one => Just Openstack metadata IP Yes I can confirm I can get to metadata server with both interface I think the problems somewhere in the docker openvpn i mention above
If I don't add these config
lt will add wrong gateway route and this node unable access the internet (but can get the metadata) docker vpn command: |
Description
Unstable to get metadata via
curl http://169.254.169.254/openstack
Impact
Without metadata from cloud, I can't run some service and kubernetes CSI
Environment and steps to reproduce
Setup network config for vpn interface and loopback interface
Restart networkd and try to get metadata
After restart networkd again
curl: (28) Failed to connect to 169.254.169.254 port 80 after 134778 ms: Couldn't connect to server
Expected behavior
Can get metadata like this:
Additional information
Ip route
networkctl list
bonus: I also use docker openvpn config from this issue: #1515
The text was updated successfully, but these errors were encountered: