Re: [Container-tools] Change pod/cpu limit

2018-02-02 Thread Burr Sutter
We should make this a feature request, I have run into this 10 per cpu limit before and it is a pain. minishift config set memory 8GB minishift config set cpus 2 minishift config set podspercpu 14 On Fri, Feb 2, 2018 at 2:36 AM, Charles Moulliard wrote: > > here is the info needed to change p

Re: [Container-tools] profiles

2017-10-10 Thread Burr Sutter
one addons enable anyuid ./minishift start --profile one --cpus 2 --memory 3G --vm-driver virtualbox --service-catalog --iso-url=centos but "unknown flag: --service-catalog", any ideas? On Wed, Oct 4, 2017 at 11:32 AM, Lalatendu Mohanty wrote: > > > On Wed, Oct 4, 2017 at

Re: [Container-tools] profiles

2017-10-03 Thread Burr Sutter
On Tue, Oct 3, 2017 at 7:11 PM, Hardy Ferentschik wrote: > Hi, > > On Tue, 03-Oct-2017 16:35, Burr Sutter wrote: > > But profile “bar” does not exist until start is called > > The global '--profile bar' option will implicitly create the profile > when used wi

Re: [Container-tools] profiles

2017-10-03 Thread Burr Sutter
But profile “bar” does not exist until start is called I think there should be a Minishift profile create that matches delete Then all other commands work inside of that profile context. On Tue, Oct 3, 2017 at 9:21 AM Hardy Ferentschik wrote: > On Tue, 03-Oct-2017 14:28, Burr Sutter wr

Re: [Container-tools] profiles

2017-10-03 Thread Burr Sutter
any thoughts how the workaround for addons + profiles? the following is wrong ./minishift start --profile Shift_3G_Demo --addons enable admin-user --cpus 2 --memory 3G --vm-driver virtualbox On Tue, Oct 3, 2017 at 2:08 PM, Burr Sutter wrote: > And addons behave oddly > https://gith

Re: [Container-tools] profiles

2017-10-03 Thread Burr Sutter
And addons behave oddly https://github.com/minishift/minishift/issues/1482 I always need the admin user and the profile seems to ignore that setting. On Tue, Oct 3, 2017 at 1:53 PM, Burr Sutter wrote: > https://github.com/minishift/minishift/issues/1480 > > > On Tue, Oct 3, 201

Re: [Container-tools] profiles

2017-10-03 Thread Burr Sutter
https://github.com/minishift/minishift/issues/1480 On Tue, Oct 3, 2017 at 4:38 AM, Gerard Braad wrote: > Hi Burr, > > > You can use both minikube and minishift, but avoid naming them the same, > as in the hypervisor names have to be unique. > > About your usecase. You can use `m profile set [na

Re: [Container-tools] profiles

2017-10-02 Thread Burr Sutter
On Mon, Oct 2, 2017 at 10:24 PM, Lalatendu Mohanty wrote: > > > On Sun, Oct 1, 2017 at 9:02 PM, Burr Sutter wrote: > >> do you know if minikube also has profiles? and if so, can I have both >> minishift and minikube on the same laptop, each with their own unique >>

Re: [Container-tools] profiles

2017-10-02 Thread Burr Sutter
On Tue, Oct 3, 2017 at 2:57 AM, Burr Sutter wrote: > > > On Mon, Oct 2, 2017 at 10:24 PM, Lalatendu Mohanty > wrote: > >> >> >> On Sun, Oct 1, 2017 at 9:02 PM, Burr Sutter wrote: >> >>> do you know if minikube also has profiles? and if so, can I

[Container-tools] profiles

2017-10-01 Thread Burr Sutter
do you know if minikube also has profiles? and if so, can I have both minishift and minikube on the same laptop, each with their own unique profile, perhaps even running concurrently? I need to have cleanly separate minikube and minishift working environments with the ability to switch from demoA

Re: [Container-tools] minishift v1.5.0+ae62cf2

2017-09-14 Thread Burr Sutter
On Thu, Sep 14, 2017 at 3:29 PM, Lalatendu Mohanty wrote: > > > On Thu, Sep 14, 2017 at 11:01 PM, Burr Sutter wrote: > >> I think that was it...i had not encounted a timeout issue like that >> before and the error message is less than ideal :-) >> >> is th

