Skip to content

Commit 660e366

Browse files
committed
[docs] Deprecate installer images
1 parent dd58ba1 commit 660e366

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/self-hosted/install/install-on-aws-script.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
url: /docs/self-hosted/latest/install/install-on-aws-script/
33
---
44

5-
> 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.
5+
> 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.
66
77
# Getting started with Gitpod on AWS
88

docs/self-hosted/install/install-on-gcp-script.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
url: /docs/self-hosted/latest/install/install-on-gcp-script/
33
---
44

5-
> 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.
5+
> 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.
66
77
# Getting started with Gitpod on GCP
88

docs/self-hosted/install/install-on-kubernetes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ url: /docs/self-hosted/latest/install/install-on-kubernetes/
66

77
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/).
88

9-
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.
9+
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.
1010
* [Installer for Google Cloud Platform (GCP)](../install-on-gcp-script/).
1111
* [Installer for Amazon Web Services (AWS)](../install-on-aws-script/).
1212

0 commit comments

Comments
 (0)