VOL-3145 - replace etcd-operator with basic etcd helm chart
Change-Id: I0abec1189895728b9531611cc3a7c8fe7fa8e61b
diff --git a/scripts/monitor.sh b/scripts/monitor.sh
index 76f9650..487b71b 100755
--- a/scripts/monitor.sh
+++ b/scripts/monitor.sh
@@ -22,7 +22,7 @@
CMD_KEY=command
fi
-kubectl get --all-namespaces pods,svc && echo "" \
+kubectl get --all-namespaces pods,svc,configmap | grep -v kube-system && echo "" \
&& kubectl describe --all-namespaces pods | grep Image: | grep '\(voltha\|bbsim\)' | sed -e "s/^ *//g" -e "s/: */: /g" && echo "" \
&& echo "DB SIZE: $($SCRIPTPATH/etcd-db-size.sh)" && echo "" \
&& echo "RSS SIZE: $(ps -eo rss,pid,$CMD_KEY | grep /usr/local/bin/etcd | grep -v grep | cut -d\ -f1 | numfmt --to=iec | tr '\n' ' ' )"