Silent output when deleting ns osm in k8s cluster 50/11650/2
authorgarciadeblas <gerardo.garciadeblas@telefonica.com>
Wed, 12 Jan 2022 08:58:50 +0000 (09:58 +0100)
committerbeierlm <mark.beierl@canonical.com>
Tue, 15 Feb 2022 20:10:11 +0000 (21:10 +0100)
commit66d2361a174d7892c9ba049e78a1c30a6bdf8ad4
treef1af2468afac895db15aa3fd93904de8d1b40d0c
parentf315815e29aaa025ade0500a1943803b1659376f
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: garciadeblas <gerardo.garciadeblas@telefonica.com>
installers/install_kubeadm_cluster.sh