Skip to content

Commit 7f3667c

Browse files
Add additional note on container logs (#481)
* Update docs/installation/private-registry.md Co-authored-by: Brad Davidson <[email protected]> Signed-off-by: Faraz Khawaja <[email protected]>
1 parent 2fe89d8 commit 7f3667c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/installation/private-registry.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ In order for the registry changes to take effect, you need to restart K3s on eac
255255
When Kubernetes experiences problems pulling an image, the error displayed by the kubelet may only reflect the terminal error returned
256256
by the pull attempt made against the default endpoint, making it appear that the configured endpoints are not being used.
257257

258-
Check the containerd log on the node at `/var/lib/rancher/k3s/agent/containerd/containerd.log` for detailed information on the root cause of the failure.
258+
Check the containerd log on the node at `/var/lib/rancher/k3s/agent/containerd/containerd.log` for detailed information on the root cause of the failure. Note that you must look at the logs on the node where the pod was scheduled. You can check which node your pod was scheduled to by issuing `kubectl get pod -o wide -n NAMESPACE POD` and checking the the NODE column.
259259

260260
## Adding Images to the Private Registry
261261

0 commit comments

Comments
 (0)