-
Notifications
You must be signed in to change notification settings - Fork 184
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
Failed to pull image "kepler_model_server" #888
Comments
Currently, the flow is building only version tag (v0.6) for now but I will also add latest tag to the flow. |
@sunya-ch Why the pod will pull image |
Oh.. I see. It is a different issue. We do miss the On the kepler-model-server repo, we set image in the Makefile here: https://github.com/sustainable-computing-io/kepler-model-server/blob/0bcf63a9625ff71dea293774bd761727ae859d24/Makefile#L73. |
Please confirm these two PRs. |
@sunya-ch What day does this issue will be fixed? Can I change the image from |
Yes, you can directly change the image to |
Hi, @sunya-ch . I found make build-manifest |
@sunya-ch I changed the model server image to the These are logs of kepler exporter.
Is this right? kpler works normally or not? |
this looks right, kepler is started successfully. |
What happened?
Hi everone, I install kepler using Manifests and option
ESTIMATOR_SIDECAR_DEPLOY
(command:make build-manifest OPTS="ESTIMATOR_SIDECAR_DEPLOY"
).Then, I deploy kepler(command:
kubectl apply -f _output/generated-manifest/deployment.yaml
).However, I encountered a following error
The following is description of this pod:
How can I solve it?
What did you expect to happen?
"kepler_model_server" should be pull.
How can we reproduce it (as minimally and precisely as possible)?
Install kepler using Manifests and option
ESTIMATOR_SIDECAR_DEPLOY
Anything else we need to know?
No response
Kepler image tag
Kubernetes version
Cloud provider or bare metal
OS version
Install tools
Kepler deployment config
For on kubernetes:
For standalone:
put your Kepler command argument here
Container runtime (CRI) and version (if applicable)
Related plugins (CNI, CSI, ...) and versions (if applicable)
The text was updated successfully, but these errors were encountered: