eiffel-community / eiffel-easy2use

A sandbox to be used to try out the Eiffel protocol and related services
Apache License 2.0
10 stars 19 forks source link

Namespace not removed #25

Closed emichaf closed 1 year ago

emichaf commented 5 years ago

Description

./Easy2Use remove XX -n do not remove the namespace.

Motivation

Add possibility to remove namespace if empty

Exemplification

./Easy2Use remove XX -n do not remove the namespace.

Benefits

Cluster could be cluttered with empty namespaces, now this needs to be done manually with kubectl delete ns xx

Possible Drawbacks

Users might not want to remove empty namespace by default, possibility to add new flag or similar to remove namespace deafult could be false i.e. leave it!

m-linner-ericsson commented 1 year ago

Closing as we let the user delete the namespace on its own