Re: [Container-tools] minishift v1.5.0+ae62cf2

2017-09-14 Thread Burr Sutter
7 at 1:57 AM, Burr Sutter wrote: > > "error: server took too long to respond with version information." > > > > > > ./minishift version > > > > minishift v1.5.0+ae62cf2 > > > > > > ./minishift oc-env > > > > export PATH=&q

[Container-tools] minishift v1.5.0+ae62cf2

2017-09-12 Thread Burr Sutter
"error: server took too long to respond with version information." ./minishift version minishift v1.5.0+ae62cf2 ./minishift oc-env export PATH="/Users/burr/.minishift/cache/oc/v3.6.0:$PATH" oc version oc v3.6.0+c4dd4cf kubernetes v1.6.1+5115d708d7 features: Basic-Auth error: server took

Re: [Container-tools] Go newbie

2017-07-24 Thread Burr Sutter
On Sun, Jul 23, 2017 at 8:13 PM, Steve Speicher wrote: > > On Fri, Jul 7, 2017 at 8:45 AM Burr Sutter wrote: > >> On Fri, Jul 7, 2017 at 9:37 AM, jesus m. rodriguez >> wrote: >> >>> On Fri, 2017-07-07 at 09:13 -0400, jesus m. rodriguez wrote: >>&

Re: [Container-tools] Minishift-1.3.0 Release announcement

2017-07-18 Thread Burr Sutter
Great stuff Has the multiple VM on a single workstation capability been addressed yet? (I tend to have more than one openshift instance that I wish to start, stop and start again) On Tue, Jul 18, 2017 at 6:15 AM, Praveen Kumar < kumarpraveen.nit...@gmail.com> wrote: > Hi All, > > The Minishi

Re: [Container-tools] yum install after "minishift ssh"

2017-07-08 Thread Burr Sutter
On Sat, Jul 8, 2017 at 3:54 AM, Praveen Kumar wrote: > On Tue, Jul 4, 2017 at 12:28 AM, Burr Sutter wrote: > > Hi Burr, > > > I believe this used to work on the older CDK but it problematic now > > > > minishift ssh > > and > > > > sudo yum -y in

Re: [Container-tools] Go newbie

2017-07-07 Thread Burr Sutter
On Fri, Jul 7, 2017 at 9:37 AM, jesus m. rodriguez wrote: > On Fri, 2017-07-07 at 09:13 -0400, jesus m. rodriguez wrote: > > On Fri, 2017-07-07 at 04:33 -0400, Burr Sutter wrote: > > > I would like to add a helloworld Go REST endpoint to my mix of > > > demos >

[Container-tools] Go newbie

2017-07-07 Thread Burr Sutter
I would like to add a helloworld Go REST endpoint to my mix of demos I have Spring Boot https://github.com/burrsutter/kube4docker/blob/master/boot-demo/src/main/java/com/burrsutter/MyRESTController.java I have Vert.x https://github.com/burrsutter/kube4docker/blob/master/vertx-demo/src/main/java/co

[Container-tools] yum install after "minishift ssh"

2017-07-03 Thread Burr Sutter
I believe this used to work on the older CDK but it problematic now minishift ssh and sudo yum -y install maven30 Loaded plugins: product-id, search-disabled-repos, subscription-manager Cannot open logfile /var/log/yum.log No write access to /usr directory Maybe this is an ostree image?

Re: [Container-tools] CDK issue with different home_directory

2017-04-23 Thread Burr Sutter
I was not aware that you could specify a different directory. That must be a new feature of RC2? That might allow me to have 2 or more demo VMs :-) On Mon, Apr 24, 2017 at 8:02 AM Charles Moulliard wrote: > Hi, > > Is there an issue with CDK (3.0.0-20042017 & Minishift version: > 1.0.0-rc.2) be

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 > > wrote:

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 a

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 r

Re: [Container-tools] How to install Hawkular on CDK openshift?

2017-03-24 Thread Burr Sutter
Robb, I assume that you want the metric graphs that are part of the Overview page, is that right? Are you essentially trying to emulate an "oc cluster up -metrics"? On Thu, Mar 23, 2017 at 12:49 PM, Robb Greathouse wrote: > Hi, > > Confirmed that Hawkular has installed; but has not been able t

