You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/content/en/03-demo-quickstart/_index.md
+14-10Lines changed: 14 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,17 +13,22 @@ aliases: [ /demo/quickstart ]
13
13
On this page, you will learn how to get started with StackGres.
14
14
We will install StackGres on a Kubernetes cluster and create a Postgres instance.
15
15
16
-
> **NOTE:** To run this demo you need a [K8s environment]({{% relref "04-administration-guide/01-stackgres-installation/01-pre-requisites/01-k8s-environments" %}}) that is already configured in `kubectl`.
16
+
> **NOTE:** To run this demo you need a [K8s environment]({{% relref "04-administration-guide/01-stackgres-installation/01-pre-requisites" %}}) with `kubectl` command already configured to use it. You will also need [`helm`](https://helm.sh/) command version >= `{{% helm-min-version %}}`.
Check the [uninstall]({{% relref "/04-administration-guide/999999-uninstall" %}}) section for more details.
159
-
160
-
Also, see the [installation via helm]({{% relref "/04-administration-guide/01-stackgres-installation/02-installation-via-helm" %}}) section in order to change those.
164
+
Check the [uninstall]({{% relref "/04-administration-guide/999999-uninstall" %}}#using-helm) section for more details.
Copy file name to clipboardExpand all lines: doc/content/en/04-administration-guide/01-stackgres-installation/02-installation-via-helm/_index.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ description: Details about how to install the StackGres operator using Helm.
7
7
showToc: true
8
8
---
9
9
10
-
The StackGres operator can be installed using [Helm](https://helm.sh/) version >= `3.1.1`.
10
+
The StackGres operator can be installed using [Helm](https://helm.sh/) version >= `{{% helm-min-version %}}`.
11
11
As you may expect, a production environment will require you to install and set up additional components alongside your StackGres operator and cluster resources.
12
12
13
13
On this page, we are going through all the necessary steps to set up a production-grade StackGres environment using Helm.
> You can specify the version adding `--version <version, e.g. 1.0.0>` to the Helm command.
31
+
> You can specify the version adding `--version <version>` to the Helm command.
32
32
33
33
For more installation options have a look at the [Operator Parameters]({{% relref "04-administration-guide/01-stackgres-installation/02-installation-via-helm/01-operator-parameters" %}}) section for more information.
0 commit comments