-
Notifications
You must be signed in to change notification settings - Fork 243
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use custom address for port forwarding (#6766)
* Custom address for port forwarding Signed-off-by: Parthvi Vala <[email protected]> * Add integration tests Signed-off-by: Parthvi Vala <[email protected]> * Use private variables for custom address and ports Signed-off-by: Parthvi Vala <[email protected]> * Update pkg/util/util.go Co-authored-by: Armel Soro <[email protected]> * Assign custom address to HostIP for podman Signed-off-by: Parthvi Vala <[email protected]> * Add validation for free port when --port-forward is provided in the Validate() method, add integration test for running parallel dev sessions on same platform, same port and different addresses Signed-off-by: Parthvi Vala <[email protected]> * Fix unit test failure Signed-off-by: Parthvi Vala <[email protected]> * Attempt at fixing windows failure Signed-off-by: Parthvi Vala <[email protected]> * Add documentation Signed-off-by: Parthvi Vala <[email protected]> * Use default value for --address flag Signed-off-by: Parthvi Vala <[email protected]> * Changes from review Co-authored-by: Armel Soro <[email protected]> Signed-off-by: Parthvi Vala <[email protected]> --------- Signed-off-by: Parthvi Vala <[email protected]> Co-authored-by: Armel Soro <[email protected]> Co-authored-by: Armel Soro <[email protected]>
- Loading branch information
1 parent
191ee6f
commit 010e963
Showing
23 changed files
with
898 additions
and
284 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.