TestImageStreamImport and TestImageStreamImportDockerHub testcase fails with "invalid memory address or nil pointer dereference"

2017-10-10 Thread Rishi Misra
Hi there, I am trying to run test suites of Origin 3.6 on s390x but getting some "invalid memory address or nil pointer dereference" error. I am not sure if this is a testcase error or something wrong in my environment. Please let me know if you spot anything obvious in the stack trace:

TypeError: _get_tag_for_version() takes exactly 2 arguments (3 given)

2017-10-03 Thread Rishi Misra
Hi there, I am trying to build OpenShift Origin v3.6 on s390x architecture and getting this error: // # make release OS_ONLY_BUILD_PLATFORMS='linux/s390x' hack/build-rpm-release.sh [INFO] Building Origin release RPMs with tito... Creating output

Re: Question on DNS when running Master/Node on same node

2017-03-23 Thread Rishi Misra
ive firewall in > place on your machine via iptables you may need an exception in the > iptables rules to let that functionality run. > > On Mar 23, 2017, at 2:31 PM, Rishi Misra <rishi.investig...@gmail.com> > wrote: > > I spoke to my network admin and when he stopped

Re: Question on DNS when running Master/Node on same node

2017-03-23 Thread Rishi Misra
ewall rule blocking containers from > accessing the host? > > You may want to verify that > > On Mar 23, 2017, at 1:09 PM, Rishi Misra <rishi.investig...@gmail.com> > wrote: > > Here are the results: > > // > # oc get pods &g

Re: Question on DNS when running Master/Node on same node

2017-03-23 Thread Rishi Misra
running container (oc debug pod/NAME_OF_POD) and > inside of it run the same dig commands (you'll need a docker image with dig > already installed) > > On Thu, Mar 23, 2017 at 12:46 PM, Rishi Misra <rishi.investig...@gmail.com > > wrote: > &g

Re: Question on DNS when running Master/Node on same node

2017-03-23 Thread Rishi Misra
you run: > > $ dig @MASTER_IP -p 53 kubernetes.default.svc.cluster.local > > from the host and verify it works? And if so, then try > > $ dig @MASTER_IP -p 53 www.google.com > > > > On Thu, Mar 23, 2017 at 12:35 PM, Rishi Misra <rishi.investig...@gmail.com > > wrote

Question on DNS when running Master/Node on same node

2017-03-23 Thread Rishi Misra
Hi there, I am having difficulty getting DNS to work on OpenShift 1.4. When I start all-in-one server now I get following two messages which I presume are generated for master and node running on same server: /==/ openshift start > /tmp/openshift.log 2>&1

Clarification on container security in OpenShift

2016-01-19 Thread Rishi Misra
Hello - as per: https://hub.docker.com/r/openshift/origin-custom-docker-builder/: "Containers run as a non-root unique user that is separate from other system users" In my experience I was able to run my Docker app image as a root user in OpenShift without modifying any security context. Perhaps