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

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

Re: Deleteing from WebUI is not working - 3.7.2

2018-05-02 Thread Jessica Forrester
you thing that this might be a problem ? >> 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 Forrest

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

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

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

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 <jforr...@redhat.com>: > >> It means the pod template in your DC doesn't set requests and limits for >> the pods. If y

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

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

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

2017-06-08 Thread Jessica Forrester
, Marcin Zajączkowski <msz...@wp.pl> wrote: > Dnia Czwartek, 8 Czerwca 2017 19:04 Jessica Forrester <jforr...@redhat.com> > 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 CL

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 -

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: 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

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 <jforr...@redhat.com> wrote: > > > On Mon, Jan 30, 2017 at 9:11 AM, Aleksandar Lazic <al...@me2digital.eu> > wrote: > >> Hi. >> >> On Mon, 30 Jan 2017 10:04:35

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: >

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

Re: Networking tab

2016-11-09 Thread Jessica Forrester
you > > > On Wed, Nov 9, 2016 at 11:56 AM, Jessica Forrester <jforr...@redhat.com> > 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 a

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

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,

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

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

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

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: