0

I'm trying to deploy Docker image in Kubernetes. When I created deployments and services deployments, pods and replica set were failed showing the message bellow (in minikube).

Deployments failed

Pods failed

I tried Docker login in power shell. However that doesn't work. As I can understand it's a problem of loading file in docker cloud.

Anyone have an idea about how to resolve this....

zero323
  • 322,348
  • 103
  • 959
  • 935
Sasitha Iresh
  • 397
  • 1
  • 5
  • 14
  • Could you provide your deployment yaml to understand where the problem is, because now it looks like minikube tried to pull `kubertest_test1_1` image from dockerhub and, of course, it could not pull it and failed with the error. – Nick Rak Apr 11 '18 at 14:33
  • Finally I figure out what's the problem. It's because wrong image name in `*.yaml` file. I was looking for a quick fix. However after questions asked by you guys, I went through the documentation A-Z. After that I was able to find the answer.. Thanks for the help. – Sasitha Iresh Apr 17 '18 at 02:15

1 Answers1

0

What docker images are you trying to use?

From the error message kubertest_test1_1 and kubertest_test2_1 images certainly does not exist.

bits
  • 1,595
  • 1
  • 17
  • 17