Re: Modify webconsole configmap

2018-08-14 Thread Ahmed Ossama
Thanks Sam and David. On 08/14/2018 02:44 PM, Sam Padgett wrote: On Mon, Aug 13, 2018 at 10:21 AM Ahmed Ossama > wrote: The documentation https://docs.okd.io/3.10/install_config/web_console_customization.html#loading-custom-scripts-and-stylesheets needs

Re: Modify webconsole configmap

2018-08-14 Thread Sam Padgett
On Mon, Aug 13, 2018 at 10:21 AM Ahmed Ossama wrote: > The documentation > https://docs.okd.io/3.10/install_config/web_console_customization.html#loading-custom-scripts-and-stylesheets > needs to be updated to reflect this change. > Hi, Ahmed. The customization doc assumes you are using an

Re: Modify webconsole configmap

2018-08-14 Thread David Eads
It's a practice resource for `oc cluster up`. Given the target of `oc cluster up`, I don't think we need to update the documentation for it. I can't speak for how the webconsole likes to configure itself. I'd ask Sam. On Mon, Aug 13, 2018 at 3:08 PM Ahmed Ossama wrote: > Thanks David. It

Re: Modify webconsole configmap

2018-08-13 Thread Ahmed Ossama
Thanks David. It worked! So is openshiftwebconsoleconfigs.webconsole.operator.openshift.io a resource defined specifically using Operator? The documentation https://docs.okd.io/3.10/install_config/web_console_customization.html#loading-custom-scripts-and-stylesheets needs to be updated to

Re: Modify webconsole configmap

2018-08-13 Thread David Eads
Feature! :) Because it is operator managed, you need to edit the config leading to the operator. Try `oc edit openshiftwebconsoleconfigs.webconsole.operator.openshift.io` and update the spec.config to what you need. On Sat, Aug 11, 2018 at 3:54 AM Ahmed Ossama wrote: > Hi Everyone, > > I am

Re: Modify webconsole configmap

2018-08-11 Thread Ahmed Ossama
Update: I installed the service-catalog, then the template-service-broker. This caused the services to be exposed using the clusterserviceclasses in the service-catalog. I edited the apiserver-config cm in openshift-template-service-broker adding an additional project/namespace for

Modify webconsole configmap

2018-08-11 Thread Ahmed Ossama
Hi Everyone, I am running `oc cluster up` as an all-in-one OpenShift c3.10 cluster for dev purposes on the webconsole. Everytime I edit the configmap/webconsole-config in openshift-web-console, it gets overridden by the default configmap. I traced down the issue to the fact that the