Skip to content

Commit

Permalink
fixoperator1.5.0 (#2219)
Browse files Browse the repository at this point in the history
  • Loading branch information
abby-cyber authored Aug 10, 2023
1 parent ce690c7 commit ce76dad
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

!!! enterpriseonly

The LM service is only used to manage the NebulaGraph Enterprise license. If you are using the Community Edition of NebulaGraph, you do not need to deploy LM.
The LM service is only used to manage the NebulaGraph Enterprise license. If you are using the Community Edition of NebulaGraph, you do not need to deploy LM.

Before deploying NebulaGraph Enterprise 3.5.0 or later using Operator, you first need to deploy [License Manager (LM)](../../9.about-license/2.license-management-suite/3.license-manager.md) and configure the NebulaGraph Enterprise [License](../../9.about-license/1.license-overview.md) in LM. LM is a standalone service used to manage the NebulaGraph license. LM checks the validity of the license when NebulaGraph Enterprise database starts. If the License is invalid, the database will not be able to start.

Expand Down Expand Up @@ -45,7 +45,7 @@ For information on how to deploy LM on a machine outside the K8s cluster, see [L
--docker-password=DOCKER_PASSWORD
```

- <image-pull-secret>: Specify the name of the Secret.
- `<image-pull-secret>`: Specify the name of the Secret.
- DOCKER_REGISTRY_SERVER: Specify the address of the private repository server from which the image is pulled, for example, `reg.example-inc.com`.
- DOCKER_USER: Image repository username.
- DOCKER_PASSWORD: Image repository password.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

{{ ent.ent_begin }}

- [LM has been installed and the License Key has been successfully loaded](3.0.deploy-lm.md)
- [LM has been installed and the License Key has been successfully loaded](3.0.deploy-lm.md) (Enterprise only)

{{ ent.ent_end }}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

{{ ent.ent_begin }}

- [LM has been installed and the License Key has been successfully loaded](3.0.deploy-lm.md)
- [LM has been installed and the License Key has been successfully loaded](3.0.deploy-lm.md) (Enterprise only)

{{ ent.ent_end }}

Expand Down Expand Up @@ -46,7 +46,7 @@

{{ent.ent_begin}}

5. Create a Secret for pulling the NebulaGraph cluster image from a private repository.
5. Create a Secret for pulling the NebulaGraph cluster image from a private repository (Enterprise only).

```bash
kubectl -n "${NEBULA_CLUSTER_NAMESPACE}" create secret docker-registry <image-pull-secret> \
Expand Down Expand Up @@ -118,7 +118,6 @@
nebula-storaged-2 1/1 Running 0 5m34s
```


## Scaling clusters

- The cluster scaling feature is for NebulaGraph Enterprise Edition only.
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -726,7 +726,7 @@ nav:
#ent
- Balance storage data after scaling out: nebula-operator/8.custom-cluster-configurations/8.3.balance-data-when-scaling-storage.md
- Manage cluster logs: nebula-operator/8.custom-cluster-configurations/8.4.manage-running-logs.md
- Upgrade NebulaGraph clusters: nebula-operator/9.upgrade-nebula-cluster.md
# - Upgrade NebulaGraph clusters: nebula-operator/9.upgrade-nebula-cluster.md
- Specify a rolling update strategy: nebula-operator/11.rolling-update-strategy.md
#ent
- Backup and restore: nebula-operator/10.backup-restore-using-operator.md
Expand Down

0 comments on commit ce76dad

Please sign in to comment.