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
Copy file name to clipboardExpand all lines: docs/registry.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,6 +78,7 @@ version = 2
78
78
```
79
79
80
80
To skip the registry certificate verification:
81
+
81
82
```toml
82
83
# explicitly use v2 config format
83
84
version = 2
@@ -114,7 +115,7 @@ not specified by Kubernetes via CRI.
114
115
115
116
After modifying this config, you need to restart the `containerd` service.
116
117
117
-
### Configure Registry Credentials Example - GCR with service account key authentication
118
+
### Configure Registry Credentials Example - GCR with Service Account Key Authentication
118
119
119
120
If you don't already have Google Container Registry (GCR) set-up then you need to do the following steps:
120
121
@@ -126,7 +127,7 @@ If you don't already have Google Container Registry (GCR) set-up then you need t
126
127
127
128
Refer to [Pushing and pulling images](https://cloud.google.com/container-registry/docs/pushing-and-pulling) for detailed information on the above steps.
128
129
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`
130
131
131
132
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
0 commit comments