Re: How to grant system:admin rights to admin?

2017-06-06 Thread Ulf Lilleengen
Hi Henryk, Not sure if this is applicable to your setup, but an alternative is to point oc to admin.kubeconfig. E.g.: oc --config /var/lib/origin/openshift.local.config/master/admin.kubeconfig adm policy add-cluster-role-to-user cluster-admin developer I've been using this way as 'oc login

Re: Copying annotations from DeploymentConfig to ReplicationController

2017-01-18 Thread Ulf Lilleengen
https://github.com/openshift/origin/issues/12539 Thanks! On 18. jan. 2017 13:39, Michail Kargakis wrote: Yes, it is expected behavior. Propagating annotations to the replication controller does not sound unreasonable, can you open an issue about it? On Wed, Jan 18, 2017 at 1:16 PM, Ulf

Copying annotations from DeploymentConfig to ReplicationController

2017-01-18 Thread Ulf Lilleengen
Hi, I have some custom annotations added to a DeploymentConfig and would like for them to be propagated/copied to the ReplicationController that is created. Currently, only the labels of the DeploymentConfig are propagated. Is this expected behavior? Attached an example where I want the anno

Re: Resolving localhost (IPv6 issue?)

2016-08-15 Thread Ulf Lilleengen
dig +search localhost, I think) and contrast that? Is it only one tool that fails to read /etc/hosts, or all tools? On Thu, Aug 11, 2016 at 2:00 PM, Ulf Lilleengen mailto:l...@redhat.com>> wrote: My bad. This was inside the same container, but it was one I ran manually with --net=h

Re: Resolving localhost (IPv6 issue?)

2016-08-11 Thread Ulf Lilleengen
, Clayton Coleman wrote: Sorry, I meant resolve.conf inside of one of your containers On Thu, Aug 11, 2016 at 1:35 PM, Ulf Lilleengen mailto:l...@redhat.com>> wrote: [root@strappi /]# cat /etc/resolv.conf # Generated by NetworkManager search redhat.com <http://redhat.com>

Re: Resolving localhost (IPv6 issue?)

2016-08-11 Thread Ulf Lilleengen
your /etc/resolv.conf from inside that image? On Thu, Aug 11, 2016 at 11:29 AM, Ulf Lilleengen mailto:l...@redhat.com>> wrote: Host: OS: Fedora 24 Docker: 1.10.3 glibc-2.23.1-8 Docker image: Name: gordons/qdrouterd:v10 (based on Fedora 23) Glibc:glibc-2.22

Re: Resolving localhost (IPv6 issue?)

2016-08-11 Thread Ulf Lilleengen
/11/2016 04:58 PM, Clayton Coleman wrote: That is very strange. Anything special about the container (what OS, libraries, glibc version, musl)? What version of Docker was running? On Wed, Aug 10, 2016 at 3:45 AM, Ulf Lilleengen mailto:l...@redhat.com>> wrote: Hi, We were debugg

Resolving localhost (IPv6 issue?)

2016-08-10 Thread Ulf Lilleengen
localhost ::1 localhost ip6-localhost ip6-loopback fe00::0 ip6-localnet fe00::0 ip6-mcastprefix fe00::1 ip6-allnodes fe00::2 ip6-allrouters 172.17.0.6 controller-queue1-tnvav -- Ulf Lilleengen ___ users mailing list users@lists.openshift.redhat.co