[Container-tools] oc cluster up metrics=true

2017-03-20 Thread Burr Sutter
what is the "metrics=true" equivalent in minishift? ___ Container-tools mailing list Container-tools@redhat.com https://www.redhat.com/mailman/listinfo/container-tools

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, Bu

Re: [Container-tools] new minishift CDK

2017-03-20 Thread Burr Sutter
But you can not curl a Service sans Route unless you are in the VM, or do I have that wrong? On Mon, Mar 20, 2017 at 5:29 AM Hardy Ferentschik wrote: > Hi, > > > > 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-17 Thread Burr Sutter
: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

[Container-tools] new minishift CDK

2017-03-16 Thread Burr Sutter
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. ___ Container-tools mailing list Container-tools@redhat.com https://www.redhat.com/mailman/listinfo/container-tools

[Container-tools] cdk 2.3 question

2017-01-06 Thread Burr Sutter
Does anyone have a workaround to the "The pod has been stuck in the pending state for more than five minutes." message? I seem to be getting it a LOT these days, more than before (it has been around for a while). ___ Container-tools mailing list Containe

[Container-tools] CDK 2.3 Installation Usability

2017-01-02 Thread Burr Sutter
I thought I would "start from scratch" with a CDK 2.3 installation. Downloaded from https://developers.redhat.com/products/cdk/download/ a bit tricky as I had to "workaround" the all-in-one-installer The real trick is finding the right "oc" cli binary to use. In this version of Openshift there i

Re: [Container-tools] Missing pieces: build from dockerfile

2016-09-23 Thread Burr Sutter
oc start-build from-dir=. :-) On Friday, September 23, 2016, Praveen Kumar wrote: > Hi Josh, > > On Thu, Sep 22, 2016 at 10:36 PM, Josh Berkus > wrote: > > ... do we have a project for this? I don't see one. > > I didn't understand what you mean when say "build from dockerfile" > does it mean

Re: [Container-tools] Call for live demos for Atomic Cluster at Summit, Container Central

2016-06-02 Thread Burr Sutter
On Thursday, June 2, 2016, Josh Berkus wrote: > On 06/02/2016 08:10 AM, Burr Sutter wrote: > > So, would I use it as Docker daemon (docker pull, docker build, docker > run)? > > Or do I use it as a Kubernetes cluster (kubectl get pods)? > > Preferably using kubectl, at

Re: [Container-tools] Call for live demos for Atomic Cluster at Summit, Container Central

2016-06-02 Thread Burr Sutter
So, would I use it as Docker daemon (docker pull, docker build, docker run)? Or do I use it as a Kubernetes cluster (kubectl get pods)? On Thu, Jun 2, 2016 at 11:07 AM, Josh Berkus wrote: > Folks, > > I will have my Atomic Micro-Cluster in Community Central, at Summit: > > https://twitter.com/

Re: [Container-tools] [Devtools] Cockpit in ADB

2016-05-19 Thread Burr Sutter
On Wed, May 18, 2016 at 11:29 PM, Lalatendu Mohanty wrote: > On 05/19/2016 07:03 AM, Praveen Kumar wrote: > >> >> - Original Message - >> | From: "Pete Muir" >> | To: "Lalatendu Mohanty" >> | Cc: devto...@redhat.com, "container-tools" >> | Sent: Wednesday, May 18, 2016 11:20:13 PM >> |

Re: [Container-tools] [Devtools] openshift is way too permissive in the CDK/ADB

2016-05-18 Thread Burr Sutter
stream change (pull) therefore the potential "warning" message would only be in the OpenShift console/logs, not as feedback/output of "start-build". > > On Wed, May 18, 2016 at 10:03 AM, Burr Sutter wrote: > > Actually I was thinking we need the warning on "oc

Re: [Container-tools] [Devtools] openshift is way too permissive in the CDK/ADB

2016-05-18 Thread Burr Sutter
m, > but we'll use OpenShift as a proxy here). > > We have added things that make it easier, and warnings, but people > don't read stuff. For instance, new-app warns you, and "oc status" > tells you exactly what to do, but we need it in more places. > > On Wed, May

