I have shell script as like below;
ns_exists=$(kubectl get ns | grep ${consider_namespace} || true ) if [ -z "$ns_exists" ] then echo "No names