Re: how to get URL for the Web ui if you have the URL to the endpoint?

2019-09-30 Thread Sam Padgett
You can get the public URL of console from the config map `console-public`
in the `openshift-config-managed` namespace, key `consoleURL`. Let us know
if this is what you need. Thanks!

Sam

On Mon, Sep 30, 2019 at 10:22 AM Andre Dietisheim 
wrote:

> Hi
>
> In the Eclipse endpoint we face the following problem: We connect to the
> REST endpoint where we authenticate, deal with resources etc. Current
> Eclipse tooling (which also deals with OS3) allows users to open the
> web-ui in a browser. In OS4, how do we get the URL for the web-ui given
> the URL for the REST endpoint?
>
> Any help appreciated, thanks!
>
> Cheers
> Andre
>
> ___
> dev mailing list
> dev@lists.openshift.redhat.com
> http://lists.openshift.redhat.com/openshiftmm/listinfo/dev
>
___
dev mailing list
dev@lists.openshift.redhat.com
http://lists.openshift.redhat.com/openshiftmm/listinfo/dev


Re: OpenShift Web Console - 3.9 - Pod / CrashLoopBackOff

2018-05-17 Thread Sam Padgett
The file mode is 400, and I think anyuid breaks reading it since the user
changes.

https://github.com/openshift/openshift-ansible/blob/master/roles/openshift_web_console/files/console-template.yaml#L90

The console doesn't need anyuid... I'm not sure what's adding it.

Sam

On Thu, May 17, 2018 at 9:03 AM, Clayton Coleman 
wrote:

> anyuid is less restrictive than restricted, unless you customized
> restricted.  Did youvustomize restricted?
>
> On May 17, 2018, at 8:56 AM, Charles Moulliard 
> wrote:
>
> Hi,
>
> If we scale down/up the Replication Set of the OpenShift Web Console, then
> the new pod created will crash and report
>
> "Error: unable to load server certificate: open /var/serving-cert/tls.crt:
> permission denied"
>
> This problem comes from the fact that when the pod is recreated, then the
> scc annotation is set to anyuid instead of restricted and then the pod
> can't access the cert
>
> apiVersion: v1
> kind: Pod
> metadata:
>   annotations:
> openshift.io/scc: anyuid
>
> Is this bug been fixed for openshift 3.9 ? Is there a workaround to
> resolve it otherwise we can't access anymore the Web Console ?
>
> Regards
>
> CHARLES MOULLIARD
>
> SOFTWARE ENGINEER MANAGER SPRING(BOOT)
>
> Red Hat 
>
> cmoulli...@redhat.comM: +32-473-604014
> 
> @cmoulliard 
>
> ___
> dev mailing list
> dev@lists.openshift.redhat.com
> http://lists.openshift.redhat.com/openshiftmm/listinfo/dev
>
>
> ___
> dev mailing list
> dev@lists.openshift.redhat.com
> http://lists.openshift.redhat.com/openshiftmm/listinfo/dev
>
>
___
dev mailing list
dev@lists.openshift.redhat.com
http://lists.openshift.redhat.com/openshiftmm/listinfo/dev


Re: Metrics not available in UI until Hawkular cert is manually accepted and no warning or message to indicate this

2018-01-17 Thread Sam Padgett
It's possible this is a regression since a new overview was introduced in
3.6. Ideally, you should have valid certificates in a production
environment. If you're just wanting to test, you can visit the metrics URL
directly and accept the certificate. If you've done that and still don't
see metrics, it could be a different problem.

On Wed, Jan 17, 2018 at 4:27 AM, Tran Tien Dung 
wrote:

>
> Hi everyone,
> Currently I'm using v3.6.1, but still meet this bug below
> https://bugzilla.redhat.com/show_bug.cgi?id=1382728
> please advise me how to fix it.
> Thanks.
>
>
> ___
> dev mailing list
> dev@lists.openshift.redhat.com
> http://lists.openshift.redhat.com/openshiftmm/listinfo/dev
>
>
___
dev mailing list
dev@lists.openshift.redhat.com
http://lists.openshift.redhat.com/openshiftmm/listinfo/dev


Re: many templates could not be load in Browse Catalog in Openshift 3.7

2017-12-08 Thread Sam Padgett
On Fri, Dec 8, 2017 at 9:19 AM, Tran Tien Dung 
wrote:

> Thanks for your responding. There is no namespaces kube-service-catalog
> and openshift-template-service-broker
>

If you run...

curl -k https:///console/scripts/extensions.js

Do you see a line like this?

window.OPENSHIFT_CONSTANTS.TEMPLATE_SERVICE_BROKER_ENABLED = true;
___
dev mailing list
dev@lists.openshift.redhat.com
http://lists.openshift.redhat.com/openshiftmm/listinfo/dev