Comment 0 for bug 1928994

Revision history for this message
Thiago Paiva Brito (outbrito) wrote :

Brief Description
-----------------
After the merge of https://review.opendev.org/c/starlingx/integ/+/783083 we are still seeing some instances of the evicted pods being waited forever on manual tests. Investigating the issue we figured that despite those changes, the wrong version of the armada image (2 years old is still in use).

Severity
--------
Minor

Steps to Reproduce
------------------
Apply stx-openstack on AIO-SX

Expected Behavior
------------------
Application is succeeded

Actual Behavior
----------------
Application fails by timeout waiting on Evicted pods

Reproducibility
---------------
Intermittend: 1 out of 4

System Configuration
--------------------
AIO-SX, AIO-DX, Standard

Timestamp/Logs
--------------
kubectl describe on the armada pod shows

```
  Containers:
   armada-api:
    Image: registry.local:9001/quay.io/airshipit/armada:8a1638098f88d92bf799ef4934abe569789b885e-ubuntu_bionic
```

Test Activity
-------------
Developer Testing

Workaround
----------
- "kubectl delete" evicted pods and reapply
- Remove and reapply the application