Testing the mail list

2018-01-11 Thread Micheal B
Have not seen an email from the list for a while. -- Juju mailing list Juju@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/juju

Re: Juju 2.3.0 is here!

2017-12-07 Thread Micheal B
Looks great here other than the LDX on VMware which is what I need or at least part of it is. Wanting to run containerized openstack in kubernetes on vmware.  Unless someones has a better idea, I could try. Thanks Micheal From: Juju on behalf of

Re: Juju Kubernetes vSphere storage

2017-09-07 Thread Micheal B
:02 PM To: Micheal B <tic...@tictoc.us> Cc: juju <Juju@lists.ubuntu.com> Subject: Re: Juju Kubernetes vSphere storage On Thu, Sep 7, 2017 at 1:31 PM, Micheal B <tic...@tictoc.us> wrote: Thanks! Stuck on Step-6 Add flags to controller-manager, API server and Kubelet

Re: Juju Kubernetes vSphere storage

2017-09-07 Thread Micheal B
ized installation, only the /etc/origin and /var/lib/origin directories are mounted to the master and node container. Therefore, node-config.yaml must be in /etc/origin/node rather than /etc/. From: Tim Van Steenburgh <tim.van.steenbu...@canonical.com> Date: Thursday, Sept

Juju Kubernetes vSphere storage

2017-09-07 Thread Micheal B
While working through -- https://github.com/kubernetes/examples/tree/master/staging/volumes/vsphere To test the different storage types on my vSphere lab I seem to either have a bug or am no able to copy and paste some code ☺ None work. All get pretty close to the same error.

Re: Kubernetes backup yaml

2017-09-06 Thread Micheal B
and redeploy using it. See -- https://www.rdoproject.org/documentation/packstack-cookbook/ Cheers Micheal From: Tim Van Steenburgh <tim.van.steenbu...@canonical.com> Date: Wednesday, September 6, 2017 at 8:18 AM To: Micheal B <tic...@tictoc.us> Cc: juju <Juju@lists.ubuntu.c

External IP's

2017-09-05 Thread Micheal B
My lab is juju using vsphere kubernetes - https://jujucharms.com/docs/2.1/help-vmware - my nodes all get their IP’s and DNS from a local domain server and tested used using the - https://kubernetes.io/docs/concepts/services-networking/dns-pod-service/ All of the Nodes Master and worker have

Kubernetes backup yaml

2017-09-05 Thread Micheal B
Is there a way to extract your current cluster config to a YAML file for a redeployment? -- Juju mailing list Juju@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/juju

Re: kubectl run

2017-08-31 Thread Micheal B
Thank you! From: Tim Van Steenburgh <tim.van.steenbu...@canonical.com> Date: Thursday, August 31, 2017 at 3:33 PM To: Micheal B <tic...@tictoc.us> Cc: juju <Juju@lists.ubuntu.com> Subject: Re: kubectl run This works for me: kubectl run -it db2express-c

kubectl run

2017-08-31 Thread Micheal B
Trying to convert a Docker run to kubectl Working thru https://hub.docker.com/r/ibmcom/db2express-c/ docker run -it -p 5:5 -e DB2INST1_PASSWORD=db2inst1-pwd -e LICENSE=accept ibmcom/db2express-c:latest bash in Docker I have it running great just need to figure out the

juju deploy docker

2017-08-30 Thread Micheal B
Running juju vsphere cloud – current CDK Test both Juju deploy docker And juju deploy docker --series xenial –force always get hook failed: "config-changed" Tested other installs juju add-unit kubernetes-worker  --- install fine check DNS / DHCP all of that appears fine

Kubernetes with Juju

2017-08-15 Thread Micheal B
How can I use local images when doing juju bootstrap vsphere/myregions --bootstrap-constraints "cores=2 mem=4G root-disk=32G" rather than the downloading of the ova? Same thing for the images used in bundles .. Trying to cut down on the downloading times .. -- Juju mailing list