You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am seeing a lot of such errors when testing v0.0.1 DevSandbox extension (installed via podman desktop on 06/12/2023).
I have noticed especially when deleting a pod from the cluster using podman desktop.
Install extension, create and login to the dev sandbox, get login command
Create new dev sandbox resource
Pull some image, create container and pod from a container (I was using redis + python-frontend, but can be anything like quay.io/centos7/httpd-24-cento7)
Go to the pod and deploy it to the sandbox cluster
Check that app is running and available via the route
Delete the pod
Assert: pod is deleted and no error appears
Pod is deleted, but then I am seeing a lot of errors in the dev console (100+).
Full stack trace:
index.ts:1335 Uncaught Error: Cannot read properties of undefined (reading 'log')
at EventEmitter.<anonymous> (<anonymous>:2:7777)
at EventEmitter.emit (VM4 sandbox_bundle:2:35718)
at Object.onMessage (VM4 sandbox_bundle:2:47988)
(anonymous) @ index.ts:1335
emit @ VM4 sandbox_bundle:2
onMessage @ VM4 sandbox_bundle:2
The text was updated successfully, but these errors were encountered:
I am seeing a lot of such errors when testing v0.0.1 DevSandbox extension (installed via podman desktop on 06/12/2023).
I have noticed especially when deleting a pod from the cluster using podman desktop.
Env: Podman desktop 1.1.0, sandbox ext. v.0.0.1, Fedora 37
Steps:
quay.io/centos7/httpd-24-cento7
)Pod is deleted, but then I am seeing a lot of errors in the dev console (100+).
Full stack trace:
The text was updated successfully, but these errors were encountered: