Skip to content

Commit 3f50cc3

Browse files
authored
Merge pull request #2704 from replicatedhq/rm-kots-ui-tutorial
Remove KOTS existing cluster UI-based tutorial
2 parents 5b2293e + 962dbed commit 3f50cc3

20 files changed

+21
-547
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/distributing-workflow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ If you are new to Replicated, complete the following prerequisites before you ge
1717
Packaging your application with Helm is recommended because it allows you to support both installations with the Helm CLI and with KOTS from the same release, without having to maintain separate sets of Helm charts or application manifests.
1818
:::
1919

20-
* Alternatively, if you do _not_ intend to distribute a Helm chart-based application with Replicated, see [KOTS Tutorial (UI)](tutorial-ui-setup) for a workflow that uses a sample application with standard Kubernetes manifests.
20+
* Alternatively, if you do _not_ intend to distribute a Helm application with Replicated, see [Install with KOTS in an Existing Cluster](tutorial-cli-setup) for a workflow that uses a sample application with Kubernetes manifests.
2121

2222
## Add Custom Resources
2323

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/replicated-onboarding.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Before you begin, complete the following prerequisites:
6363
```
6464

6565
:::note
66-
If you do not intend to distribute a Helm chart-based application with Replicated, see [KOTS Tutorial (UI)](tutorial-ui-setup) to follow an onboarding workflow that uses a sample application with standard Kubernetes manifests and demonstrates installing with Replicated KOTS.
66+
If you do not intend to distribute a Helm application with Replicated, see [Install with KOTS in an Existing Cluster](tutorial-cli-setup) to follow an onboarding workflow that uses a sample application with Kubernetes manifests and demonstrates installing with Replicated KOTS.
6767
:::
6868

6969
* You must have kubectl access to a cluster where you can develop against the Helm chart. Replicated recommends that you confirm that you can successfully install the chart in the cluster and also log in to the application UI. After you confirm that you can install and access the application, uninstall it before proceeding to the onboarding workflow. For more information, see [Helm Install](https://helm.sh/docs/helm/helm_install/) and [Helm Uninstall](https://helm.sh/docs/helm/helm_uninstall/) in the Helm documentation.

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +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 one of the following getting started tutorials to package and install a sample application:
20-
* [UI Tutorial](tutorial-ui-setup)
21-
* [CLI Tutorial](tutorial-cli-setup)
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.
2220
* A local git checkout of your application manifests.
2321

2422
### 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

docs/vendor/tutorial-cli-install-cli.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Step 1: Install the Replicated CLI
22

3-
In this tutorial, you use the Replicated CLI to create and promote releases for a sample application with Replicated. The Replicated CLI is the CLI for the Replicated Vendor Portal. For a tutorial that uses the Replicated Vendor Portal UI to create and promote releases, see [UI Tutorial](tutorial-ui-setup).
3+
In this tutorial, you use the Replicated CLI to create and promote releases for a sample application with Replicated. The Replicated CLI is the CLI for the Replicated Vendor Portal.
44

55
This procedure describes how to create a Vendor Portal account, install the Replicated CLI on your local machine, and set up a `REPLICATED_API_TOKEN` environment variable for authentication.
66

docs/vendor/tutorial-cli-setup.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ import VMRequirements from "../partials/getting-started/_vm-requirements.mdx"
1010

1111
The steps in this KOTS CLI-based tutorial show you how to use the Replicated CLI to perform these tasks. The Replicated CLI is the CLI for the Replicated Vendor Portal. You can use the Replicated CLI as a software vendor to programmatically create, configure, and manage your application artifacts, including application releases, release channels, customer entitlements, private image registries, and more.
1212

13-
For a tutorial that demonstrates how to use the Vendor Portal to create and promote releases for your application, see [UI Tutorial](tutorial-ui-setup).
14-
1513
<KubernetesTraining/>
1614

1715
## Set Up the Environment

docs/vendor/tutorial-ecr-private-images.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,6 @@ We are going to use the default NGINX deployment to create our application and t
3838

3939
In this section, we cover at a high level the steps to create a new application and install it on a VM.
4040

41-
For more detailed information about how to create and install an application, follow one of the following getting started tutorials:
42-
* [UI Tutorial](tutorial-ui-setup)
43-
* [CLI Tutorial](tutorial-cli-setup)
44-
4541
To create our sample application follow these steps:
4642

4743
* Create a new application in the Replicated [vendor portal](https://vendor.replicated.com) and call it 'MySampleECRApp'.

0 commit comments

Comments
 (0)