*What* The mobile UI should only show up in the console if it is enabled. We need to decide on a mechanism for enabling the UI.
*Options*
Java Console as an example (possible config flag in the master config, check for mobile Custom Resource Definitions ( CRD) ) console config logic https://github.com/openshift/origin/blob/24f4fafbeddbf654af680b2b69ce7e6f075439b4/pkg/oc/bootstrap/docker/openshift/webconsole.go#L26
Be good to explore adding a value to the file specified there Also would be good to explore using the presence of the mobile CRD resource as a flag |
|