Skip to content

Commit

Permalink
update ssl & adds-on (#2261)
Browse files Browse the repository at this point in the history
* update ssl & adds-on

* Update mkdocs.yml

* Update requirements.txt

* comment fix

* comment fix

Update mkdocs.yml

Update ssl & adds on (#2263)

* update ssl & adds-on

* Update mkdocs.yml

* Update requirements.txt

* comment fix

* comment fix

Update mkdocs.yml

* Update 3.1create-cluster-with-kubectl.md

* Update mkdocs.yml

Update 3.1create-cluster-with-kubectl.md

Update 5.zone.md
  • Loading branch information
abby-cyber committed Oct 7, 2023
1 parent fa9e399 commit 5e50282
Show file tree
Hide file tree
Showing 7 changed files with 402 additions and 265 deletions.
2 changes: 1 addition & 1 deletion docs-2.0/4.deployment-and-installation/5.zone.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ nebula> DESC ZONE az1
+-----------------+------+
| Hosts | Port |
+-----------------+------+
| "192.168.8.111" | 7779 |
| "192.168.8.111" | 9779 |
| "192.168.8.112" | 9779 |
+-----------------+------+
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ NebulaGraph Operator does not support the v1.x version of NebulaGraph. NebulaGra

| NebulaGraph | NebulaGraph Operator |
| ------------- | -------------------- |
| 3.5.x | 1.5.0, 1.6.0 |
| 3.5.x | 1.5.0, 1.6.x |
| 3.0.0 ~ 3.4.1 | 1.3.0, 1.4.0 ~ 1.4.2 |
| 3.0.0 ~ 3.3.x | 1.0.0, 1.1.0, 1.2.0 |
| 2.5.x ~ 2.6.x | 0.9.0 |
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,16 @@
--set nebula.metad.config.zone_list=<zone1,zone2,zone3> \
--set nebula.graphd.config.prioritize_intra_zone_reading=true \
--set nebula.graphd.config.stick_to_intra_zone_on_failure=false \
# Evenly distribute the Pods of the Storage service across Zones.
--set nebula.topologySpreadConstraints[0].topologyKey=topology.kubernetes.io/zone \
--set nebula.topologySpreadConstraints[0].whenUnsatisfiable=DoNotSchedule \
--namespace="${NEBULA_CLUSTER_NAMESPACE}" \
```

!!! caution

Make sure storage Pods are evenly distributed across zones before ingesting data by running `SHOW ZONES` in nebula-console. For zone-related commands, see [Zones](../../4.deployment-and-installation/5.zone.md).

{{ent.ent_end}}

To view all configuration parameters of the NebulaGraph cluster, run the `helm show values nebula-operator/nebula-cluster` command or click [nebula-cluster/values.yaml](https://github.com/vesoft-inc/nebula-operator/blob/{{operator.branch}}/charts/nebula-cluster/values.yaml).
Expand All @@ -139,7 +146,7 @@
Use the `--set` argument to set configuration parameters for the cluster. For example, `--set nebula.storaged.replicas=3` will set the number of replicas for the Storage service in the cluster to 3.


7. Check the status of the NebulaGraph cluster you created.
1. Check the status of the NebulaGraph cluster you created.

```bash
kubectl -n "${NEBULA_CLUSTER_NAMESPACE}" get pod -l "app.kubernetes.io/cluster=${NEBULA_CLUSTER_NAME}"
Expand Down
Loading

0 comments on commit 5e50282

Please sign in to comment.