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
Finally, I have gotten the chance to use spegel again, and I thought it's a bit hard to know if my container is actually being pulled by spegel or not.
I can probably enable some debug log to see it, but another option would be to start using K8s events, just like GKE is doing with its image streaming.
Not priority number one, and there is a risk of it getting rather chatty and it will require access to the k8s api, which I can see that not all users want.
But as long as it's possible to disable the feature in the code and helm chart it could be a nice feature to implement.
default 8m11s Normal ImageStreaming node/gke-gke-green-staging-e-spot-compute2-9a17876f-jr9z (combined from similar events): Image gke.gcr.io/gke-metrics-collector@sha256:545f5594f9a6ee714b315897f92edeaa858b1074e4c6a38894353214907e4fe5 is backed by image streaming.
default 8m4s Normal ImageStreaming node/gke-gke-green-staging-e-spot-compute2-9a17876f-jr9z Layer download failed. Layer id: "sha256:59654b79daad74c77dc2e28502ca577ba8ce73276720002234a23fc60ee92692", image: "docker.io/library/busybox@sha256:79c9716db559ffde1170a4faf04910a08d930f511e6904c4899a1f7be2abfb34"
Proposed solution to the problem
No response
The text was updated successfully, but these errors were encountered:
Describe the problem to be solved
Hi
Finally, I have gotten the chance to use spegel again, and I thought it's a bit hard to know if my container is actually being pulled by spegel or not.
I can probably enable some debug log to see it, but another option would be to start using K8s events, just like GKE is doing with its image streaming.
Not priority number one, and there is a risk of it getting rather chatty and it will require access to the k8s api, which I can see that not all users want.
But as long as it's possible to disable the feature in the code and helm chart it could be a nice feature to implement.
Here you can see how GKE does it: https://cloud.google.com/kubernetes-engine/docs/how-to/image-streaming
And here is an example on how it looks in our cluster.
Proposed solution to the problem
No response
The text was updated successfully, but these errors were encountered: