Commit f261702e authored by Matt Bruzek's avatar Matt Bruzek

Adding kube-down logic to utils.sh to clean up.

parent a464d624
...@@ -60,6 +60,8 @@ function kube-up() { ...@@ -60,6 +60,8 @@ function kube-up() {
} }
function kube-down() { function kube-down() {
# Remove the binary files from the charm directory.
rm -rf cluster/juju/charms/trusty/kubernetes-master/files/output/
local jujuenv local jujuenv
jujuenv=$(cat ~/.juju/current-environment) jujuenv=$(cat ~/.juju/current-environment)
juju destroy-environment $jujuenv juju destroy-environment $jujuenv
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment