-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* refactor: standalone chart * feat: add more in NOTES.txt * chore: add datahome args * chore: update docs * chore: change wal and cache env
- Loading branch information
1 parent
8be3618
commit b6446a5
Showing
11 changed files
with
66 additions
and
33 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
*********************************************************************** | ||
Welcome to use greptimedb-cluster | ||
Chart version: {{ .Chart.Version }} | ||
GreptimeDB Cluster version: {{ .Chart.AppVersion }} | ||
*********************************************************************** | ||
|
||
Installed components: | ||
* greptimedb-frontend | ||
* greptimedb-datanode | ||
* greptimedb-meta | ||
|
||
The greptimedb-cluster is starting, use `kubectl get pod -n {{ .Release.Namespace }}` to check its status. |
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 |
---|---|---|
@@ -1 +1,10 @@ | ||
*********************************************************************** | ||
Welcome to use greptimedb-operator | ||
Chart version: {{ .Chart.Version }} | ||
GreptimeDB Operator version: {{ .Chart.AppVersion }} | ||
*********************************************************************** | ||
|
||
Installed components: | ||
* greptimedb-operator | ||
|
||
The greptimedb-operator is starting, use `kubectl get deployments {{ include "greptimedb-operator.fullname" . }} -n {{ .Release.Namespace }}` to check its status. |
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
*********************************************************************** | ||
Welcome to use greptimedb-standalone | ||
Chart version: {{ .Chart.Version }} | ||
GreptimeDB Standalone version: {{ .Chart.AppVersion }} | ||
*********************************************************************** | ||
|
||
Installed components: | ||
* greptimedb-standalone | ||
|
||
The greptimedb-standalone is starting, use `kubectl get statefulsets {{ include "greptimedb-standalone.fullname" . }} -n {{ .Release.Namespace }}` to check its status. |
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