Skip to content

Commit 33a95c8

Browse files
authored
Merge pull request #3321 from replicatedhq/AmberAlston-patch-1
Replicated Registry: Clarify who gets access and what we recommend
2 parents 83bc936 + 6a669e2 commit 33a95c8

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

docs/vendor/packaging-private-registry-security.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Replicated Registry Security
22

3-
This document lists the security measures and processes in place to ensure that images pushed to the Replicated registry remain private. For more information about pushing images to the Replicated registry, see [Using the Replicated Registry for KOTS Installations](private-images-replicated).
3+
This document lists the security measures and processes in place to ensure that images pushed to the Replicated registry remain private. For more information about pushing images to the Replicated registry, see [About the Replicated Registry Option for KOTS Installations](private-images-replicated).
44

55

66
## Single Tenant Isolation

docs/vendor/private-images-replicated.mdx

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

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

5-
This topic describes how to push images to the Replicated private registry.
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.
66

77
## Overview
88

9-
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).
1012

1113
Images pushed to the Replicated registry are displayed on the **Images** page in the Vendor Portal:
1214

@@ -26,6 +28,8 @@ The Replicated registry has the following limitations:
2628

2729
* 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.
2830

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+
2933
## Push Images to the Replicated Registry
3034

3135
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)