Skip to content

Commit 5b922de

Browse files
add license key information to installation instructions
1 parent 9515cdc commit 5b922de

File tree

14 files changed

+64
-0
lines changed

14 files changed

+64
-0
lines changed

doc/user/content/installation/install-on-aws/_index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@ for details.
5959
If you do not have Helm 3.2.0+, install. For details, see the [Helm
6060
documentation](https://helm.sh/docs/intro/install/).
6161

62+
### License key
63+
64+
To run Materialize in Kubernetes, a license key is required. To request a license key for Materialize Community Edition, visit [https://materialize.com/get-started/].
65+
6266
## Set up AWS Kubernetes environment and install Materialize
6367

6468
{{< warning >}}
@@ -278,6 +282,7 @@ components:
278282
cpu_request = "1"
279283
memory_request = "2Gi"
280284
memory_limit = "2Gi"
285+
license_key = ""
281286
}
282287
]
283288
EOF

doc/user/content/installation/install-on-aws/upgrade-on-aws.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,10 @@ for details.
7373
If you do not have Helm 3.2.0+, install. For details, see the [Helm
7474
documentation](https://helm.sh/docs/intro/install/).
7575

76+
### License key
77+
78+
To run Materialize in Kubernetes, a license key is required. To request a license key for Materialize Community Edition, visit [https://materialize.com/get-started/].
79+
7680
## Procedure
7781

7882
1. Open a Terminal window.

doc/user/content/installation/install-on-azure/_index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,10 @@ the [Helm documentation](https://helm.sh/docs/intro/install/).
6565
Terraform outputs. Alternatively, you can manually specify the name and region.
6666
If you want to use `jq` and do not have `jq` installed, install.
6767

68+
### License key
69+
70+
To run Materialize in Kubernetes, a license key is required. To request a license key for Materialize Community Edition, visit [https://materialize.com/get-started/].
71+
6872
## A. Authenticate with Azure
6973

7074
1. Open a Terminal window.
@@ -331,6 +335,7 @@ deploys a sample infrastructure on Azure with the following components:
331335
cpu_request = "1"
332336
memory_request = "2Gi"
333337
memory_limit = "2Gi"
338+
license_key = ""
334339
}
335340
]
336341
EOF

doc/user/content/installation/install-on-azure/upgrade-on-azure.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,10 @@ the [Helm documentation](https://helm.sh/docs/intro/install/).
8484
Terraform outputs. Alternatively, you can manually specify the name and region.
8585
If you want to use `jq` and do not have `jq` installed, install.
8686

87+
### License key
88+
89+
To run Materialize in Kubernetes, a license key is required. To request a license key for Materialize Community Edition, visit [https://materialize.com/get-started/].
90+
8791
## A. Authenticate with Azure
8892

8993
1. Open a Terminal window.

doc/user/content/installation/install-on-gcp/_index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,10 @@ If you do not have Helm version 3.2.0+ installed, install. For details, see the
9191
Terraform outputs. Alternatively, you can manually specify the name and region.
9292
If you want to use `jq` and do not have `jq` installed, install.
9393

94+
### License key
95+
96+
To run Materialize in Kubernetes, a license key is required. To request a license key for Materialize Community Edition, visit [https://materialize.com/get-started/].
97+
9498
## A. Configure GCP project and service account
9599

96100
1. Open a Terminal window.
@@ -400,6 +404,7 @@ components:
400404
cpu_request = "1"
401405
memory_request = "2Gi"
402406
memory_limit = "2Gi"
407+
license_key = ""
403408
}
404409
]
405410
EOF

doc/user/content/installation/install-on-gcp/upgrade-on-gcp.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,10 @@ If you do not have Helm version 3.2.0+ installed, install. For details, see the
102102
Terraform outputs. Alternatively, you can manually specify the name and region.
103103
If you want to use `jq` and do not have `jq` installed, install.
104104

105+
### License key
106+
107+
To run Materialize in Kubernetes, a license key is required. To request a license key for Materialize Community Edition, visit [https://materialize.com/get-started/].
108+
105109
## Procedure
106110

107111
### A. Setup GCP service account and authenticate

doc/user/content/installation/install-on-local-kind/_index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@ documentationq](https://kubernetes.io/docs/tasks/tools/).
5959
For help with `kubectl` commands, see [kubectl Quick
6060
reference](https://kubernetes.io/docs/reference/kubectl/quick-reference/).
6161

62+
### License key
63+
64+
To run Materialize in Kubernetes, a license key is required. To request a license key for Materialize Community Edition, visit [https://materialize.com/get-started/].
65+
6266
## Installation
6367

6468
1. Start Docker if it is not already running.
@@ -104,6 +108,8 @@ reference](https://kubernetes.io/docs/reference/kubectl/quick-reference/).
104108

105109
{{% self-managed/versions/curl-sample-files-local-install %}}
106110

111+
1. Edit `sample-materialize.yaml` to add your license key to the `license_key` field in the backend secret.
112+
107113
1. Install the Materialize Helm chart.
108114

109115
1. Add the Materialize Helm chart repository.

doc/user/content/installation/install-on-local-kind/upgrade-on-local-kind.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ documentationq](https://kubernetes.io/docs/tasks/tools/).
3838
For help with `kubectl` commands, see [kubectl Quick
3939
reference](https://kubernetes.io/docs/reference/kubectl/quick-reference/).
4040

41+
### License key
42+
43+
To run Materialize in Kubernetes, a license key is required. To request a license key for Materialize Community Edition, visit [https://materialize.com/get-started/].
44+
4145
## Upgrade
4246

4347
{{< important >}}

doc/user/content/installation/install-on-local-minikube/_index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,10 @@ This tutorial uses `kubectl`. To install, refer to the [`kubectl` documentationq
6363
For help with `kubectl` commands, see [kubectl Quick
6464
reference](https://kubernetes.io/docs/reference/kubectl/quick-reference/).
6565

66+
### License key
67+
68+
To run Materialize in Kubernetes, a license key is required. To request a license key for Materialize Community Edition, visit [https://materialize.com/get-started/].
69+
6670
## Installation
6771

6872
1. Start Docker if it is not already running.
@@ -107,6 +111,8 @@ reference](https://kubernetes.io/docs/reference/kubectl/quick-reference/).
107111

108112
{{% self-managed/versions/curl-sample-files-local-install %}}
109113

114+
1. Edit `sample-materialize.yaml` to add your license key to the `license_key` field in the backend secret.
115+
110116
1. Install the Materialize Helm chart.
111117

112118
1. Add the Materialize Helm chart repository.

doc/user/content/installation/install-on-local-minikube/upgrade-on-local-minikube.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ This tutorial uses `kubectl`. To install, refer to the [`kubectl` documentationq
3636
For help with `kubectl` commands, see [kubectl Quick
3737
reference](https://kubernetes.io/docs/reference/kubectl/quick-reference/).
3838

39+
### License key
40+
41+
To run Materialize in Kubernetes, a license key is required. To request a license key for Materialize Community Edition, visit [https://materialize.com/get-started/].
42+
3943
## Upgrade
4044

4145

0 commit comments

Comments
 (0)