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
If I build ef-kubernetes-app, I get the following docker images:
REPOSITORY TAG IMAGE ID CREATED SIZE
clustermonitor 1.0.0 67f7bab6f51c 4 seconds ago 859MB
sbrt-base 11.1.0 215b08a27d1a 6 seconds ago 859MB
streaming/ef-kubernetes-app 1.0.0 f5fa47ab6f61 6 seconds ago 859MB
But the ef-kubernetes-app.yaml specifies a different image name:
image: ef-kubernetes-app:1.0.0
So unless I manually edit this to be..
image: streaming/ef-kubernetes-app:1.0.0
..the pods will fail to deploy with CrashLoopBackoff errors.
The text was updated successfully, but these errors were encountered:
If I build ef-kubernetes-app, I get the following docker images:
But the ef-kubernetes-app.yaml specifies a different image name:
image: ef-kubernetes-app:1.0.0
So unless I manually edit this to be..
image: streaming/ef-kubernetes-app:1.0.0
..the pods will fail to deploy with CrashLoopBackoff errors.
The text was updated successfully, but these errors were encountered: