Skip to content

Commit e4b9b10

Browse files
committed
Make CRI registry docs more clear
Added reference to previous config syntax. Signed-off-by: Andrei Dobre <[email protected]>
1 parent 2ad54a2 commit e4b9b10

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/cri/registry.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22

33
This document describes the method to configure the image registry for `containerd` for use with the `cri` plugin.
44

5-
NOTE: The configuration syntax used in this doc is in version 2 which is the
6-
recommended since `containerd` 1.3. If your configuration is still in version 1,
7-
you can replace `"io.containerd.grpc.v1.cri"` with `cri`.
8-
95
## Configure Registry Endpoint
106

117
With containerd, `docker.io` is the default image registry. You can also set up other image registries similar to docker.
@@ -185,3 +181,7 @@ DEBU[0000] PullImageRequest: &PullImageRequest{Image:&ImageSpec{Image:gcr.io/you
185181
DEBU[0001] PullImageResponse: &PullImageResponse{ImageRef:sha256:78096d0a54788961ca68393e5f8038704b97d8af374249dc5c8faec1b8045e42,}
186182
Image is up to date for sha256:78096d0a54788961ca68393e5f8038704b97d8af374249dc5c8faec1b8045e42
187183
```
184+
185+
---
186+
187+
NOTE: The configuration syntax used in this doc is in version 2 which is the recommended since `containerd` 1.3. For the previous config format you can reference [https://github.com/containerd/cri/blob/release/1.2/docs/registry.md](https://github.com/containerd/cri/blob/release/1.2/docs/registry.md).

0 commit comments

Comments
 (0)