radius-project / samples

Radius samples
32 stars 26 forks source link

Container App Store reference app cannot pull containers #96

Closed amolenk closed 1 year ago

amolenk commented 1 year ago

I'm trying to run the Container App Store ref app:

cd samples/reference-apps/container-app-store

rad deploy iac/app.bicep

Deployment succeeds, but the application doesn't become healthy because containers for the Go, Node & Python app cannot be found:

stream logs failed container "goapp" in pod "store-goapp-6949977b66-bg8g4" is waiting to start: trying and failing to pull image for default/store-goapp-6949977b66-bg8g4 (goapp)

These container references all still have 0.14 as the version. May need to be updated to 0.15?

AaronCrawfis commented 1 year ago

Am able to pull images with the latest release:

$ kubectl get pods -n default-store
NAME                         READY   STATUS    RESTARTS      AGE
goapp-85754bcd8c-m8gsz       2/2     Running   2 (54s ago)   74s
nodeapp-f6bcd5d54-nj6xt      2/2     Running   0             67s
pythonapp-786cd4c94d-g92z4   2/2     Running   0             43s
redis-7c4f97f45d-rjtm9       1/1     Running   0             68s

Please let us know if you are hitting any issues and reopen