Skip to content

Commit 8d6ea33

Browse files
committed
edits
1 parent d0975e2 commit 8d6ea33

File tree

5 files changed

+41
-43
lines changed

5 files changed

+41
-43
lines changed

docs/enterprise/installing-embedded-automation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ To install with Embedded Cluster in an online environment:
3939
* `APP_SLUG` with the unique slug for the application.
4040
* `LICENSE_FILE` with the customer license.
4141
* `ADMIN_CONSOLE_PASSWORD` with a password for accessing the Admin Console.
42-
* `PATH_TO_CONFIGVALUES` with the path to the ConfigValues file. See [Generating a ConfigValues File](/vendor/releases-configvalues).
42+
* `PATH_TO_CONFIGVALUES` with the path to the ConfigValues file.
4343

4444
## Air Gap Installation
4545

docs/partials/install/_placeholders-global.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
* `PATH_TO_LICENSE` with the path to your license file. See [Downloading Customer Licenses](/vendor/licenses-download). For information about how to download licenses with the Vendor API v3, see [Download a customer license file as YAML](https://replicated-vendor-api.readme.io/reference/downloadlicense) in the Vendor API v3 documentation.
66

7-
* `PATH_TO_CONFIGVALUES` with the path to the ConfigValues file. See [Generating a ConfigValues File](/vendor/releases-configvalues).
7+
* `PATH_TO_CONFIGVALUES` with the path to the ConfigValues file.

docs/reference/embedded-cluster-install.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ sudo ./APP_SLUG install --license LICENSE_FILE [flags]
4848
<tr>
4949
<td>`--config-values`</td>
5050
<td>
51-
<p>Path to the ConfigValues file for the application. The ConfigValues file can be used to pass the application configuration values from the command line during installation, such as when performing automated installations as part of CI/CD pipelines. For more information about generating the ConfigValues file for a release, see [Generating a ConfigValues File](/vendor/releases-configvalues).</p>
51+
<p>Path to the ConfigValues file for the application. The ConfigValues file can be used to pass the application configuration values from the command line during installation, such as when performing automated installations as part of CI/CD pipelines. For more information, see [Installing with Embedded Cluster from the Command Line](/enterprise/installing-embedded-automation).</p>
5252
<p><strong>Requirement:</strong> Embedded Cluster 1.18.0 and later.</p>
5353
</td>
5454
</tr>

docs/vendor/embedded-overview.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,6 @@ Embedded Cluster has the following limitations:
5555

5656
* **Changing node hostnames is not supported**: After a host is added to a Kubernetes cluster, Kubernetes assumes that the hostname and IP address of the host will not change. If you need to change the hostname or IP address of a node, you must first remove the node from the cluster. For more information about the requirements for naming nodes, see [Node name uniqueness](https://kubernetes.io/docs/concepts/architecture/nodes/#node-name-uniqueness) in the Kubernetes documentation.
5757

58-
* **Automated installations not supported**: Users cannot do automated (headless) Embedded Cluster installations because it is not possible to configure the application by passing the [ConfigValues](/vendor/releases-configvalues) file with the installation command. Embedded Cluster installations require that the application is configured from the Admin Console config screen. For more information about automating existing cluster or kURL installations with the KOTS CLI, see [Installing from the Command Line](/enterprise/installing-existing-cluster-automation).
59-
6058
* **Automatic updates not supported**: Configuring automatic updates from the Admin Console so that new versions are automatically deployed is not supported for Embedded Cluster installations. For more information, see [Configuring Automatic Updates](/enterprise/updating-apps).
6159

6260
* **Embedded Cluster installation assets not available through the Download Portal**: The assets required to install with Embedded Cluster cannot be shared with users through the Download Portal. Users can follow the Embedded Cluster installation instructions to download and extract the installation assets. For more information, see [Online Installation with Embedded Cluster](/enterprise/installing-embedded).

sidebars.js

Lines changed: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,17 @@ const sidebars = {
212212
},
213213
],
214214
},
215+
{
216+
type: 'category',
217+
label: 'Compatibility Matrix',
218+
items: [
219+
'vendor/testing-about',
220+
'vendor/testing-supported-clusters',
221+
'vendor/testing-cluster-addons',
222+
'vendor/testing-how-to',
223+
'vendor/testing-ingress',
224+
],
225+
},
215226
{
216227
type: 'category',
217228
label: 'Embedded Cluster',
@@ -479,36 +490,6 @@ const sidebars = {
479490
'vendor/kurl-reset',
480491
],
481492
},
482-
{
483-
type: 'category',
484-
label: 'Replicated SDK (Beta)',
485-
items: [
486-
'vendor/replicated-sdk-overview',
487-
'vendor/replicated-sdk-installing',
488-
'vendor/replicated-sdk-airgap',
489-
'vendor/replicated-sdk-customizing',
490-
],
491-
},
492-
{
493-
type: 'category',
494-
label: 'Replicated Proxy Registry',
495-
items: [
496-
'vendor/private-images-about',
497-
'vendor/packaging-private-images',
498-
'vendor/helm-image-registry',
499-
'vendor/private-images-kots',
500-
'vendor/private-images-tags-digests',
501-
{
502-
type: 'category',
503-
label: 'Replicated Private Registry',
504-
items: [
505-
'vendor/private-images-replicated',
506-
'vendor/packaging-private-registry-security',
507-
],
508-
},
509-
'vendor/tutorial-ecr-private-images',
510-
],
511-
},
512493
{
513494
type: 'category',
514495
label: 'Preflight Checks and Support Bundles',
@@ -570,21 +551,40 @@ const sidebars = {
570551
],
571552
},
572553
],
554+
},
555+
{
556+
type: 'category',
557+
label: 'Replicated Proxy Registry',
558+
items: [
559+
'vendor/private-images-about',
560+
'vendor/packaging-private-images',
561+
'vendor/helm-image-registry',
562+
'vendor/private-images-kots',
563+
'vendor/private-images-tags-digests',
564+
{
565+
type: 'category',
566+
label: 'Replicated Private Registry',
567+
items: [
568+
'vendor/private-images-replicated',
569+
'vendor/packaging-private-registry-security',
570+
],
571+
},
572+
'vendor/tutorial-ecr-private-images',
573+
],
573574
},
574575
{
575576
type: 'category',
576-
label: 'Compatibility Matrix',
577+
label: 'Replicated SDK (Beta)',
577578
items: [
578-
'vendor/testing-about',
579-
'vendor/testing-supported-clusters',
580-
'vendor/testing-cluster-addons',
581-
'vendor/testing-how-to',
582-
'vendor/testing-ingress',
579+
'vendor/replicated-sdk-overview',
580+
'vendor/replicated-sdk-installing',
581+
'vendor/replicated-sdk-airgap',
582+
'vendor/replicated-sdk-customizing',
583583
],
584584
},
585585
{
586586
type: 'category',
587-
label: 'Installing and Updating with Helm',
587+
label: 'Helm Installations with Replicated',
588588
items: [
589589
'vendor/helm-install-overview',
590590
'vendor/install-with-helm',
@@ -594,7 +594,7 @@ const sidebars = {
594594
},
595595
{
596596
type: 'category',
597-
label: 'Integrating with CI/CD',
597+
label: 'Integrating Replicated in CI/CD Workflows',
598598
items: [
599599
'vendor/ci-overview',
600600
'vendor/ci-workflows',

0 commit comments

Comments
 (0)