devonfw / shop-floor

Tools, scripts and strategies to deploy Devonfw projects (Angular + Java) and provision an unmanaged alternative for complete CICD environments based on Docker/Kubernetes/OpenShift
Apache License 2.0
7 stars 14 forks source link

Add kubernetes uninstallation script #14

Open cbeldacap opened 6 years ago

cbeldacap commented 6 years ago

Category: Enhancement Severity: Medium

Description of issue / expected enhacement /Comments Add uninstallation script for the kubernetes environment. It will clean it and free all required space, removing networks, containers, images and everything related to kubernetes.

Name: dsf4kubernetes-uninstall.sh

Your environment - kubernetes

cbeldacap commented 6 years ago

Needed to remove all docker containers/images related to Kubernetes. This should be a cleaning script. Added on this commit.

Jorge-Dacal commented 6 years ago

It's done. @cbeldacap I'm waiting for your approval.