Skip to content

Commit fe5fdcc

Browse files
committed
Update after review
Review comments: - containerd/cri#1591 (review) Signed-off-by: Martin Hickey <[email protected]>
1 parent 70a56ae commit fe5fdcc

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

docs/registry.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ version = 2
7878
```
7979

8080
To skip the registry certificate verification:
81+
8182
```toml
8283
# explicitly use v2 config format
8384
version = 2
@@ -114,7 +115,7 @@ not specified by Kubernetes via CRI.
114115

115116
After modifying this config, you need to restart the `containerd` service.
116117

117-
### Configure Registry Credentials Example - GCR with service account key authentication
118+
### Configure Registry Credentials Example - GCR with Service Account Key Authentication
118119

119120
If you don't already have Google Container Registry (GCR) set-up then you need to do the following steps:
120121

@@ -126,7 +127,7 @@ If you don't already have Google Container Registry (GCR) set-up then you need t
126127

127128
Refer to [Pushing and pulling images](https://cloud.google.com/container-registry/docs/pushing-and-pulling) for detailed information on the above steps.
128129

129-
> Note: The JSON key file is a multi-line file and can be cumbersome to use its contents as a key outside of file. It is worthwhile generating a single line format output of the file. One way of doing this is using the `jq` tool as follows: `jq -c . key.json`
130+
> Note: The JSON key file is a multi-line file and it can be cumbersome to use the contents as a key outside of the file. It is worthwhile generating a single line format output of the file. One way of doing this is using the `jq` tool as follows: `jq -c . key.json`
130131
131132
It is beneficial to first confirm that from your terminal you can authenticate with your GCR and have access to the storage before hooking it into containerd. This can be verified by performing a login to your GCR and
132133
pushing an image to it as follows:

0 commit comments

Comments
 (0)