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
# Replicated Registry Option for KOTS Installations
3
+
# About the Replicated Registry Option for KOTS Installations
4
4
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.
10
6
11
7
## Overview
12
8
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).
14
12
15
13
Images pushed to the Replicated registry are displayed on the **Images** page in the Vendor Portal:
16
14
@@ -30,6 +28,8 @@ The Replicated registry has the following limitations:
30
28
31
29
* 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.
32
30
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
+
33
33
## Push Images to the Replicated Registry
34
34
35
35
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