=== Lukewh_ is now known as Lukewh === stokachu_ is now known as stokachu [00:37] cynthiaoneill, see juju add-ssh-key and juju import-ssh-key [02:05] kwmonroe: only a strawman, but a working strawman none the less https://jujucharms.com/new/u/omnivector/hadoop-spark-jupyter-conda/bundle/0 [02:06] going to be pushing the polish on ^ over the next bit [02:07] wanted to get it out there though [06:08] a bit more refined https://jujucharms.com/new/u/omnivector/hadoop-spark-jupyter-conda/bundle/4 [06:08] :) === matthew is now known as Guest47644 === matthew is now known as Guest13075 [15:27] When bringing up kubernetes via juju, is there a way to watch status? I’m running juju status repeatedly [15:31] cynthiaoneill: watch -c juju status --color [15:33] or in my case: alias js="watch -c juju status --color" [15:34] bummer, mac doesn’t have watch [15:35] kwmonroe: what do you do? ^ [15:36] One other newbie question- if I want to bring up more than the 3 worker nodes that come with the canonical-kubernetes charm….do you have a tip? I ran deploy —dry-run to see the commands…I’m assuming you “could” run each of those individually?? [15:37] cynthiaoneill: `brew install watch` [15:37] yay!! brew [15:37] cynthiaoneill: juju add-unit kubernetes-worker [15:37] if you want to add units after deploy [15:38] nice! If adding 100 nodes, would that be 100 commands, or is there a way to say 100? [15:38] -n 100 [15:38] awesome!! [15:38] gotta catch an Uber, ttyl [15:38] thanks for the help!! [15:38] np :) [16:02] rick_h_: is there good up-to-date docs about how to build a reactive charm from scratch? I've been hacking on charms for a while, but haven't built a new one with the latest best practices yet. [16:19] knobby: the latest four repos here https://github.com/omnivector-solutions [16:19] I wrote them yesterday - they use some of the new things in reactive [16:19] possibly it will be a good place to start [16:19] * bdx needs feedback and review :) [16:21] I've got a good readme on conda-api - https://github.com/omnivector-solutions/layer-conda-api [16:21] working on the others atm [16:22] thanks, bdx! [16:23] np [19:14] knobby: not sure if you've seen the charm create, but i'll do a good job of the boilerplate stuff: charm create -t reactive-[bash|python] [19:15] copying a known good one is a good place to start too though [19:24] known good is somewhat the issue, but I think I'm doing ok...that charm create command would have been really useful a few hours ago ><