Skip to content

Commit

Permalink
Fix a cyrillic character in the header (#313)
Browse files Browse the repository at this point in the history
  • Loading branch information
ialidzhikov authored Jan 13, 2025
1 parent 4b9368c commit 0864c44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage/registry-cache/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ There is always the option to remove the cache from the Shoot spec and to readd

> Drawback of this approach: The already cached images get lost and the cache starts with an empty disk.

## High Аvailability
## High Availability

The registry cache runs with a single replica. This fact may lead to concerns for the high availability such as "What happens when the registry cache is down? Does containerd fail to pull the image?". As outlined in the [How does it work? section](#how-does-it-work), containerd is configured to fall back to the upstream registry if it fails to pull the image from the registry cache. Hence, when the registry cache is unavailable, the containerd's image pull operations are not affected because containerd falls back to image pull from the upstream registry.

Expand Down

0 comments on commit 0864c44

Please sign in to comment.