Re: [Devtools] must solve this minishift IP problem

2018-07-26 Thread Gerard Braad
Can you test something for us: open laptop minishift start *minishift ip --set-static* do a demo minishift stop minishift profile set nextdemo minishift start *minishift ip --set-static* do the nextdemo minishift stop (I dislike keeping the VM running when the laptop sleeps) close the laptop

Re: [Devtools] must solve this minishift IP problem

2018-07-26 Thread Burr Sutter
On Wed, Jul 25, 2018 at 9:04 PM Gerard Braad wrote: > Hi Burr, > > And this is why there is an option `m ip --set-static` as it sets the > same IP forced onto the network interface. > but the smart solution is also not to rely on a bridged network option > here, as you can never predict what the

Re: [Devtools] must solve this minishift IP problem

2018-07-25 Thread Gerard Braad
Hi Burr, And this is why there is an option `m ip --set-static` as it sets the same IP forced onto the network interface. but the smart solution is also not to rely on a bridged network option here, as you can never predict what the IP range of the 'new wifi' is. Or avoid all of this and set up

Re: [Devtools] must solve this minishift IP problem

2018-07-25 Thread Burr Sutter
On Wed, Jul 25, 2018 at 11:44 AM Lalatendu Mohanty wrote: > > > On Wed, Jul 25, 2018 at 9:37 PM, Burr Sutter wrote: > >> >> >> On Tue, Jul 24, 2018 at 12:59 PM Lalatendu Mohanty >> wrote: >> >>> On Tue, Jul 24, 2018 at 8:03 PM, Gerard Braad wrote: >>> Only after the first/initial start

Re: [Devtools] must solve this minishift IP problem

2018-07-25 Thread Burr Sutter
On Tue, Jul 24, 2018 at 12:59 PM Lalatendu Mohanty wrote: > On Tue, Jul 24, 2018 at 8:03 PM, Gerard Braad wrote: > >> Only after the first/initial start After this the address is fixed and >> will be applied to the VM on start. >> It writes a configuration file into the persistent storage of

Re: [Devtools] must solve this minishift IP problem

2018-07-24 Thread Lalatendu Mohanty
On Tue, Jul 24, 2018 at 8:03 PM, Gerard Braad wrote: > Only after the first/initial start After this the address is fixed and > will be applied to the VM on start. > It writes a configuration file into the persistent storage of the VM > and this is read on start every time. > > Hi Burr, I have

Re: [Devtools] must solve this minishift IP problem

2018-07-24 Thread Gerard Braad
> > minishift profile set faas-tutorial > > minishift config set memory 10GB > I do not have to re-set those items between stop/start, they persist. These configuraions are different as they determine how the VM is setup. Note: these can not all be changed after start (like dfisk-size). As

Re: [Devtools] must solve this minishift IP problem

2018-07-24 Thread Burr Sutter
On Tue, Jul 24, 2018 at 9:08 AM Gerard Braad wrote: > The option to --set-static is not applied automatically to the VM as > the current implementation is not very fast. > > You are probably looking for a: > > minishift config set auto-fixed-ipaddress true > > option which will take affect after

Re: [Devtools] must solve this minishift IP problem

2018-07-24 Thread Gerard Braad
Yes On Tue, Jul 24, 2018 at 10:01 PM Burr Sutter wrote: > > > > On Tue, Jul 24, 2018 at 8:53 AM Gerard Braad wrote: >> >> At what point in the instructions do you actually use the `m ip >> --set-static` option? > > > Normally I use the command like so > minishift profile set istio-tutorial >

Re: [Devtools] must solve this minishift IP problem

2018-07-24 Thread Gerard Braad
At what point in the instructions do you actually use the `m ip --set-static` option? I do not see them in the instructions / steps to reproduce. As in the previous email mentioned. Be sure to do: ``` m start m ip --set-static m start --profile newthing m ip --set-static m profile set

Re: [Devtools] must solve this minishift IP problem

2018-07-24 Thread Budh Ram Gurung
Hi Burr, On Tue, Jul 24, 2018 at 6:50 PM Burr Sutter wrote: > Here is the seriousness of the situation. I use profiles - like so > minishift profile set demo1 > minishift start > # do some demo > minishift stop > minishift profile set demo2 > minishift start > # do some other demo > minishift