Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deployment of simple pod using image kiamol/ch-02-hello-kiamol fails, no such image exists #60

Open
womackn opened this issue Feb 1, 2023 · 2 comments

Comments

@womackn
Copy link

womackn commented Feb 1, 2023

Running Docker Desktop with Kubernetes enabled.

In chapter 2 the user is instructed to run the following command to create a simple pod:

kubectl run hello-kiamol --image=kiamol/ch-02-hello-kiamol --restart=Never

The pod is created but it fails to load a docker image, here is the output of kubectl describe pod hello-kiamol:

Warning Failed 2s kubelet Failed to pull image "kiamol/ch-02-hello-kiamol": rpc error: code = Unknown desc = Error response from daemon: pull access denied for kiamol/ch-02-hello-kiamol, repository does not exist or may require 'docker login': denied: requested access to the resource is denied

There is no file named "ch-02-hello-kiamol" anywhere in the repo and no further instruction on where to find this file.

@arshdeeptinna
Copy link

@womackn, Image name is ch02-hello-kiamol

@womackn
Copy link
Author

womackn commented Feb 7, 2023

The video lesson does not instruct the user to run a docker pull command for that image, it only instructs the user to run the image using kubectl. That was the source of my confusion. Thank you for your help!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants