Re: [Container-tools] new minishift CDK

2017-03-31 Thread Pavel Valena
- Original Message - > From: "Burr Sutter" <bsut...@redhat.com> > To: "Praveen Kumar" <kumarpraveen.nit...@gmail.com> > Cc: "container-tools" <container-tools@redhat.com> > Sent: Thursday, March 30, 2017 5:49:23 PM > Subject

Re: [Container-tools] new minishift CDK

2017-03-30 Thread Burr Sutter
Great tip, thank you. I added it to my document. On Wed, Mar 29, 2017 at 9:21 PM, Praveen Kumar < kumarpraveen.nit...@gmail.com> wrote: > On Wed, Mar 29, 2017 at 6:39 PM, Burr Sutter wrote: > > > > > > On Wed, Mar 29, 2017 at 3:10 AM, Praveen Kumar > >

Re: [Container-tools] new minishift CDK

2017-03-29 Thread Praveen Kumar
On Wed, Mar 29, 2017 at 6:39 PM, Burr Sutter wrote: > > > On Wed, Mar 29, 2017 at 3:10 AM, Praveen Kumar > wrote: >> >> On Mon, Mar 27, 2017 at 7:28 PM, Burr Sutter wrote: >> > >> > >> > On Tue, Mar 21, 2017 at 2:44 AM,

Re: [Container-tools] new minishift CDK

2017-03-29 Thread Burr Sutter
On Wed, Mar 29, 2017 at 3:10 AM, Praveen Kumar < kumarpraveen.nit...@gmail.com> wrote: > On Mon, Mar 27, 2017 at 7:28 PM, Burr Sutter wrote: > > > > > > On Tue, Mar 21, 2017 at 2:44 AM, Praveen Kumar > > wrote: > >> > >> On Mon, Mar 20, 2017 at

Re: [Container-tools] new minishift CDK

2017-03-29 Thread Praveen Kumar
On Mon, Mar 27, 2017 at 7:28 PM, Burr Sutter wrote: > > > On Tue, Mar 21, 2017 at 2:44 AM, Praveen Kumar > wrote: >> >> On Mon, Mar 20, 2017 at 9:39 PM, Burr Sutter wrote: >> > But you can not curl a Service sans Route

Re: [Container-tools] new minishift CDK

2017-03-27 Thread Burr Sutter
On Tue, Mar 21, 2017 at 2:44 AM, Praveen Kumar < kumarpraveen.nit...@gmail.com> wrote: > On Mon, Mar 20, 2017 at 9:39 PM, Burr Sutter wrote: > > But you can not curl a Service sans Route unless you are in the VM, or > do I > > have that wrong? > > If service sans routes like

Re: [Container-tools] new minishift CDK

2017-03-20 Thread Burr Sutter
Will this work with the "config view" command? On Mon, Mar 20, 2017 at 12:07 PM Praveen Kumar < kumarpraveen.nit...@gmail.com> wrote: > On Mon, Mar 20, 2017 at 11:43 AM, Lalatendu Mohanty > wrote: > > > > > > > > On Fri, Mar 17, 2017 at 8:44 PM, Burr Sutter

Re: [Container-tools] new minishift CDK

2017-03-20 Thread Praveen Kumar
On Mon, Mar 20, 2017 at 11:43 AM, Lalatendu Mohanty wrote: > > > > On Fri, Mar 17, 2017 at 8:44 PM, Burr Sutter wrote: >> >> We had a situation where a route was misbehaving. My investigation strategy >> is to get inside the VM, oc get services and curl

Re: [Container-tools] new minishift CDK

2017-03-20 Thread Hardy Ferentschik
Hi, > > We had a situation where a route was misbehaving. My investigation > > strategy is to get inside the VM, oc get services and curl the IP address. We are providing oc on the host, so you can skip the step of logging into the VM. You can execute 'oc get service' on the host. Even better,

Re: [Container-tools] new minishift CDK

2017-03-20 Thread Lalatendu Mohanty
On Fri, Mar 17, 2017 at 8:44 PM, Burr Sutter wrote: > We had a situation where a route was misbehaving. My investigation > strategy is to get inside the VM, oc get services and curl the IP address. > > I actually do this as a live demo on the current CDK. > > And I transfer

Re: [Container-tools] new minishift CDK

2017-03-17 Thread Burr Sutter
We had a situation where a route was misbehaving. My investigation strategy is to get inside the VM, oc get services and curl the IP address. I actually do this as a live demo on the current CDK. And I transfer in files that I need via vagrant rsync Do we have an Asher for that? Also, another

Re: [Container-tools] new minishift CDK

2017-03-17 Thread Praveen Kumar
On Thu, Mar 16, 2017 at 10:42 PM, Burr Sutter wrote: > if I "minishift ssh", I would like "oc" and "kubectl" to be available to > me in the PATH. Only "docker" seems to be available right now. > we don't have "oc" or "kubectl" binary inside the image because VM something