Add armada namespace in k8s pod recovery
Update k8s pod recovery service to include armada namespace so armada pod that stuck in an unknown state after host lock/unlock or reboot could be recovered by the service. Change-Id: Iacd92637a9b4fcaf4c0076e922e1bd739f69a584 Closes-Bug: 1928018 Signed-off-by: Angie Wang <angie.wang@windriver.com>
This commit is contained in:
parent
b1ac604703
commit
03665ae745
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user