Skip to content

Commit eef6feb

Browse files
committed
Merge branch 'main' into intro-kots
2 parents b0cd1b9 + 7102e4d commit eef6feb

File tree

59 files changed

+1221
-223
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+1221
-223
lines changed

docs/intro-replicated.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ pagination_prev: null
33
---
44

55
import ApiAbout from "/docs/partials/vendor-api/_api-about.mdx"
6+
import Kots from "/docs/partials/kots/_kots-definition.mdx"
67

78
# Introduction to Replicated
89

@@ -62,9 +63,9 @@ Additionally, the Replicated proxy service grants proxy access to private applic
6263

6364
### Install
6465

65-
Applications distributed with Replicated can be installed using any method, including the Helm CLI for Helm charts or any proprietary installation method already used by the ISV.
66+
Applications distributed with Replicated can be installed using the Helm CLI or the Replicated KOTS installer. The Helm CLI supports installation of Helm charts and KOTS supports installation of Helm charts and Kubernetes manifests.
6667

67-
Replicated also offers the Replicated KOTS installer, which is a kubectl plugin that provides highly successful installs of Helm charts and Kubernetes applications into customer-controlled environments, including air gap environments. For users that have less experience with Kubernetes, KOTS supports installations onto VMs or bare metal servers through _embedded clusters_, which are provisioned in the customer environment at the time of installation.
68+
<Kots/>
6869

6970
For more information, see the [KOTS documentation](intro-kots).
7071

docs/intro.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,10 @@ pagination_next: null
102102
<p>Helm</p>
103103
</li>
104104
<li>
105-
<p>Distribute your Helm chart application with Replicated.</p>
105+
<p>Distribute Helm-based applications with Replicated.</p>
106106
</li>
107107
<li>
108-
<a href="/vendor/distributing-overview#helm">About Helm CLI installations</a>
108+
<a href="/vendor/install-with-helm">About Helm CLI installations</a>
109109
</li>
110110
<li>
111111
<a href="/vendor/replicated-sdk-overview">Use the Replicated SDK</a>
@@ -116,9 +116,6 @@ pagination_next: null
116116
<li>
117117
<a href="/vendor/helm-image-registry">Use the proxy service for private images</a>
118118
</li>
119-
<li>
120-
<a href="/vendor/install-with-helm">Get Helm CLI installation instructions</a>
121-
</li>
122119
<li>
123120
<a href="/vendor/licenses-reference-helm">Checking entitlements in Helm installations</a>
124121
</li>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Replicated is a commercial software distribution platform. Independent software vendors (ISVs) can use features of the Replicated platform to distribute modern enterprise software into complex, customer-controlled environments, including on-prem and air gap.

docs/partials/helm/_helm-charts-kots.mdx

Lines changed: 0 additions & 9 deletions
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Helm is a popular open source package manager for Kubernetes applications. Many ISVs use Helm to configure and deploy Kubernetes applications because it provides a consistent, reusable, and sharable packaging format. For more information, see the [Helm documentation](https://helm.sh/docs).
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
As shown in the diagram above, when a release containing one or more Helm charts is promoted to a channel, the Replicated vendor portal automatically extracts any Helm charts included in the release. These charts are pushed as OCI objects to the Replicated registry. The Replicated registry is a private OCI registry hosted by Replicated at `registry.replicated.com`. For information about security for the Replicated registry, see [Replicated Registry Security](packaging-private-registry-security).
22

3-
For example, if your application in the vendor portal is named My App and you promote a release containing a Helm chart with `name: my-chart` to the Beta channel, then the vendor portal pushes the chart to the following location: `oci://registry.replicated.com/my-app/beta/my-chart`.
3+
For example, if your application in the vendor portal is named My App and you promote a release containing a Helm chart with `name: my-chart` to a channel with the slug `beta`, then the vendor portal pushes the chart to the following location: `oci://registry.replicated.com/my-app/beta/my-chart`.
44

55
Customers can install your Helm chart by first logging in to the Replicated registry with their unique license ID. This step ensures that any customer who installs your chart from the registry has a valid, unexpired license. After the customer logs in to the Replicated registry, they can run `helm install` to install the chart from the registry.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Replicated KOTS is a kubectl plugin and an in-cluster admin console that provides highly successful installations of Helm charts and Kubernetes applications into customer-controlled environments, including on-prem and air gap environments. KOTS also supports installations onto VMs or bare metal servers through _embedded clusters_, which are clusters built from a customized Kubernetes distribution embedded with an application and provisioned in the customer environment at the time of installation.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
:::note
2+
The Replicated KOTS entitlement is required to install applications with KOTS. For more information, see [Pricing](https://www.replicated.com/pricing) on the Replicated website.
3+
:::

docs/partials/replicated-cli/_output.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
<td><code>--output</code></td>
33
<td>string</td>
44
<td>
5-
<p>The output format to use. <strong>Valid values:</strong> <code>json</code> or <code>table</code>. <strong>Default:</strong> table</p>
5+
<p>The output format to use. <strong>Valid values:</strong> <code>json</code> or <code>table</code>. Some commands also support <code>wide</code> <strong>Default:</strong> table</p>
66
</td>
77
</tr>
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
:::note
2+
If you see a `401 Unauthorized` error message, log out of the Replicated registry by running `helm registry logout registry.replicated.com` and then run `helm package . --dependency-update` again.
3+
:::

0 commit comments

Comments
 (0)