-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7be9be3
commit ae4532e
Showing
5 changed files
with
136 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
|
||
!> qryn:cloud requires activation & pull tokens! Please [contact us](mailto:[email protected]) to obtain a license. | ||
|
||
?> ClickHouse Server LTS version >=22 and <=22.9 is suggested. _22.10+ not yet supported._ | ||
?> ClickHouse Server LTS version >=23 is suggested. | ||
|
||
## 📦 Installation | ||
|
||
|
@@ -52,7 +52,7 @@ Define a docker compose file to configure each element. | |
?> Adjust the clickhouse server and authentication details to match your setup | ||
|
||
```yml | ||
version: '3.1' | ||
version: '3.8' | ||
|
||
services: | ||
qryn-ctrl: | ||
|
@@ -162,6 +162,10 @@ Use `Kubernetes` and `helm` to get started using either a local or cloud ClickHo | |
|
||
?> You need to have a Kubernetes cluster, and the kubectl command-line tool must be configured to communicate with your cluster. It is recommended to run this tutorial on a cluster with at least two nodes that are not acting as control plane hosts. | ||
|
||
Follow this [guide](https://github.com/metrico/qryn-cloud-helm) to get started with K8s helm charts. | ||
|
||
**Any other steps below show you how to run Qryn in K8s without Helm.** | ||
|
||
##### Pull the qryn service containers | ||
```bash | ||
docker pull qxip/qryn-writer-cloud | ||
|
@@ -342,7 +346,10 @@ dpkg -i qryn-writer-cloud_vx.x.x_amd64.deb | |
dpkg -i qryn-go-cloud_vx.x.x_amd64.deb | ||
``` | ||
##### Configure | ||
Configure per [here](./config.md) | ||
```bash | ||
vim /etc/qryn-writer/qryn-writer.json | ||
vim /etc/qryn-go/qryn-go.json | ||
``` | ||
##### Run | ||
```bash | ||
|
@@ -372,7 +379,7 @@ dpkg -i qryn-writer-cloud_vx.x.x_x86_64.rpm | |
dpkg -i qryn-go-cloud_vx.x.x_x86_64.rpm | ||
``` | ||
##### Configure | ||
Configure per [here](/cloud/config.md) | ||
Configure per [here](./config.md) | ||
```bash | ||
vim /etc/qryn-writer/qryn-writer.json | ||
vim /etc/qryn-go/qryn-go.json | ||
|
@@ -414,7 +421,7 @@ The default rotation mechanism is configured via amount of days for each node of | |
QRYN_DATABASE_DATA_0_TTL_DAYS = 10 | ||
``` | ||
|
||
?> The default days value is "7" | ||
?> The default days value is "0". It **must** be configured during the setup. | ||
|
||
### Space based rotation | ||
|
||
|