mirror of
https://github.com/redhat-developer/odo.git
synced 2025-10-19 03:06:19 +03:00
* Let the OS assign a random ephemeral port if `--random-ports` is specified when running `odo dev` or `odo api-server` This should hopefully fix the potential port conflict flaky issue we are seeing, especially on Windows. * Do not allow setting `--random-ports` and a specific port value This applies to: - `odo dev --random-ports --api-server --api-server-port=<port>` - `odo api-server --random-ports --port=<port>`