-
Notifications
You must be signed in to change notification settings - Fork 87
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
[operator] gardenctl ssh not working on openstack #993
Comments
@benedikt-haug: The label(s) In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
@benedikt-haug Label area/useability does not exist. |
Hi @benedikt-haug I am not sure we can do much for this. The error is coming directly from neutron that it cannot allocate an IP. The extension cannot do much at this point, unless you suspect an issue with the request. |
Fair. I tried to look around but couldn't find the actual neutron request being used anywhere. Could you help me find it? <3 So I'd assume either an issue with the request itself or with how our infrastructure handles that this specific one. |
gardener-extension-provider-openstack/pkg/controller/bastion/actuator_reconcile.go Line 218 in eca510d
|
Thank you! I'll try to beg someone with more go knowledge to further debug this. Something which instantly intrigued me when I look at this code, is that it just assumes the first subnet to be valid. In our case its an IPv6 network: |
How to categorize this issue?
/area useability
/kind bug
What happened:
Bastion node creation fails on openstack due to not being unable to reserve a public IP via openstack's neutron:
I tested these application credentials, they are valid and allow reserving floating IP's and the pool is not empty, as the same floating_network_id was used:
What you expected to happen:
Being able to ssh to a bastion host.
How to reproduce it (as minimally and precisely as possible):
Try to use ssh on any openstack environment. I think this is a general issue.
Anything else we need to know?:
I know I'm currently opening a lot of issues. This is the least important one, feel free to de prioritize it if that helps <3
Environment:
kubectl version
): v1.31.6The text was updated successfully, but these errors were encountered: