kubevirt / web-ui

OpenShift Cluster Console UI
https://www.openshift.org
Apache License 2.0
26 stars 11 forks source link

[okd-core] Default SERVER_FLAGS.registry #344

Closed mareklibra closed 5 years ago

mareklibra commented 5 years ago

As kubevirt-web-ui handles deployment of the V2V as a temporary workaround for missing other more suitable "setup component" to do that, the code needs to be know where/what container images for V2V use.

Future work: either move the deployment logic out of web-ui or configure registry via ConfigMap and bridge process.

The later option is alligned with changes in this commit.

mareklibra commented 5 years ago

Requires: https://github.com/kubevirt/web-ui-components/pull/421