-
Notifications
You must be signed in to change notification settings - Fork 105
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
Raz/mgmt 1668 #87
Raz/mgmt 1668 #87
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: RazRegev The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
6613ec9
to
bc0c19b
Compare
Instead of using hard coded ports (to allow multiple environments on the same host) search automatically for available ports to use for the assisted-service and ui. - the hard coded ports became 'start ports', it will start searching for a free port starting from these values. - if the namespace is already up, reuse the same ports. - if a port is spawned for another service but it is currently down for some reason, take that port. - kill_port_forwarding will delete all ports from all namespaces
list_namespaced_forwarded_ports lists all forwarded ports and services under a given namespace. list_all_forwarded_ports lists all ports of all services from all namespaces.
bc0c19b
to
100c83e
Compare
@RazRegev: PR needs rebase. 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/test-infra repository. |
No description provided.