Skip to content

Commit 3f8db21

Browse files
authored
Update private-images-replicated.mdx
1 parent ea4a2ea commit 3f8db21

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/vendor/private-images-replicated.mdx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
11
import TeamTokenNote from "../partials/vendor-api/_team-token-note.mdx"
22

3-
# Replicated Registry Option for KOTS Installations
3+
# About the Replicated Registry Option for KOTS Installations
44

5-
This topic describes how to optionally push images to the Replicated private registry.
6-
7-
:::note
8-
The ability to push additional images to the Replicated Registry is restricted to KOTS managed installations. Regardless of intended application installation method, Replicated recommends leveraging the [Replicated Proxy Registry](/vendor/private-images-about) instead for private/public image distribution. The Replicated Proxy Registry provides a globally distributed and highly performant method to grant license controlled pull-through access to application images.
9-
:::
5+
This topic describes how to push images to the Replicated registry. The information in this topic applies only to installations managed with Replicated KOTS.
106

117
## Overview
128

13-
For applications installed with KOTS, you can host private images on the Replicated registry. Hosting your images on the Replicated registry is useful if you do not already have your images in an existing private registry. It is also useful for testing purposes.
9+
For applications installed with KOTS, you can optionally host private images on the Replicated registry. Hosting your images on the Replicated registry can be useful for testing purposes.
10+
11+
For all production releases, Replicated recommends using the Replicated proxy registry for both private and public image distribution, rather than hosting images on the Replicated registry. The proxy registry provides a globally-distributed and highly-performant method to grant pull-through access to application images. For more information, see [About the Replicated Proxy Registry](/vendor/private-images-about).
1412

1513
Images pushed to the Replicated registry are displayed on the **Images** page in the Vendor Portal:
1614

@@ -30,6 +28,8 @@ The Replicated registry has the following limitations:
3028

3129
* You might encounter a timeout error when pushing images with layers close to or exceeding 2GB in size, such as: "received unexpected HTTP status: 524." To work around this, reduce the size of the image layers and push the image again. If the 524 error persists, continue decreasing the layer sizes until the push is successful.
3230

31+
* The ability to push images to the Replicated registry is available only for KOTS-managed installations. Pushing images to the Replicated registry is not supported for Helm installations.
32+
3333
## Push Images to the Replicated Registry
3434

3535
This procedure describes how to tag and push images to the Replicated registry. For more information about building, tagging, and pushing Docker images, see the

0 commit comments

Comments
 (0)