mirror of
https://github.com/redhat-developer/odo.git
synced 2025-10-19 03:06:19 +03:00
* Remove API Server from experimental mode, set UI Server as experimental * Adapt api-server integration tests * Disable --api-server by default in the tests They are enabled only if `options.StartAPIServer` is explicitly enabled. This is to avoid potential port conflicting issue, especially on Windows - see [1] [1] https://github.com/redhat-developer/odo/issues/6939 * Error out if `--api-server-port` is set but `--api-server` is false --------- Co-authored-by: Armel Soro <asoro@redhat.com>