Commit 66d2361a authored by garciadeblas's avatar garciadeblas Committed by Mark Beierl
Browse files

Silent output when deleting ns osm in k8s cluster



The installation of the local k8s cluster with install_kubeadm_cluster.sh
raised an error message when deleting the namespace "osm". That NS is
deleted as a previous step to the deployment of OSM pods, just to make sure
that we start from a clean NS.

In principle, the error from kubectl should appear always in clean
installations. For that reason, the output of the command is redirected
to /dev/null to avoid confusion for the end user.

Change-Id: I4e38cb2c727683215d8b331a4780feeec98fbe5d
Signed-off-by: default avatargarciadeblas <gerardo.garciadeblas@telefonica.com>
parent f315815e
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