`oc import docker-compose` with kompose as backend

2017-02-09 Thread Suraj Deshmukh
Hi Clayton, This is new thread in support of `oc import docker-compose` with kompose as backend. (I tried repying to your earlier mail thread but had few issues with the ML, excuse me for that) Instead of deprecating this feature is there a way that we try to integrate kompose as library/backen

Re: API health or status page

2017-02-09 Thread Srinivas Naga Kotaru (skotaru)
It is working perfect. Just followed instructions and was able to hit /version and /healthz without authentication. Thank you .. -- Srinivas Kotaru From: Jordan Liggitt Date: Thursday, February 9, 2017 at 2:26 PM To: Srinivas Naga Kotaru Cc: dev Subject: Re: API health or status page See th

Fwd: API health or status page

2017-02-09 Thread Andrew Lau
/healthz/ready On Fri, 10 Feb 2017 at 09:40 Srinivas Naga Kotaru (skotaru) < skot...@cisco.com> wrote: > NO. I already checked. Version also throwing 403 > > > > HTTP/1.1 403 Forbidden > > Cache-Control: no-store > > Content-Type: application/json > > Date: Thu, 09 Feb 2017 22:39:12 GMT > > Conte

Re: API health or status page

2017-02-09 Thread Srinivas Naga Kotaru (skotaru)
NO. I already checked. Version also throwing 403 HTTP/1.1 403 Forbidden Cache-Control: no-store Content-Type: application/json Date: Thu, 09 Feb 2017 22:39:12 GMT Content-Length: 217 -- Srinivas Kotaru From: Mateus Caruccio Date: Thursday, February 9, 2017 at 2:34 PM To: Srinivas Naga Kotaru

Re: API health or status page

2017-02-09 Thread Mateus Caruccio
Isn't /version open by default? -- Mateus Caruccio / Master of Puppets GetupCloud.com - Eliminamos a Gravidade On Thu, Feb 9, 2017 at 8:30 PM, Srinivas Naga Kotaru (skotaru) < skot...@cisco.com> wrote: > Perfect. Thank you very much Jordan. Appreciated for quick help > > > > -- > > *Srinivas Kot

Re: API health or status page

2017-02-09 Thread Srinivas Naga Kotaru (skotaru)
Perfect. Thank you very much Jordan. Appreciated for quick help -- Srinivas Kotaru From: Jordan Liggitt Date: Thursday, February 9, 2017 at 2:26 PM To: Srinivas Naga Kotaru Cc: dev Subject: Re: API health or status page See the cluster-status role as an example: oc export clusterroles cluste

Re: API health or status page

2017-02-09 Thread Jordan Liggitt
See the cluster-status role as an example: oc export clusterroles cluster-status -o yaml > myrole.yaml Change the name to a custom name, and include only the urls you would want anonymous users to access Then create the custom role: oc create -f myrole.yaml And grant it to anonymous users: oad

Re: API health or status page

2017-02-09 Thread Srinivas Naga Kotaru (skotaru)
That is interesting, indeed what I want. Can you share step by step or any document which explains? -- Srinivas Kotaru From: Jordan Liggitt Date: Thursday, February 9, 2017 at 1:57 PM To: Srinivas Naga Kotaru Cc: dev Subject: Re: API health or status page You can set up a role that allows a

Re: API health or status page

2017-02-09 Thread Jordan Liggitt
You can set up a role that allows access to the API endpoints you want, and bind that role to the `system:unauthenticated` group, and it will allow accessing that API without any authentication. On Thu, Feb 9, 2017 at 4:55 PM, Srinivas Naga Kotaru (skotaru) < skot...@cisco.com> wrote: > Can I

API health or status page

2017-02-09 Thread Srinivas Naga Kotaru (skotaru)
Can I use any API call without authentication? I need an API URL to put into my monitoring agent to periodically check health. All most all API calls need token or authentication. Although I can use a service account and use secret as a token since it doesn’t expire, am looking for a simple solu

Re: openshift-sti-build stuck

2017-02-09 Thread Mateus Caruccio
Thanks, I'm monitoring build pods until someone goes stuck. Will back with trace ASAP. -- Mateus Caruccio / Master of Puppets GetupCloud.com - Eliminamos a Gravidade On Thu, Feb 9, 2017 at 12:50 PM, Clayton Coleman wrote: > In order to get an accurate dump you'll want to sigquit the process fro

Re: openshift-sti-build stuck

2017-02-09 Thread Mateus Caruccio
Sorry, forgot that: openshift/origin-sti-builder:v1.3.1 -- Mateus Caruccio / Master of Puppets GetupCloud.com - Eliminamos a Gravidade On Thu, Feb 9, 2017 at 10:44 AM, Cesar Wong wrote: > Hi Mateus, > > What is the version of the builder image? > > On Feb 9, 2017, at 6:32 AM, Mateus Caruccio

openshift-sti-build stuck

2017-02-09 Thread Mateus Caruccio
Hi. I'm seen from time to time (more than once in a week) builder images stuck, doing nothing and lasting forever. Entering the container I can see /usr/bin/openshift-sti-build is up, but not running. Here are some clues: *$ oc logs pods/web-22-build -n ** Pulling image "getupcloud/sti