Skip to content

Commit 6f21230

Browse files
authored
Update licenses-install-types.mdx
1 parent ce3365d commit 6f21230

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/vendor/licenses-install-types.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The following describes each installation type available, as well as the require
4040
<tr>
4141
<th>Existing Cluster (Helm CLI)</th>
4242
<td><p>The customer does not have access to the Replicated installers.</p><p>When the <strong>Helm CLI Air Gap Instructions (Helm CLI only)</strong> install option is also enabled, the Download Portal displays instructions on how to pull Helm installable images into a local repository. See <a href="#install-options">Understanding Additional Install Options</a> below.</p></td>
43-
<td>The latest release promoted to the channel where the customer is assigned must contain only Helm charts and Replicated Custom Resources. Any other Kubernetes resources must include `kots.io/installer-only` annotation. See <a href="#installer-only-annotation">The kots.io/installer-only Annotation</a> below.</td>
43+
<td>The latest release promoted to the channel where the customer is assigned must contain only Helm charts and Replicated Custom Resources. Any other Kubernetes resources must include the `kots.io/installer-only` annotation. See <a href="#installer-only-annotation">kots.io/installer-only Annotation</a> below.</td>
4444
</tr>
4545
<tr>
4646
<th>Existing Cluster (KOTS install)</th>
@@ -77,9 +77,9 @@ The following describes each installation type available, as well as the require
7777
</tr>
7878
</table>
7979

80-
### The `kots.io/installer-only` Annotation {#installer-only-annotation}
80+
### `kots.io/installer-only` Annotation {#installer-only-annotation}
8181

82-
The `kots.io/installer-only` annotation is used to indicate that the Kubernetes resource is only used by the Replicated installer. This annotation is required for releases that include resources other than Helm charts but still want to use the `Existing Cluster (Helm CLI)` install type.
82+
The `kots.io/installer-only` annotation indicates that the Kubernetes resource is only used by the Replicated installers (Embedded Cluster, KOTS, or kURL). This annotation is required for releases that support the `Existing Cluster (Helm CLI)` install type and include resources other than Helm charts.
8383

8484
Example:
8585
```yaml

0 commit comments

Comments
 (0)