(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
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
@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
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
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