RE: Deployment error on node: Relabeling content in /usr is not allowed

2016-11-30 Thread Ashby, Jason (IMS)
(IMS) Cc: users@lists.openshift.redhat.com Subject: Re: Deployment error on node: Relabeling content in /usr is not allowed Ashby, Going through sources the only place that this message can appear is related to SElinux: https://github.com/openshift/origin/blob

Re: Deployment error on node: Relabeling content in /usr is not allowed

2016-11-30 Thread Maciej Szulik
gt; > > > > *From:* Maciej Szulik [mailto:maszu...@redhat.com] > *Sent:* Tuesday, November 29, 2016 3:51 AM > *To:* Ashby, Jason (IMS) > *Cc:* users@lists.openshift.redhat.com > *Subject:* Re: Deployment error on node: Relabeling content in /usr is > not allowed

RE: Deployment error on node: Relabeling content in /usr is not allowed

2016-11-29 Thread Ashby, Jason (IMS)
@lists.openshift.redhat.com Subject: Re: Deployment error on node: Relabeling content in /usr is not allowed OpenShift, by default does not allow running privileged containers, and iirc guestbook does that: Handler for POST /containers/create returned error: Relabeling content in /usr is not allowed. I&#

Re: Deployment error on node: Relabeling content in /usr is not allowed

2016-11-29 Thread Maciej Szulik
OpenShift, by default does not allow running privileged containers, and iirc guestbook does that: Handler for POST /containers/create returned error: Relabeling content in /usr is not allowed. I'd suggest starting of with hello-openshift [1] which although creates just a pod can be easily turned

Deployment error on node: Relabeling content in /usr is not allowed

2016-11-28 Thread Ashby, Jason (IMS)
Sorry all, for over-posting, I just need a little help getting my first OpenShift origin cluster running. I've got a cluster consisting of two hosts: a master (CentOS 7) and a node (CentOS 7 Atomic) set up and communicating, but every time I fire off a deployment (I used the kubernetes/guestboo