When AWX is restarted, pods starting with "awx-demo" cannot be seen

I am using AWX20.0.0
The procedure for restarting AWX during normal operation is as follows.
・Execute the “minikube stop” command to stop the three pods starting with “awx-demo~”, “awx-demo-postgres~”, and “awx-operator-controller-manager~”.
・Execute “minikube start”.

About a year after building it, I found out that the certificate had expired the other day, so I rebooted.
As a procedure
・Execute the “minikube stop” command
・Delete certificates under “/var/lib/docker/volumes/minikube/_data/lib/minikube/certs”
・Execute “minikube start”.

It was also confirmed that minikube started normally and a certificate with a new expiration date was created under “/var/lib/docker/volumes/minikube/_data/lib/minikube/certs”.

However, when I checked by running “minikube kubectl – get pods -A”, the above three pods that should normally start are not running.
( starting with “awx-demo~”, “awx-demo-postgres~”, and “awx-operator-controller-manager~”.)

I would like to know the following
・Does the pod disappear or become invisible just by deleting and recreating the certificate?
・Is there a way to check if the data on the pod remains?
What else do I need to check to recover?

Hello

I think I may have found the cause.
I think the cause is the version of minikube. We were using “v1.25.2” and the case is quite close.
https://github.com/ansible/awx-operator/issues/768

We are looking to restructure our AWX.

Our questions are as follows.
・What is the stable version of AWX and minikube? (From the ticket, is “v1.24.0” the stable version of minikube, or should we go with the latest version?)
・Do you have anything that you are doing to prevent loss of PODs? (e.g. attaching to local volume, etc.)

Please lend me your wisdom.

hosyhama

2023年3月29日水曜日 18:40:01 UTC+9 hosyhama: