Re: OCP4 - Logging in gives me api list on Chrome and Firefox

2019-05-02 Thread Sam Padgett
This sounds like https://bugzilla.redhat.com/show_bug.cgi?id=1686476 which was recently fixed. You should be able to wait a minute or two and refresh the page to work around the problem. On Thu, May 2, 2019 at 3:17 PM Marc Boorshtein wrote: > This is really odd. When I try to login to OCP4

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: Project created in command line does not show up in console

2018-05-31 Thread Sam Padgett
Most likely you're logged into the console as a different user. You can add the user to the project with $ oc adm policy add-role-to-user admin my-user-id -n my-project On Thu, May 31, 2018 at 11:38 AM, Brian Keyes wrote: > why when I log in to the CLI (with ec2-user) and create a project I

Re: OpenShift Origin 3.9 Console Redirection

2018-05-29 Thread Sam Padgett
Hey, Jason. You should also update the values in the web console config map. $ oc edit configmap webconsole-config -n openshift-web-console You'll want to update `consolePublicURL` and `masterPublicURL`. The container should restart on its own within a few minutes of changing the config map. Let

Re: Metrics graphs not shown in web console overview tab in 3.9?

2018-05-19 Thread Sam Padgett
Are the graphs not appearing at all on the overview, or are they there, but empty? On Fri, May 18, 2018 at 10:11 PM, Bojan wrote: > On a 3.9 cluster with metrics enabled, web console overview does not > show metrics graphs for deployment/pod. Same graphs can be seen

Re: Web-Console masterURL configMap and authentication problems

2018-05-17 Thread Sam Padgett
e oauthclient file) with no result. > > > On 17.05.2018 16:46, Sam Padgett wrote: > > Can you make sure when you first visit the console (before logging in) you > use the public URL? One reason you'd see that error is if you visited > https://master1.my.net:8443/console/ first inst

Re: Web-Console masterURL configMap and authentication problems

2018-05-17 Thread Sam Padgett
uid: ae780fee-595f-11e8-8a63-fa163ed601cb > redirectURIs: > - https://loadbalance.my.net:8443/console > - https://master1.my.net:8443/console > - https://master2.my.net:8443/console > > Anything else I need to check maybe? > > > On 17.05.2018 01:32, Sam Padgett w

Re: Web-Console masterURL configMap and authentication problems

2018-05-16 Thread Sam Padgett
I'd make these updates to the config map: consolePublicURL: https://loadbalance.my.net:8443/console/ masterPublicURL: https://loadbalance.my.net:8443 Then edit the OAuth client as cluster-admin to add the console public URL to the allowed callbacks. $ oc patch oauthclient/openshift-web-console

Re: Re: Check if template service broker is running

2018-03-09 Thread Sam Padgett
e received this e-mail in error, > please notify the sender immediately and delete this e-mail. Any > unauthorized copying, disclosure or distribution of the material in this > e-mail is strictly forbidden. > > > > > Von:Sam Padgett <spadg...@redhat.com> > An:

Re: Check if template service broker is running

2018-03-08 Thread Sam Padgett
Starting in 3.7, service catalog and template service broker is enabled by default when installing using openshift-ansible. You can check if things are running with: $ oc get pods -n kube-service-catalog NAME READY STATUSRESTARTS AGE

Re: webconsole not found with locally built 3.8

2018-02-16 Thread Sam Padgett
It looks like you somehow got 3.9 the second time. Those messages come form the web console proxy, which is only in 3.9 [1]. Can you double check `oc version` after the second cluster up? [1] https://github.com/openshift/origin/pull/17862/commits/7e44f156eb93532b4e8f9e8e15397e4e14f6ccd8 On Fri,

Re: Openshift Web UI

2018-02-14 Thread Sam Padgett
What version of OpenShift are you installing? It doesn't look like setting that variable affects console installation, so it could be an unrelated problem. Sam On Wed, Feb 14, 2018 at 11:39 AM Polushkin Aleksandr < aleksandr.polush...@t-systems.ru> wrote: > Thanks for the replies. > > > > When

Re: Hard Disk is full because of OpenShift Origin

2017-10-31 Thread Sam Padgett
There are some known problems in Docker for Mac where disk usage never decreases that you might be running into: https://github.com/docker/for-mac/issues/371 On Mon, Oct 30, 2017 at 4:06 PM, Graham Dumpleton wrote: > If you don't mind having everything trashed, and aren't

Re: Web console overview sections?

2017-10-17 Thread Sam Padgett
v1.4.1 > Kubernetes Master: > v1.4.0+776c994 > > Screenshot: > > [image: Vnorený obrázok 1] > > > 2017-10-16 20:10 GMT+02:00 Sam Padgett <spadg...@redhat.com>: > >> Tako, anything with an `app` label is shown as an application. If you add >> an app label

Re: Web console overview sections?

2017-10-16 Thread Sam Padgett
Tako, anything with an `app` label is shown as an application. If you add an app label to your deployment config or pods, they should show up on the overview as an application with that name. On Mon, Oct 16, 2017 at 12:47 PM, Tako Schotanus wrote: > Hi, > > I just updated

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

2016-10-25 Thread Sam Padgett
Mila, you need to POST data to that URL. GET won't work. Can you check the network tab developer tools in Chrome for the request? Is the browser making that request and what is the response? Sam ___ users mailing list users@lists.openshift.redhat.com

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

2016-10-24 Thread Sam Padgett
Can you check the contents of requests to this path? /hawkular/metrics/metrics/stats/query Also confirming again that you don't have an ad blocker for your browser.

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

2016-10-24 Thread Sam Padgett
Hi, Mila. Is Hawkular using a self-signed certificate? If so, try refreshing the page after accepting the certificate. Are you are using an ad blocker? If so, try disabling it for the web console. The overview metrics URLs we use are blocked by some ad blockers unfortunately. If neither of these