mirror of
https://github.com/adminsyspro/proxcenter-ui.git
synced 2026-04-25 06:25:57 +03:00
[GH-ISSUE #75] [Feature]: Ability to choose subnet for SSH when using Rolling Update #92
Labels
No labels
bug
enhancement
feature-request
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/proxcenter-ui#92
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @nothing-fr on GitHub (Mar 6, 2026).
Original GitHub issue: https://github.com/adminsyspro/proxcenter-ui/issues/75
Feature Description
I would like to be able to choose which network to use to connect to my Proxmox servers via SSH, as I have several interfaces/networks configured.
The connection test when adding the PVE cluster in Proxcenter works fine, and SSH connects via the correct interfaces. However, when the rolling update is launched, it tries to connect via SSH using the wrong network and therefore fails...
Problem / Use Case
Proposed Solution
Alternatives Considered
Category
Infrastructure Management
How important is this feature to you?
Critical for my workflow
Additional Context
No response
Contribution
@adminsyspro commented on GitHub (Mar 6, 2026):
Hi @nothing-fr,
This has been implemented and is now live! 🎉
When launching a Rolling Update, you'll now see an SSH Addresses section in the configuration step of the wizard. For each node, you can:
This should solve your issue with rolling updates trying to connect via the wrong network.
Let us know if everything works as expected on your setup!