mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-22 18:37:15 +00:00
Adding kube-down logic to utils.sh to clean up.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user