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/cri/registry.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ This document describes the method to configure the image registry for `containe
13
13
## Configure Registry Credentials
14
14
15
15
> **_NOTE:_** registry.configs.*.auth is DEPRECATED and will NOT have an equivalent way to store
16
-
> unecrypted secrets in the host configuration files. However, it will not be removed until
16
+
> unencrypted secrets in the host configuration files. However, it will not be removed until
17
17
> a suitable secret management alternative is available as a plugin. It remains supported
18
18
> in 1.x releases, including the 1.6 LTS release.
19
19
@@ -43,7 +43,7 @@ After modifying this config, you need to restart the `containerd` service.
43
43
44
44
### Configure Registry Credentials Example - GCR with Service Account Key Authentication
45
45
46
-
If you don't already have Google Container Registry (GCR) set-up then you need to do the following steps:
46
+
If you don't already have Google Container Registry (GCR) setup then you need to do the following steps:
47
47
48
48
* Create a Google Cloud Platform (GCP) account and project if not already created (see [GCP getting started](https://cloud.google.com/gcp/getting-started))
49
49
* Enable GCR for your project (see [Quickstart for Container Registry](https://cloud.google.com/container-registry/docs/quickstart))
0 commit comments