Re: containters with host volumes from controllers

2016-05-17 Thread Alan Jones
I tried that: oadm policy add-acc-to-user hostmount-anyuid system:serviceaccount: openshift-infra:replication-controller ... and I still get the error. Is there any way to get the user name/group that fails authentication? Alan On Tue, May 17, 2016 at 9:33 AM, Clayton Coleman

Error updating deployment [deploy] status to Pending

2016-05-17 Thread Philippe Lafoucrière
Hello, I can't deploy any on os 1.1.3: the deploy (and/or build) is stuck on pending, with the message: Error updating deployment [project]/[deploy] status to Pending in the events. Nothing specific in the logs. Using oc describe doesn't give any reason, and I see a different event: Events:

Re: Openshift Origin Ansible Install (change where /var/lib/origin goes)?

2016-05-17 Thread Scott Dodson
Setting openshift_data_dir will alter this path and many others. You should set this before installing your node and this isn't something that we've tested thoroughly. There's also support for emptydir quotas per project, see

Re: Openshift Origin Ansible Install (change where /var/lib/origin goes)?

2016-05-17 Thread Dean Peterson
Thank you for the info. You know, what you said about using proper persistent volumes rang a bell. I never set up permanent persistent volume storage for the openshift private registry. That is why my images are going in there. Thanks! On May 17, 2016 1:31 PM, "Scott Dodson"

Re: containters with host volumes from controllers

2016-05-17 Thread Clayton Coleman
anyuid doesn't grant hostPath, since that's a much more dangerous permission. You want grant hostmount-anyuid On Tue, May 17, 2016 at 11:44 AM, Alan Jones wrote: > I have several containers that we run using K8 that require host volume > access. > For example, I have a

Re: Is there a command to see on which node pod is installed ?

2016-05-17 Thread Stéphane Klein
Yes : ``` $ oc describe pod docker-registry-3-4bizw Name:docker-registry-3-4bizw Namespace:default Node:atomic-test-node-2.priv.tech-angels.net/172.29.20.211 ``` 2016-05-17 10:11 GMT+02:00 Stéphane Klein : > Hi, > > is there a command to see on

Is there a command to see on which node pod is installed ?

2016-05-17 Thread Stéphane Klein
Hi, is there a command to see on which node pod is installed ? Best regards, Stéphane -- Stéphane Klein blog: http://stephane-klein.info cv : http://cv.stephane-klein.info Twitter: http://twitter.com/klein_stephane ___