mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-07 11:13:48 +00:00
Adding kube-down logic to utils.sh to clean up.
This commit is contained in:
parent
a464d624e6
commit
f261702ef6
@ -60,6 +60,8 @@ function kube-up() {
|
||||
}
|
||||
|
||||
function kube-down() {
|
||||
# Remove the binary files from the charm directory.
|
||||
rm -rf cluster/juju/charms/trusty/kubernetes-master/files/output/
|
||||
local jujuenv
|
||||
jujuenv=$(cat ~/.juju/current-environment)
|
||||
juju destroy-environment $jujuenv
|
||||
|
Loading…
Reference in New Issue
Block a user