Skip to content

Commit f44833b

Browse files
committed
Fix ctr command examples
Signed-off-by: Brad Davidson <[email protected]>
1 parent 5b22973 commit f44833b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/installation/registry-mirror.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,5 +117,5 @@ You would then be able to pull those images from all cluster members, as long as
117117
The embedded registry is read-only, and cannot be pushed to directly using `docker push` or other common tools that interact with OCI registries.
118118

119119
Images can be manually made available via the embedded registry by running `ctr -n k8s.io image pull` to pull an image,
120-
or by loading image archives via the `ctr -n k8s.io import` or `ctr -n k8s.io load` commands.
120+
or by loading image archives via the `ctr -n k8s.io image import` or `ctr -n k8s.io image load` commands.
121121
Note that the `k8s.io` namespace must be specified when managing images via `ctr` in order for them to be visible to the kubelet.

0 commit comments

Comments
 (0)