Re: [Container-tools] [Devtools] openshift is way too permissive in the CDK/ADB

2016-05-18 Thread Burr Sutter
On Wed, May 18, 2016 at 8:34 AM, Aaron Weitekamp wrote: > On Wed, May 18, 2016 at 8:30 AM, Dusty Mabe wrote: > >> >> >> On 05/18/2016 07:18 AM, Aslak Knutsen wrote: >> > I think most teams at the Brno F2F were struggling with this. It works >> locally, but semi-obscure failures when pushed 'live

Re: [Container-tools] [Devtools] openshift is way too permissive in the CDK/ADB

2016-05-18 Thread Burr Sutter
On average, the current CDK is move of an evaluator's tool, not a for-real dev tool. In a for-real dev scenario some super user would have configured a team server and prepopulated it with "proper" base images, not ones from Docker Hub. If we locked down the CDK to only production ready base imag

Re: [Container-tools] CDK 2.0 - Docker maven build fails to download JARs and POM

2016-05-13 Thread Burr Sutter
Can we get that local Nexus as an exported Docker image .tar? :-) I am looking for an easy import & run solution. On Thu, May 12, 2016 at 5:18 PM, Albert Wong wrote: > May I make a suggestion? We suggest that you use a local Nexus repo when > doing FIS app. The reason why is that when you d

Re: [Container-tools] REHL images without OpenShift

2016-05-05 Thread Burr Sutter
We do not at this time. The OpenShift EAP image is usable for development but things like clustering are configured specifically for Openshift deployments. On Wed, May 4, 2016 at 12:17 PM, Jeremy Davis wrote: > Do we have RHEL images without OpenShift that we can download for use with > the C

Re: [Container-tools] Registering CDK OSE VM

2016-04-22 Thread Burr Sutter
That is how it is supposed to work :-) Registration and download at developers.redhat.com is the way to a user/password for using the CDK On Thursday, April 21, 2016, Karl Stevens wrote: > Subsequently I tested registering on the Developers portal and using those > credentials to register my vag

Re: [Container-tools] Prepackaged OpenShift template with CDK

2016-04-06 Thread Burr Sutter
On Wed, Apr 6, 2016 at 6:34 AM, Hardy Ferentschik wrote: > Hi, > > Sorry to come back to this so late, but I tested the latest CDK build and > noticed several changes to the available templates, so I wanted to bring > this up > again. > > On Wed, 10-Feb-2016 13:33, Pete Muir wrote: > > 1) eap64-m

Re: [Container-tools] New and improved vagrant-sshfs

2016-03-29 Thread Burr Sutter
On Tuesday, March 29, 2016, Dusty Mabe wrote: > > > On 03/29/2016 06:11 AM, Hardy Ferentschik wrote: > > Hi, > > > >> So I've been told that asking users to forward an ssh-agent or provide > >> a password to get synced folders working isn't good enough :( > >> > >> Fair enough. I've done some res

Re: [Container-tools] [openshift-sme] CDK networking issues when running in RH office

2016-03-19 Thread Burr Sutter
You will also have problems with xip.io to establish routes I am not sure what the workaround is other than "work from home" On Thu, Mar 17, 2016 at 11:11 AM, Albert Wong wrote: > Hi Team, > > Any tips? It seem like vagrant-subscriptions module have issues and I'm > having problem with some of

Re: [Container-tools] [openshift-sme] CDK networking issues when running in RH office

2016-03-18 Thread Burr Sutter
uest" and that definitely doesn't work. "red hat" > > seems to have some pieces working. > > > > On Thu, Mar 17, 2016 at 8:32 AM, Michael Guerette < mguer...@redhat.com > > > > wrote: > > > > > > > > Albert - a wild gu

Re: [Container-tools] Error starting up CDK v2 beta 4

2016-03-15 Thread Burr Sutter
Hatter validate. He is having the same issue as me. > Might look widespread. Contacting customerserv...@redhat.com > > On Tue, Mar 15, 2016 at 8:46 AM, Burr Sutter wrote: > >> Someone from the subscription logic side of the house will have to >> respond. We have been makin

Re: [Container-tools] Error starting up CDK v2 beta 4

2016-03-15 Thread Burr Sutter
Also https://subscription.rhn.redhat.com/subscription doesn't work for me > too. > > On Tue, Mar 15, 2016 at 8:38 AM, Burr Sutter wrote: > >> are you sure your plugins, Vagrantfile and .box all came from the same >> "build"? I have definitely confused the

Re: [Container-tools] Error starting up CDK v2 beta 4

2016-03-15 Thread Burr Sutter
are you sure your plugins, Vagrantfile and .box all came from the same "build"? I have definitely confused the 3 of them and that makes for some odd behavior. On Tue, Mar 15, 2016 at 11:14 AM, Albert Wong wrote: > Just started this week. > > Tried to exec "vagrant up" > > and then got the fol

Re: [Container-tools] Rethinking Nulecule

2016-03-10 Thread Burr Sutter
I like the proposal! :-) On Thursday, March 10, 2016, Ratnadeep Debnath wrote: > Hi all, > > Till now, Nulecule's focus has been to be a spec to package and ship > nested, composable multi container applications. Well, it helps us to > focus on a smaller problem and solve it well. This also keep

Re: [Container-tools] Has anyone gotten the CDK and Fabric8.io working together?

2016-03-03 Thread Burr Sutter
I believe Christian P has made an attempt, I love the idea, please let us know how it goes. Sent from my iPhone > On Mar 3, 2016, at 4:39 PM, Albert Wong wrote: > > I just got the latest Fabric8 video working on my own laptop using the > FAbric8 vagrant image > (https://blog.fabric8.io/polyg

Re: [Container-tools] 10.1.2.2

2016-02-25 Thread Burr Sutter
gt; > --Rob > > > On 2/24/2016 8:00 PM, Burr Sutter wrote: >> Thank you for this excellent explanation, it was what I was assuming >> but someone asked me a question today during a presentation and it >> made me wonder. >> >> S

Re: [Container-tools] 10.1.2.2

2016-02-24 Thread Burr Sutter
@redhat.com <mailto:smcca...@redhat.com> > Phone: 312-660-3535 > Cell: 330-807-1043 > Web: http://crunchtools.com > > Containerizing? Why does the user space matter? http://red.ht/1Kl0mpx > > > Original message > From: B

[Container-tools] 10.1.2.2

2016-02-24 Thread Burr Sutter
Within the CDK, we have hardcoded it to 10.1.2.2 in the Vagrantfile, what if I boot up 2 CDKs on 2 laptops on the same corporate network?   I assume there will be a conflict. Eventually, we will need to allow the end-user to tweak the IP address. Burr __

Re: [Container-tools] Why do we have "rhel-docker-eclipse"?

2016-02-06 Thread Burr Sutter
:36 AM, Max Rydahl Andersen (mande...@redhat.com) wrote: One primary was the goal.  The rest removed or put in docs/examples.  /max http://about.me/maxandersen On 05 Feb 2016, at 16:24, Burr Sutter wrote: For the GA, I believe we should be down to 2 Vagrantfiles, not 3, right? http

[Container-tools] Why do we have "rhel-docker-eclipse"?

2016-02-05 Thread Burr Sutter
For the GA, I believe we should be down to 2 Vagrantfiles, not 3, right? http://screencast.com/t/srBVqOVxtZi Can we just eliminate “rhel-docker-eclipse”? ___ Container-tools mailing list Container-tools@redhat.com https://www.redhat.com/mailman/listin

Re: [Container-tools] Kudos

2016-02-02 Thread Burr Sutter
Vaclav, are what does your .json snippets look like and your steps? I am curious to know how you approached the use of Kubernetes. On February 2, 2016 at 7:53:42 PM, Scott McCarty (smcca...@redhat.com) wrote: Woot woot! - Original Message - > From: "Vaclav Pavlin" > To: "container-too

Re: [Container-tools] Prepackaged OpenShift template with CDK

2016-02-02 Thread Burr Sutter
We need something for a Java developer as well. Max and Hardy should have the details. On February 2, 2016 at 4:31:42 AM, Lalatendu Mohanty (lmoha...@redhat.com) wrote: We are planning to ship one OpenShift template by default in the CDK Vagrant box as an user should be able to setup OpenShift