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

Auto complete load balancer port target address not working #14697

Open
roosterfish opened this issue Dec 19, 2024 · 0 comments · May be fixed by #14713
Open

Auto complete load balancer port target address not working #14697

roosterfish opened this issue Dec 19, 2024 · 0 comments · May be fixed by #14713
Assignees
Labels
Improvement Improve to current situation Jira Triggers the synchronization of a GitHub issue in Jira
Milestone

Comments

@roosterfish
Copy link
Contributor

The auto completion of a load balancers port's target address is missing:

// Completion doesn't offer to auto complete an address in the network's subnet
lxc network forward port add lxdbr0 10.87.144.10 tcp 443 <target address>

However this might be challenging as the address itself doesn't have to be assigned to any instance in this subnet (might be a floating IP).
But offering to auto complete the addresses of instances within this network should be feasible.

@tomponline tomponline added the Improvement Improve to current situation label Dec 19, 2024
@tomponline tomponline added this to the lxd-6.3 milestone Dec 19, 2024
@kadinsayani kadinsayani added the Jira Triggers the synchronization of a GitHub issue in Jira label Dec 19, 2024
kadinsayani added a commit to kadinsayani/lxd that referenced this issue Dec 20, 2024
…sses

Closes canonical#14697.

This commit adds `cmpNetworkForwardPortTargetAddresses` to provide
target address completions for `lxc network forward port add`.

Signed-off-by: Kadin Sayani <[email protected]>
@kadinsayani kadinsayani linked a pull request Dec 20, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Improvement Improve to current situation Jira Triggers the synchronization of a GitHub issue in Jira
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants