Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Arash Haghighat <arash@linja.pro>
  • Loading branch information
irLinja committed Mar 26, 2024
1 parent b450bff commit ea681af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/cri/registry.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This document describes the method to configure the image registry for `containe
## Configure Registry Credentials

> **_NOTE:_** registry.configs.*.auth is DEPRECATED and will NOT have an equivalent way to store
> unecrypted secrets in the host configuration files. However, it will not be removed until
> unencrypted secrets in the host configuration files. However, it will not be removed until
> a suitable secret management alternative is available as a plugin. It remains supported
> in 1.x releases, including the 1.6 LTS release.
Expand Down Expand Up @@ -43,7 +43,7 @@ After modifying this config, you need to restart the `containerd` service.

### Configure Registry Credentials Example - GCR with Service Account Key Authentication

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

* Create a Google Cloud Platform (GCP) account and project if not already created (see [GCP getting started](https://cloud.google.com/gcp/getting-started))
* Enable GCR for your project (see [Quickstart for Container Registry](https://cloud.google.com/container-registry/docs/quickstart))
Expand Down

0 comments on commit ea681af

Please sign in to comment.