Re: Unable to add user to group

2016-06-16 Thread Jordan Liggitt
There's not an efficient API query to determine that today. Internally, the API server maintains a reverse index of username to group names by watching updates to the Group API objects On Thu, Jun 16, 2016 at 4:03 PM, Marc Boorshtein wrote: > oh, if the groups field on

Re: Unable to add user to group

2016-06-16 Thread Marc Boorshtein
so i'll need to query each group and look for the user in question to be a member? On Thu, Jun 16, 2016 at 4:24 PM, Jordan Liggitt wrote: > There's not an efficient API query to determine that today. Internally, > the API server maintains a reverse index of username to

Re: Feedback

2016-06-16 Thread Rich Megginson
On 06/16/2016 02:01 PM, Srinivas Naga Kotaru (skotaru) wrote: Just to share an update Am able to successfully install and configure metrics and logging using real certs, node classification and separate apps and OPS ES clusters. Am happy that this setup finally working and live. Want to

Re: Unable to add user to group

2016-06-16 Thread Marc Boorshtein
oh, if the groups field on the user is deprecated how would I know what groups a specific user has? On Thu, Jun 16, 2016 at 3:57 PM, Jordan Liggitt wrote: > Your command looks correct. Specifying groups directly on a user via the > groups field is deprecated. `oc get group

Feedback

2016-06-16 Thread Srinivas Naga Kotaru (skotaru)
Just to share an update Am able to successfully install and configure metrics and logging using real certs, node classification and separate apps and OPS ES clusters. Am happy that this setup finally working and live. Want to share feedback from operation side. There is some scope to improve

Unable to add user to group

2016-06-16 Thread Marc Boorshtein
I can't seem to add a user to a group. I have a user: $ curl -k -v -XGET -H "User-Agent: oc/v1.1.2 (darwin/amd64) openshift/2711160" -H "Authorization: Bearer PDqIrEiOTqtwJvHDcTB-snC5FpcpnCz5fIrz7S6ORCI" https://openshift.rheldemo.lan:8443/oapi/v1/users/0b126172-33e9-11e6-9c91-525400d4fbc4 *

Re: ImagePullBackOff - API error (500): manifest unknown

2016-06-16 Thread Philippe Lafoucrière
Thanks!​ ___ users mailing list users@lists.openshift.redhat.com http://lists.openshift.redhat.com/openshiftmm/listinfo/users

Re: 503 - Maintenance page

2016-06-16 Thread v
You could modify your app so it returns a 200 status code in the header but shows the 503 error in the body. In that case your service should pass the health checks and haproxy should display the body with the 503 error. Am 2016-06-16 um 15:48 schrieb Philippe Lafoucrière: For the record,