Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ef-kubernetes sample sets the wrong image name #71

Open
jtmulcahey opened this issue May 23, 2024 · 0 comments
Open

ef-kubernetes sample sets the wrong image name #71

jtmulcahey opened this issue May 23, 2024 · 0 comments

Comments

@jtmulcahey
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant