Qiskit / qiskit-serverless

A programming model for leveraging quantum and classical resources
https://qiskit.github.io/qiskit-serverless/
Apache License 2.0
67 stars 27 forks source link

Gateway pod crashing on Kubernetes test #975

Closed psschwei closed 1 year ago

psschwei commented 1 year ago

Test in question: https://github.com/Qiskit-Extensions/quantum-serverless/blob/main/.github/workflows/kubernetes-install.yaml

The gateway pod keeps crashing, i.e.

--- default pods ---
NAME                                READY   STATUS    RESTARTS      AGE
gateway-59b44bcf6d-gl74z            0/1     Running   4 (23s ago)   3m37s
keycloak-0                          1/1     Running   0             3m37s
kuberay-operator-6c498d996f-wfbw2   1/1     Running   0             3m37s
postgresql-0                        1/1     Running   0             3m37s
prepuller-r2wsk                     1/1     Running   0             3m37s
scheduler-55dc447bdd-tct6r          1/1     Running   0             3m37s

source: https://github.com/Qiskit-Extensions/quantum-serverless/actions/runs/6301898339/job/17107951490?pr=974

Seems to be a GHA issue, as the issue doesn't happen when running locally:

$ k get po
NAME                                READY   STATUS    RESTARTS   AGE
gateway-5d95cd6cd5-9s49x            1/1     Running   0          111s
keycloak-0                          1/1     Running   0          111s
kuberay-operator-77b656d4f7-xgkmj   1/1     Running   0          111s
postgresql-0                        1/1     Running   0          111s
prepuller-jfpkz                     1/1     Running   0          111s
scheduler-6b57c9dfbd-4k4x7          1/1     Running   0          111s

Poking and probing in #974 to see if I can get this working (note that it did work ok in #970, not sure what happened since then...)

psschwei commented 1 year ago

We got rid of this test, so this is moot