diff --git a/docs-2.0/nebula-operator/3.deploy-nebula-graph-cluster/3.0.deploy-lm.md b/docs-2.0/nebula-operator/3.deploy-nebula-graph-cluster/3.0.deploy-lm.md index 3d3fca6c61e..c5a8b978254 100644 --- a/docs-2.0/nebula-operator/3.deploy-nebula-graph-cluster/3.0.deploy-lm.md +++ b/docs-2.0/nebula-operator/3.deploy-nebula-graph-cluster/3.0.deploy-lm.md @@ -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. @@ -45,7 +45,7 @@ For information on how to deploy LM on a machine outside the K8s cluster, see [L --docker-password=DOCKER_PASSWORD ``` - - : Specify the name of the 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. diff --git a/docs-2.0/nebula-operator/3.deploy-nebula-graph-cluster/3.1create-cluster-with-kubectl.md b/docs-2.0/nebula-operator/3.deploy-nebula-graph-cluster/3.1create-cluster-with-kubectl.md index e3c60bc9d08..cd42eec5fda 100644 --- a/docs-2.0/nebula-operator/3.deploy-nebula-graph-cluster/3.1create-cluster-with-kubectl.md +++ b/docs-2.0/nebula-operator/3.deploy-nebula-graph-cluster/3.1create-cluster-with-kubectl.md @@ -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 }} diff --git a/docs-2.0/nebula-operator/3.deploy-nebula-graph-cluster/3.2create-cluster-with-helm.md b/docs-2.0/nebula-operator/3.deploy-nebula-graph-cluster/3.2create-cluster-with-helm.md index 2494b53d047..94404b58888 100644 --- a/docs-2.0/nebula-operator/3.deploy-nebula-graph-cluster/3.2create-cluster-with-helm.md +++ b/docs-2.0/nebula-operator/3.deploy-nebula-graph-cluster/3.2create-cluster-with-helm.md @@ -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 }} @@ -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 \ @@ -118,7 +118,6 @@ nebula-storaged-2 1/1 Running 0 5m34s ``` - ## Scaling clusters - The cluster scaling feature is for NebulaGraph Enterprise Edition only. diff --git a/mkdocs.yml b/mkdocs.yml index 679600b71b1..0e03ab12857 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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