Mirantis / virtlet

Kubernetes CRI implementation for running VM workloads
Apache License 2.0
739 stars 128 forks source link

No container image #896

Closed mjschmidt closed 5 years ago

mjschmidt commented 5 years ago

kubectl create -f https://raw.githubusercontent.com/Mirantis/virtlet/master/examples/cirros-vm.yaml

There is not image for this docker file? I am following the example found here

pigmej commented 5 years ago

It's not docker container. it's vm image. If your system tried to fetch container image then probably cri-proxy is missconfigured.

jellonek commented 5 years ago

There was also a comment: "I also tried changing this image out for cirros:latest. I was unable to attach to the pod, but this may be unrelated as I did not yet install the CRI Proxy to my cluster. I just wanted to test out the deployment." (which looks like was removed) which clearly says about missing cri proxy.

@mjschmidt have you added it and reconfigured kubelet to use cri proxy? If so - does this issue is still valid?

mjschmidt commented 5 years ago

Closing this, my own lack of knowledge