Re: Problems seeing cluster metrics

2016-02-21 Thread Jessica Forrester
Can you check the contents of the config.js that is getting loaded in the browser, make sure metricsPublicURL is in there and set correctly, that's what the console is triggering off of to know to show the tab. On Feb 20, 2016 10:30 PM, "Robert Wehner" wrote: > Good to know it is probably not my

Re: Imported image-stream in list of builder images

2016-03-09 Thread Jessica Forrester
Lorenz unless you've tagged the ISTag as a "builder" it doesn't show up in the list. If you click on "don't see the image you are looking for" then yes it expands and shows all available images. Is that what you are saying you don't like? What behavior are you trying to achieve, do you just want

Re: Known-good iconClass listing?

2016-08-11 Thread Jessica Forrester
If you don't set your own, it will fallback to the generic template icon. In the new navigation the "application" icon is "fa fa-cubes" You can use anything in fontawesome http://fontawesome.io/icons/ Anything in patternfly https://www.patternfly.org/styles/icons/#_ Or anything you see here: https

Re: Known-good iconClass listing?

2016-08-12 Thread Jessica Forrester
Thanks Slava! We can move any discussion about doc'ing this better to the issue. On Fri, Aug 12, 2016 at 7:57 AM, Slava Semushin wrote: > Hi, > > > for the first question I created an issue some time ago: > https://github.com/openshift/openshift-docs/issues/1329 > > > -- > Slava Semushin | OpenS

Re: no items in "browse catalog" page

2016-08-15 Thread Jessica Forrester
So if you are just running a local dev cluster to try things out, I recommend using 'oc cluster up' instead, it will set up a lot for you, including all the example image streams and templates. If you want to add them in an existing cluster see step 10 here https://github.com/openshift/origin/blob

Re: Unable to access metrics tab

2016-08-18 Thread Jessica Forrester
Do you have multiple masters? If so did you update the master config on all of them? Do you have any sort of proxy in front doing caching? There is a dynamic config.js file that should never get cached. On Aug 18, 2016 12:27 PM, "Guilherme Macedo" wrote: > Hi > > I enabled cluster metrics accord

Re: Spurious warning when updating route without spec.host

2016-08-31 Thread Jessica Forrester
Can you check the About page in the console (under the ? menu), or run `oc version` to get the openshift master version On Wed, Aug 31, 2016 at 8:36 AM, Pieter Nagel wrote: > > On Wed, Aug 31, 2016 at 2:30 PM, Jordan Liggitt > wrote: > >> What version are you using? A similar bug (https://githu

Re: Metric are visible in tab but not on the left side

2016-10-24 Thread Jessica Forrester
Do you see any errors in your network tab with it trying to make requests to hawkular? If it's working in the tab it should work on the overview, unless you have set the flag to disable overview metrics through an extension: window.OPENSHIFT_CONSTANTS.DISABLE_OVERVIEW_METRICS = true On Sun, Oct

Re: Networking tab

2016-11-09 Thread Jessica Forrester
Networking is just a sub-section header under the Applications menu, Networking contains the Routes and Services menu items. On Wed, Nov 9, 2016 at 8:44 AM, Robson Ramos Barreto < robson.rbarr...@gmail.com> wrote: > Hello Guys, > > I have finished the upgrade from 3.2 to 3.3 successful and I don'

Re: Networking tab

2016-11-09 Thread Jessica Forrester
you > > > On Wed, Nov 9, 2016 at 11:56 AM, Jessica Forrester > wrote: > >> Networking is just a sub-section header under the Applications menu, >> Networking contains the Routes and Services menu items. >> >> On Wed, Nov 9, 2016 at 8:44 AM, Robson Ramos B

Re: Openshift console redirect

2016-11-10 Thread Jessica Forrester
Nothing that is part of the master configuration, there is an RFE here https://trello.com/c/qxRMizmK If you are running with HAProxy in front of your masters you can configure that to do the redirect http://stackoverflow.com/questions/13227544/haproxy-redirecting-http-to-https-ssl On Thu, Nov 10,

Re: Link to other files in yaml configuration

2017-01-09 Thread Jessica Forrester
Any reason you can't do this using a Template with the certs as parameters? On Mon, Jan 9, 2017 at 2:55 PM, Jordan Liggitt wrote: > Not in API object definitions, no. > > On Mon, Jan 9, 2017 at 2:52 PM, Philippe Lafoucrière < > philippe.lafoucri...@tech-angels.com> wrote: > >> Hi, >> >> Does any

Re: Template with Secret and Parameter

2017-01-30 Thread Jessica Forrester
CC'ing correct user list address On Mon, Jan 30, 2017 at 9:47 AM, Jessica Forrester wrote: > > > On Mon, Jan 30, 2017 at 9:11 AM, Aleksandar Lazic > wrote: > >> Hi. >> >> On Mon, 30 Jan 2017 10:04:35 +0100 Lionel Orellana < >> lione...@gmail

Re: instant app templates no longer visible on web console

2017-02-15 Thread Jessica Forrester
Did you check underneath "Uncategorized" ? We no longer treat instant apps as a special category, all the categorization changed in 3.4. If you liked having a concept of instant apps as a category you are able to customize the categories https://docs.openshift.org/latest/install_config/web_consol

Re: cannot see Logs or use Terminal in latest

2017-02-22 Thread Jessica Forrester
Can you open the network tab in the dev tools of your browser and look for the websocket connections. I recommend using Chrome since it does a better job of displaying websocket information. Any time both logs and terminal are not working, its usually a symptom of websockets failing to open. On

Re: cannot see Logs or use Terminal in latest

2017-02-22 Thread Jessica Forrester
With a 500 I would expect to see something in the logs for the master. Anything there? On Wed, Feb 22, 2017 at 2:02 PM, John Mazzitelli wrote: > Same thing for both Logs and Terminal - getting a error code of 500 when > the websocket tries to connect. > > I have no idea why - this used to always

Re: Projects created with CLI or not visiable in UI console

2017-06-08 Thread Jessica Forrester
If you are using the same user this can't happen. Is there a chance you were running as the system admin when you were using the CLI? On Thu, Jun 8, 2017 at 12:28 PM, Marcin Zajączkowski wrote: > Hi, > > Projects created with CLI are not visible in the UI console. Is it > possible to add them t

Re: Projects created with CLI or not visiable in UI console

2017-06-08 Thread Jessica Forrester
7 at 1:07 PM, Marcin Zajączkowski wrote: > Dnia Czwartek, 8 Czerwca 2017 19:04 Jessica Forrester > napisał(a) > > If you are using the same user this can't happen. Is there a chance you > were running as the system admin when you were using the CLI? > > > Yes system:admin

Re: 2 questions

2017-06-15 Thread Jessica Forrester
For routes, this is not a limitation of the GUI, it is an intentional limitation of the platform. You can't change your hostname because the router needs a way to decide which route wins when multiple routes ask for the same hostname. Right now this is done based on age of the route (oldest wins)

Re: split long log records

2017-06-19 Thread Jessica Forrester
Are you asking about logs in the web console, the `oc logs` command, or in Kibana? On Mon, Jun 19, 2017 at 8:29 AM, Andre Esser wrote: > Hi, > > In Origin 1.4.1 all log records longer than 2048 characters are split over > two lines (longer than 4096 characters over three lines and so on). > > Is

Re: Error creating: pods "mysql-79-" is forbidden: failed quota: resource-quota: must specify limits.cpu, limits.memory, requests.cpu, requests.memory

2017-06-29 Thread Jessica Forrester
It means the pod template in your DC doesn't set requests and limits for the pods. If you are going to have a resourcequota restricting cpu and memory then you either have to explicitly set requests/limits on all of your pod templates OR you need to create a limit range that will provide defaults.

Re: Error creating: pods "mysql-79-" is forbidden: failed quota: resource-quota: must specify limits.cpu, limits.memory, requests.cpu, requests.memory

2017-06-29 Thread Jessica Forrester
On Thu, Jun 29, 2017 at 11:21 AM, Stéphane Klein < cont...@stephane-klein.info> wrote: > > > 2017-06-29 16:33 GMT+02:00 Jessica Forrester : > >> It means the pod template in your DC doesn't set requests and limits for >> the pods. If you are going to have

Re: Deploy latest from web UI

2017-11-02 Thread Jessica Forrester
Yep there was a bug that was fixed during the 3.6 timeframe. On Nov 2, 2017 7:58 AM, "Daniel Kučera" wrote: > Ok, it works right in 3.6 so I guess it's a bug. > > OpenShift Master:v3.6.0+c4dd4cf > Kubernetes Master:v1.6.1+5115d708d7 > > 2017-11-02 12:27 GMT+01:00 Daniel Kučera : > > Hi, > > > >

Re: Where could I find api for service catalog?

2017-11-14 Thread Jessica Forrester
https://github.com/kubernetes-incubator/service-catalog/blob/master/docs/v1/api.md Its aggregated through the master so the hostname is the same as the master api. On Tue, Nov 14, 2017 at 4:46 AM, Yu Wei wrote: > Hi, > > I setup openshift origin cluster with service-catalog enabled. > > Where c

Re: openshift console not responding

2017-12-02 Thread Jessica Forrester
Are you seeing any 404s or other network error loading JS files? That looks to me like the vendor.js file didn't load. On Dec 2, 2017 5:24 AM, "Tim Dudgeon" wrote: > Actually it looks like its a browser related issue happening with Chrome > on Fedora. With Firefox on Fedora and Chrome on MacOS i

Re: Deleteing from WebUI is not working - 3.7.2

2018-04-30 Thread Jessica Forrester
The console deletes objects with foreground propagation policy for garbage collection. After you delete something I would check that the resource has a deletionTimestamp set on it and then check if there is a section called finalizers. If there are any finalizers those would be blocking the resourc

Re: Deleteing from WebUI is not working - 3.7.2

2018-05-02 Thread Jessica Forrester
>> I can start the pod with timezone settings mounted, but question is which >> process and how to debug it is putting timestamps into objects ?? >> Thx in advance:). >> >> 2018-04-30 13:13 GMT+02:00 Jessica Forrester : >> >>> The console deletes objects with foreg

Re: Reducing toil in resource quota bumping

2018-08-30 Thread Jessica Forrester
On Thu, Aug 30, 2018 at 8:18 AM Andrew Feller wrote: > Has anyone found an effective way to minimize toil between developers and > system administrators regarding project resource quotas *without > resorting to letting people do whatever they want unrestrained*? > > There are only 2 ideas I can s

Re: [React.js] Route returns 404 on page refresh

2019-05-13 Thread Jessica Forrester
Your backend file server that is actually serving up your JS files needs to understand what paths are considered your "frontend" and always serve your index.html when it gets requests against any of those paths. This is what the OpenShift console itself does. In the 3.x openshift console it was in