Skip to content

Commit 9ffdb47

Browse files
committed
edits
1 parent f6851ac commit 9ffdb47

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

docs/enterprise/installing-existing-cluster-automation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ One common use case for installing with the CLI is to automate installation, suc
4141

4242
For more information about the advanced options for the `kots install` command, see [install](/reference/kots-cli-install) in the KOTS CLI documentation.
4343

44-
For a tutorial that demonstrates how to install a sample application using the KOTS CLI, see [KOTS Tutorial (CLI)](/vendor/tutorial-cli-setup).
44+
For a tutorial that demonstrates how to install a sample application using the KOTS CLI, see [Install with KOTS in an Existing Cluster](/vendor/tutorial-cli-setup).
4545

4646
## Limitation
4747

docs/vendor/helm-native-about.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Additionally, for applications packaged as Helm charts, you can support Helm CLI
3636

3737
[View a larger version of this image](/images/helm-kots-install-options.png)
3838

39-
For a tutorial that demonstrates how to add a sample Helm chart to a release and then install the release using both KOTS and the Helm CLI, see [Deploy a Helm Chart with KOTS and the Helm CLI](/vendor/tutorial-kots-helm-setup).
39+
For a tutorial that demonstrates how to add a sample Helm chart to a release and then install the release using both KOTS and the Helm CLI, see [Install a Helm Chart with KOTS and the Helm CLI](/vendor/tutorial-kots-helm-setup).
4040

4141
## How KOTS Deploys Helm Charts
4242

docs/vendor/kots-faq.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ The UI-based installation experience of KOTS can provide an easier installation
9595

9696
Yes. Software vendors that distribute their application as one or more Helm charts can support installations with both the Helm CLI and with KOTS from the same release.
9797

98-
For a tutorial that demonstrates how to add the Bitnami Gitea Helm chart to a release in the Replicated Vendor Portal and then install with both KOTS and the Helm CLI, see [Deploy a Helm Chart with KOTS and Helm CLI](/vendor/tutorial-kots-helm-setup).
98+
For a tutorial that demonstrates how to add the Bitnami Gitea Helm chart to a release in the Replicated Vendor Portal and then install with both KOTS and the Helm CLI, see [Install a Helm Chart with KOTS and Helm CLI](/vendor/tutorial-kots-helm-setup).
9999

100100
### How does the Replicated SDK work with KOTS?
101101

docs/vendor/tutorial-adding-db-config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ It is split into 5 sections:
1616

1717
This guide assumes you have:
1818

19-
* A running instance of the Replicated Admin Console (`kotsadm`) to iterate against in either an existing cluster or an embedded cluster created with Replicated kURL. If you do not have a running instance of the Admin Console in an existing or embedded kURL cluster, complete the [KOTS CLI Tutorial](tutorial-cli-setup) to package and install a sample application.
19+
* A running instance of the Replicated Admin Console (`kotsadm`) to iterate against in either an existing cluster or an embedded cluster created with Replicated kURL. If you do not have a running instance of the Admin Console in an existing or embedded kURL cluster, complete the [Install with KOTS in an Existing Cluster](tutorial-cli-setup) tutorial to package and install a sample application.
2020
* A local git checkout of your application manifests.
2121

2222
### Accompanying Code Examples

docs/vendor/tutorial-ci-cd-integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ For a similar workflow that uses GitHub Actions, see [Replicated Kubernetes Star
88

99
## Environment Variables
1010

11-
This section will assume you already have the App slug and API token from the [CLI Tutorial](tutorial-cli-setup).
11+
This section will assume you already have the App slug and API token from the [Install with KOTS in an Existing Cluster](tutorial-cli-setup) tutorial.
1212

1313
- Configure the following 2 environment variables in your CI/CD configuration.
1414

sidebars.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ const sidebars = {
6363
items: [
6464
{
6565
type: 'category',
66-
label: 'Deploy a Helm Chart with KOTS and the Helm CLI',
66+
label: 'Install a Helm Chart with KOTS and the Helm CLI',
6767
items: [
6868
'vendor/tutorial-kots-helm-setup',
6969
'vendor/tutorial-kots-helm-get-chart',
@@ -77,7 +77,7 @@ const sidebars = {
7777
},
7878
{
7979
type: 'category',
80-
label: 'Deploy a Helm Chart on a VM with Embedded Cluster',
80+
label: 'Install a Helm Chart on a VM with Embedded Cluster',
8181
items: [
8282
'vendor/tutorial-embedded-cluster-setup',
8383
'vendor/tutorial-embedded-cluster-create-app',
@@ -89,7 +89,7 @@ const sidebars = {
8989
},
9090
{
9191
type: 'category',
92-
label: 'KOTS Tutorial (CLI)',
92+
label: 'Install with KOTS in an Existing Cluster',
9393
items: [
9494
'vendor/tutorial-cli-setup',
9595
'vendor/tutorial-cli-install-cli',

0 commit comments

Comments
 (0)