Skip to content

Commit

Permalink
cross-reference updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jnikhila committed Dec 27, 2024
1 parent 2c4bf2e commit 0719f28
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -170,5 +170,5 @@ If you are facing issues during deployment, refer to the guide on [troubleshooti

- [Configure High Availability and Scalability](/getting-started/setup/installation-guides/kubernetes/configure-high-availability)
- [Expose K8s to Internet](/getting-started/setup/installation-guides/kubernetes/publish-appsmith-online)
- [Configure Appsmith instance](/getting-started/setup/instance-configuration#configure-helm-installations)
- [Configure Appsmith instance](/getting-started/setup/instance-configuration/configure-using-environment-variables)
- [Manage your Appsmith instance](/getting-started/setup/instance-management)
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Before setting up high availability for Appsmith on AWS EKS, ensure the followin
- Amazon Elastic File System (EFS)
- Identity and Access Management (IAM)

6. Create a backup of your existing Appsmith instance to safeguard your data. For more information, see [How to back up your Appsmith instance](/getting-started/setup/instance-management/appsmithctl?current-command-type=kubernetes-commands#backup-instance).
6. Create a backup of your existing Appsmith instance to safeguard your data. For more information, see [How to back up your Appsmith instance](/getting-started/setup/instance-management/backup-and-restore/backup-instance?current-command-type=kubernetes-commands).

## Configure high availability

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ Follow the below steps to install the Helm chart with the old configuration:
2. After installation, verify that the pods are running. Use the below command to verify the new pod created by the Helm chart:

:::caution Attention
Ensure that the `APPSMITH_CUSTOM_DOMAIN` environment variable is not set in the `docker.env` file when deploying Appsmith on Kubernetes. To configure the TLS on Kubernetes, see the [Configuring TLS](/getting-started/setup/installation-guides/kubernetes#configure-tls) section.
Ensure that the `APPSMITH_CUSTOM_DOMAIN` environment variable is not set in the `docker.env` file when deploying Appsmith on Kubernetes. To configure the TLS on Kubernetes, see the [Configuring TLS](/getting-started/setup/instance-configuration/custom-domain/configure-tls) section.
:::

```bash
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ To ensure that the Commercial Edition Helm chart runs, you need to make some cha
3. Add the license key and a few other variables related to Keycloak to `applicationConfig` section:

:::caution Attention
Ensure that the `APPSMITH_CUSTOM_DOMAIN` environment variable is not set in the `docker.env` file when deploying Appsmith on Kubernetes. To configure the TLS on Kubernetes, see the [Configuring TLS](/getting-started/setup/installation-guides/kubernetes#configure-tls) section.
Ensure that the `APPSMITH_CUSTOM_DOMAIN` environment variable is not set in the `docker.env` file when deploying Appsmith on Kubernetes. To configure the TLS on Kubernetes, see the [Configuring TLS](/getting-started/setup/instance-configuration/custom-domain/configure-tls) section.
:::

```yaml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ It's recommended to install the new Appsmith helm chart in the same namespace. H
3. Run the below command to install Appsmith:

:::caution Attention
Ensure that the `APPSMITH_CUSTOM_DOMAIN` environment variable is not set in the `docker.env` file when deploying Appsmith on Kubernetes. To configure the TLS on Kubernetes, see the [Configuring TLS](/getting-started/setup/installation-guides/kubernetes#configure-tls) section.
Ensure that the `APPSMITH_CUSTOM_DOMAIN` environment variable is not set in the `docker.env` file when deploying Appsmith on Kubernetes. To configure the TLS on Kubernetes, see the [Configuring TLS](/getting-started/setup/instance-configuration/custom-domain/configure-tls) section.
:::

```bash
Expand All @@ -114,7 +114,7 @@ kubectl exec -it appsmith-0 -n <namespace> appsmithctl restore
Congratulations, you have successfully migrated to the Appsmith Community Edition Helm chart v2 installation.

## Expose Appsmith
You may choose to expose Appsmith service to internet. For more information, see [Expose K8s to internet](/getting-started/setup/installation-guides/kubernetes#publish-appsmith)?
You may choose to expose Appsmith service to internet. For more information, see [Expose K8s to internet](/getting-started/setup/installation-guides/kubernetes/publish-appsmith-online)?

## Troubleshooting
If you face issues, contact the support team using the chat widget at the bottom right of this page.
Original file line number Diff line number Diff line change
Expand Up @@ -133,5 +133,5 @@ If you face issues, contact the support team using the chat widget at the bottom

## Further reading
* [Configure TLS](/getting-started/setup/instance-configuration/custom-domain/configure-tls)
* [Configure Appsmith instance](/getting-started/setup/instance-configuration#configure-helm-installations)
* [Configure Appsmith instance](/getting-started/setup/instance-configuration/configure-using-environment-variables)
* [Manage Appsmith instance](/getting-started/setup/instance-management/)
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Before upgrading, ensure you have:
- Signed up on [customer.appsmith.com](https://customer.appsmith.com/) and generated a trial license key.
- At least 2 GB of free storage space for the backup process.
- Deployed the latest version of Appsmith. Refer to [Upgrade Appsmith Versions](/getting-started/setup/instance-management/update-appsmith#update-on-kubernetes) to update the version.
- Created a backup of your Appsmith instance. For instructions, see [Backup instance](/getting-started/setup/instance-management/appsmithctl?current-command-type=kubernetes-commands#backup-instance).
- Created a backup of your Appsmith instance. For instructions, see [Backup instance](/getting-started/setup/instance-management/backup-and-restore/backup-instance?current-command-type=kubernetes-commands).

## Upgrade Appsmith installation

Expand Down

0 comments on commit 0719f28

Please sign in to comment.