Skip to content

Commit f6851ac

Browse files
committed
Remove KOTS existing cluster UI-based tutorial
1 parent 22d14b3 commit f6851ac

16 files changed

+6
-532
lines changed

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 chart-based application with Replicated, see [KOTS Tutorial (CLI)](tutorial-cli-setup) for a workflow that uses a sample application with standard Kubernetes manifests.
2121

2222
## Add Custom Resources
2323

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 chart-based application with Replicated, see [KOTS Tutorial (CLI)](tutorial-cli-setup) to follow an onboarding workflow that uses a sample application with standard 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 [KOTS CLI Tutorial](tutorial-cli-setup) to package and install a sample application.
2220
* A local git checkout of your application manifests.
2321

2422
### Accompanying Code Examples

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'.

docs/vendor/tutorial-ui-create-app.md

Lines changed: 0 additions & 21 deletions
This file was deleted.

docs/vendor/tutorial-ui-create-customer.md

Lines changed: 0 additions & 32 deletions
This file was deleted.

docs/vendor/tutorial-ui-create-new-version.md

Lines changed: 0 additions & 99 deletions
This file was deleted.

docs/vendor/tutorial-ui-create-release.md

Lines changed: 0 additions & 125 deletions
This file was deleted.

0 commit comments

Comments
 (0)