X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2Fdevops.git;a=blobdiff_plain;f=installers%2Finstall_kubeadm_cluster.sh;h=1672854ae84b4abb3d206071345165b5a3e3dc16;hp=972fef16f5559c103a9eb108b52f013b025636e0;hb=91f26241c01b5862022b193741a4408f74689a9e;hpb=13da5b3a190d63baf7bccf035a2e7c3e543b09d5 diff --git a/installers/install_kubeadm_cluster.sh b/installers/install_kubeadm_cluster.sh index 972fef16..1672854a 100755 --- a/installers/install_kubeadm_cluster.sh +++ b/installers/install_kubeadm_cluster.sh @@ -229,7 +229,7 @@ function check_for_readiness() { #removes osm deployments and services function remove_k8s_namespace() { [ -z "${DEBUG_INSTALL}" ] || DEBUG beginning of function - kubectl delete ns $1 + kubectl delete ns $1 2>&1 >/dev/null [ -z "${DEBUG_INSTALL}" ] || DEBUG end of function }