Skip to content

Commit

Permalink
[docs] Deprecate installer images
Browse files Browse the repository at this point in the history
  • Loading branch information
geropl committed Apr 12, 2021
1 parent dd58ba1 commit 660e366
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/self-hosted/install/install-on-aws-script.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
url: /docs/self-hosted/latest/install/install-on-aws-script/
---

> Since the `0.6.0` release (December 2019) the installers are broken. We're working on bringing those back with one of the next releases.
> Since the `0.6.0` release (December 2019) the installers are deprecated. They are no longer working to their full extend and will be removed in a future release.
# Getting started with Gitpod on AWS

Expand Down
2 changes: 1 addition & 1 deletion docs/self-hosted/install/install-on-gcp-script.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
url: /docs/self-hosted/latest/install/install-on-gcp-script/
---

> Since the `0.6.0` release (December 2019) the installers are broken. We're working on bringing those back with one of the next releases.
> Since the `0.6.0` release (December 2019) the installers are deprecated. They are no longer working to their full extend and will be removed in a future release.
# Getting started with Gitpod on GCP

Expand Down
2 changes: 1 addition & 1 deletion docs/self-hosted/install/install-on-kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ url: /docs/self-hosted/latest/install/install-on-kubernetes/

This section describes how to install Gitpod on any Kubernetes cluster using [Helm](https://helm.sh). This is the most flexible and generic way of installing Gitpod. The chart for stable releases resides in Helm repository [charts.gitpod.io](https://charts.gitpod.io), charts for branch-builds can be found [here](#install-branch-build), and the source of the charts is in our [public git repository](https://github.com/gitpod-io/gitpod/blob/master/chart/).

For some cloud providers, we offer [Terraform](https://www.terraform.io/) scripts packaged into an installer. The installer aims to use the managed services from your cloud provider (Kubernetes Cluster, database, storage, image registry) rather than installing them along with the chart. Also, the script configures the cluster for best performance and cost-efficiency. We recommend using the installer if your cloud provider is supported. Once the installer has created the cluster, it will pre-configure and install this Gitpod helm chart into it.
For some cloud providers, we offer basic [Terraform](https://www.terraform.io/) scripts. Please note that those are more meant as a starting point, and we currently do not have the capacity to support and update them as much as we would love to. Please join our [community](https://community.gitpod.io/) if you have any questions regarding the installation.
* [Installer for Google Cloud Platform (GCP)](../install-on-gcp-script/).
* [Installer for Amazon Web Services (AWS)](../install-on-aws-script/).

Expand Down

0 comments on commit 660e366

Please sign in to comment.