Merge "Add armada namespace in k8s pod recovery"

This commit is contained in:
Zuul 2021-05-13 18:43:55 +00:00 committed by Gerrit Code Review
commit 60524bc11c

View File

@ -100,7 +100,7 @@ function _unknown_pods {
# $1: actions <recover|verify>
# Target specific namespaces and pods on this host
SUPPORTED_NAMESPACES=('openstack' 'monitor')
SUPPORTED_NAMESPACES=('armada' 'openstack' 'monitor')
shopt -s nullglob
for conf_file in ${CONF_DIR}/*.conf; do