Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nicecui committed Jun 24, 2024
1 parent 66a3e1b commit f766140
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ helm install greptimedb greptime/greptimedb-cluster \
```

For a comprehensive list of configurable values via Helm,
please refer to the [value configration](https://github.com/GreptimeTeam/helm-charts/blob/main/charts/greptimedb-cluster/README.md#values).
please refer to the [value configuration](https://github.com/GreptimeTeam/helm-charts/blob/main/charts/greptimedb-cluster/README.md#values).

<!-- ### Use a different GreptimeDB version
Expand Down Expand Up @@ -102,4 +102,4 @@ kubectl port-forward svc/greptimedb-frontend 4002:4002 -n greptimedb-cluster > c
kubectl port-forward svc/greptimedb-frontend 4003:4003 -n greptimedb-cluster > connections.out &
```

Then you can use MySQL client to [connect to the cluster](/getting-started/quick-start/mysql.md#connect).
Then you can use the MySQL client to [connect to the cluster](/getting-started/quick-start/mysql.md#connect).
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ You can find the maintained [Helm charts](https://github.com/GreptimeTeam/helm-c
The deployment on Kubernetes involves the following components:

- GreptimeDB Operator: Assists engineers in managing GreptimeDB clusters effectively on Kubernetes.
- etcd Cluster: etcd is a consistent and highly-available key value store used for GreptimeDB cluster metadata storage.
- etcd Cluster: etcd is a consistent and highly available key value store used for GreptimeDB cluster metadata storage.
- GreptimeDB Cluster: The main database cluster.

## Next Steps
Expand Down

0 comments on commit f766140

Please sign in to comment.