Resolve SSH proxy routing hang in prod by fixing dual IP assignment on same network.
Closes #181 (closed)
Defining a network can be optional when a port is already defined when deploying a VM.
This commit adds flexibility where you can either use --port or --network options to define a network during the deployment.
Alternatively, you can define both but the port cannot be from the same network you used in the --network option. Otherwise, you will have two ips from the same network which will cause network reachability issues.
Merge request reports
Activity
Filter activity
changed milestone to %A/B testing
added Sprint 25-02 label
requested review from @jpr
assigned to @atlurie
added 1 commit
- f9aa369a - feat: Use conditional to make --network optional
- Resolved by Bo-Chun Chen
- Resolved by Bo-Chun Chen
- Resolved by Bo-Chun Chen
added 30 commits
-
5ecc0ec5...cd35517c - 29 commits from branch
rc:feat-hpc-factory
- c2f2e666 - feat: Use conditional to make --network optional
-
5ecc0ec5...cd35517c - 29 commits from branch
- Resolved by Bo-Chun Chen
- Resolved by Eesaan Atluri
- Resolved by Bo-Chun Chen
added 1 commit
- 09717c19 - feat: Use conditional to make --network optional
Please register or sign in to reply