Re: [Devtools] minishift profiles

2017-11-14 Thread Burr Sutter
One gotcha with using "profile set" as the first statement is the user gets an off-putting message ./minishift profile set istio-demo oc cli context could not changed for 'istio-demo'. Make sure the profile is in running state or restart if the problem persists. the problem with this message is

Re: [Devtools] minishift profiles

2017-11-05 Thread Gerard Braad
Hi, On Sun, Nov 5, 2017 at 4:39 PM, Burr Sutter wrote: > but one syntax requires no "--" and the other has "--" which I find to be > odd since I am using the commands back to back. One is a command to set the active profile for subsequent commands, while the other is a

Re: [Devtools] minishift profiles

2017-11-05 Thread Burr Sutter
For initial setup then I am good with the set profile set config add-on apply But for subsequent restarts, running that same sequence yields lots of messages that look bad to the end-user. So on restarts I am using minishift —profile whatever start The big win on profiles is the ability to

Re: [Devtools] minishift profiles

2017-11-05 Thread Lalatendu Mohanty
On Sun, Nov 5, 2017 at 2:09 PM, Burr Sutter wrote: > Trying to use the profiles for an actual demo today - a real production > use case :-) > > one thing I have noticed about the syntax > > minishift profile list > but > minishift --profile myprofileA stop > minishift

Re: [Devtools] minishift profiles

2017-11-05 Thread Burr Sutter
On Sun, Nov 5, 2017 at 6:04 PM, Max Rydahl Andersen wrote: > > I was able to switch profiles live today. >> >> One profile setup for helloworld msa >> another profile setup for Istio >> > > So...success!!? :) > > I think so I did not notice the "caching" problem that I had

Re: [Devtools] minishift profiles

2017-11-05 Thread Burr Sutter
I was able to switch profiles live today. One profile setup for helloworld msa another profile setup for Istio On Sun, Nov 5, 2017 at 2:43 PM, Max Rydahl Andersen wrote: > On 5 Nov 2017, at 9:39, Burr Sutter wrote: > > Trying to use the profiles for an actual demo today -

Re: [Devtools] minishift profiles

2017-11-05 Thread Max Rydahl Andersen
On 5 Nov 2017, at 9:39, Burr Sutter wrote: Trying to use the profiles for an actual demo today - a real production use case :-) one thing I have noticed about the syntax minishift profile list but minishift --profile myprofileA stop minishift --profile myprofileB start I need to "list" so I