Closed dgodfrey206 closed 1 year ago
It appears that this was an issue specific to Coreweave Kubernetes. Coreweave is the cloud platform I'm using. It seems kube-fledged requires access to the nodes which Coreweave does not allow. An alternative to kube-fledged would be Nydus. I'll close this issue.
I am having an issue where it's failing to pull the image into the image cache.
I have an image at docker.io/dgodfrey206/palatialsps:demo that I want cached to all nodes in the cluster. I followed the README and added the tag under "images" with no
nodeSelector
and when I create the image cache it then takes 5 minutes and says that the image pulling failed.This is the output I got:
I ran
kubectl get pods -n kube-fledged
to get the pods:When I run
kubectl describe pod imagecache1-2djv4-mnr5l -n kube-fledged
for one of the imagecache pods and go down to the "Events" portion of the output I saw this:I should mention I'm using a vcluster control plane.