Re: no items in "browse catalog" page

2016-08-15 Thread Ravi Kapoor
vagrant > > Where the files it is referring to are in the origin repo under examples. > > On Mon, Aug 15, 2016 at 7:09 PM, Ravi Kapoor <ravikapoor...@gmail.com> > wrote: > >> >> I am a newbie, so excuse my ignorance. I have tried for 2 days now to get >> "brow

no items in "browse catalog" page

2016-08-15 Thread Ravi Kapoor
I am a newbie, so excuse my ignorance. I have tried for 2 days now to get "browse catalog" page to show me catalog. I do not see any errors nor images. Due to this I am not able to follow any tutorials. thanks for helping This is what my page looks like (text copy in case image attachments are

Re: no items in "browse catalog" page

2016-08-17 Thread Ravi Kapoor
structions on how to get it up and running? On Mon, Aug 15, 2016 at 10:49 PM, Jonathan Yu <jaw...@redhat.com> wrote: > Hey Ravi, > > On Mon, Aug 15, 2016 at 8:35 PM, Ravi Kapoor <ravikapoor...@gmail.com> > wrote: > >> Thanks Jessica, that was helpful. I had to do

Re: few basic questions about S2I and docker run

2016-09-12 Thread Ravi Kapoor
mages/guidelines >>> .html#openshift-origin-specific-guidelines >>> (section on support arbitrary uids) >>> >>> to relax the restriction, see: >>> https://docs.openshift.org/latest/admin_guide/manage_scc.htm >>> l#enable-images-to-run-with-user-in-the

Re: Pod does not have Scale up/down buttons

2016-09-19 Thread Ravi Kapoor
t;name": "web", "port": 8080, "protocol": "TCP" } ], "selector": { "name": "node-test" }, "

Re: no items in "browse catalog" page

2016-08-17 Thread Ravi Kapoor
ay be hitting this issue: https://github.com/ > openshift/origin/issues/10215 > > A simple workaround is to use an earlier version of the OpenShift images: > Stop your current cluster with 'oc cluster down'. Then bring it back up > with 'oc cluster up --version=v1.2.0' > > > On W

Re: few basic questions about S2I and docker run

2016-08-26 Thread Ravi Kapoor
Ben, Thank you so much for taking the time to explain. This is very helpful. If I may, I have a few followup questions: > ​That is not a great approach to running code. It's fine for development, but you really want to be producing immutable images that a developer can hand to QE has tested it,

how can I force rolling deployment without any change in deployment config

2016-09-29 Thread Ravi Kapoor
I created a deployment config and it is working fine. However I made a few changes in a file mounted using persistent volume. Somehow the changed file is not being loaded and old file is being used. I found that to load the modified file, I need to do a new deployment. I also found that unless I

error during install: subnet id does not exist

2016-11-17 Thread Ravi Kapoor
I am trying to install openshift using instructions at https://github.com/openshift/openshift-ansible Question1: Is this best way to install? So far I have been using "oc cluster up" while it works it crashes once in a while (at least UI crashes, so I am forced to restart it which kills all pods)

Re: error during install: subnet id does not exist

2016-11-17 Thread Ravi Kapoor
ubnet and I have specified that. Maybe it is picking some other VPC where the subnet is not available. On Thu, Nov 17, 2016 at 11:19 AM, Alex Wauck <alexwa...@exosite.com> wrote: > > > On Thu, Nov 17, 2016 at 12:09 PM, Ravi Kapoor <ravikapoor...@gmail.com> > wrote: > > Qu