I\'m trying to run my first kubernetes pod locally. I\'ve run the following command (from here):
export ARCH=amd64 docker run -d \\ --volume=/:/rootfs:ro \\
I had this error when I tried to create a replicationcontroller. The issue was, I wrongly spelt the nginx image name in template definition.
replicationcontroller
Note: This error occurs when kubernetes is unable to pull the specified image from the repository.