You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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!
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.
The text was updated successfully, but these errors were encountered: