From 885ae6fd0ab10543cd35a3d2704252d95a1439c0 Mon Sep 17 00:00:00 2001
From: Tamal Saha <tamal@appscode.com>
Date: Tue, 12 Dec 2023 18:39:34 -0800
Subject: [PATCH] Simplify license instructions

Signed-off-by: Tamal Saha <tamal@appscode.com>
---
 docs/setup/install/voyager.md | 41 ++++++++---------------------------
 1 file changed, 9 insertions(+), 32 deletions(-)

diff --git a/docs/setup/install/voyager.md b/docs/setup/install/voyager.md
index 67b53ecbf..6e00e7606 100644
--- a/docs/setup/install/voyager.md
+++ b/docs/setup/install/voyager.md
@@ -14,39 +14,11 @@ section_menu_id: setup
 
 # Install Voyager
 
-## Get a Free Trial License
+## Get a Free License
 
-In this section, we are going to show you how you can get a **30 days trial** license for Voyager. You can get a license for your Kubernetes cluster by going through the following steps:
+Download a FREE license from [AppsCode License Server](https://appscode.com/issue-license?p=voyager).
 
-- At first, go to [AppsCode License Server](https://appscode.com/issue-license?p=voyager) and fill up the form. It will ask for your Name, Email, the product you want to install, and your cluster ID (UID of the `kube-system` namespace).
-- Provide your name and email address. **You must provide your work email address**.
-- Then, select `Voyager` in the product field.
-- Now, provide your cluster ID. You can get your cluster ID easily by running the following command:
-
-```bash
-kubectl get ns kube-system -o=jsonpath='{.metadata.uid}'
-```
-
-- Then, you have to agree with the terms and conditions. We recommend reading it before checking the box.
-- Now, you can submit the form. After you submit the form, the AppsCode License server will send an email to the provided email address with a link to your license file.
-- Navigate to the provided link and save the license into a file. Here, we save the license to a `license.txt` file.
-
-Here is a screenshot of the license form.
-
-<figure align="center">
-  <img alt="Voyager License Form" src="/docs/images/setup/enterprise_license_form.png">
-  <figcaption align="center">Fig: Voyager License Form</figcaption>
-</figure>
-
-You can create licenses for as many clusters as you want. You can upgrade your license any time without re-installing Voyager by following the upgrading guide from [here](/docs/setup/upgrade/index.md#updating-license).
-
-> Voyager licensing process has been designed to work with CI/CD workflow. You can automatically obtain a license from your CI/CD pipeline by following the guide from [here](https://github.com/appscode/offline-license-server#api-reference).
-
-## Purchase Voyager License
-
-If you are interested in purchasing Voyager license, please contact us via sales@appscode.com for further discussion. You can also set up a meeting via our [calendly link](https://calendly.com/appscode/30min).
-
-If you are willing to purchase Voyager license but need more time to test in your dev cluster, feel free to contact sales@appscode.com. We will be happy to extend your trial period.
+> Voyager licensing process has been designed to work with CI/CD workflow. You can automatically obtain a license from your CI/CD pipeline by following the guide from [here](https://github.com/appscode/offline-license-server#offline-license-server).
 
 ## Install
 
@@ -156,7 +128,6 @@ Voyager creates an `Ingress` CRD. Voyager installer will create 2 user facing cl
 
 These user facing roles supports [ClusterRole Aggregation](https://kubernetes.io/docs/admin/authorization/rbac/#aggregated-clusterroles) feature in Kubernetes 1.9 or later clusters.
 
-
 ## Using kubectl
 
 Since Voyager uses its own TPR/CRD, you need to use full resource kind to find it with kubectl.
@@ -174,3 +145,9 @@ $ kubectl get ingress.voyager.appscode.com -n <namespace> <ingress-name> -o yaml
 # Describe Ingress. Very useful to debug problems.
 $ kubectl describe ingress.voyager.appscode.com -n <namespace> <ingress-name>
 ```
+
+## Purchase Voyager License
+
+If you are interested in purchasing Voyager license, please contact us via sales@appscode.com for further discussion. You can also set up a meeting via our [calendly link](https://calendly.com/appscode/30min).
+
+If you are willing to purchase Voyager license but need more time to test in your dev cluster, feel free to contact sales@appscode.com. We will be happy to extend your trial period.