diff --git a/docs-2.0-en/k8s-operator/4.cluster-administration/4.1.installation/4.1.1.cluster-install.md b/docs-2.0-en/k8s-operator/4.cluster-administration/4.1.installation/4.1.1.cluster-install.md index 3fa7feb3f05..af6a07d2bb2 100644 --- a/docs-2.0-en/k8s-operator/4.cluster-administration/4.1.installation/4.1.1.cluster-install.md +++ b/docs-2.0-en/k8s-operator/4.cluster-administration/4.1.installation/4.1.1.cluster-install.md @@ -228,7 +228,7 @@ Using NebulaGraph Operator to install NebulaGraph clusters enables automated clu export STORAGE_CLASS_NAME=local-sc # StorageClass for the NebulaGraph cluster. ``` -4. Create a namespace for the NebulaGraph cluster if it hasn't been created already. +4. Create a namespace for the NebulaGraph cluster if it is not created. ```bash kubectl create namespace "${NEBULA_CLUSTER_NAMESPACE}" @@ -255,8 +255,6 @@ Using NebulaGraph Operator to install NebulaGraph clusters enables automated clu --version={{operator.release}} \ # Specify the namespace for the NebulaGraph cluster. --namespace="${NEBULA_CLUSTER_NAMESPACE}" \ - # Configure the Secret for pulling images from the private repository. - --set imagePullSecrets[0].name="{}" \ # Customize the cluster name. --set nameOverride="${NEBULA_CLUSTER_NAME}" \ --set nebula.storageClassName="${STORAGE_CLASS_NAME}" \ diff --git a/docs-2.0-zh/k8s-operator/4.cluster-administration/4.1.installation/4.1.1.cluster-install.md b/docs-2.0-zh/k8s-operator/4.cluster-administration/4.1.installation/4.1.1.cluster-install.md index cf616bb1591..24ef7efae2a 100644 --- a/docs-2.0-zh/k8s-operator/4.cluster-administration/4.1.installation/4.1.1.cluster-install.md +++ b/docs-2.0-zh/k8s-operator/4.cluster-administration/4.1.installation/4.1.1.cluster-install.md @@ -260,8 +260,6 @@ --version={{operator.release}} \ # 指定 {{nebula.name}} 集群所处的命名空间。 --namespace="${NEBULA_CLUSTER_NAMESPACE}" \ - # 配置拉取私有仓库中镜像的 Secret。 - --set imagePullSecrets[0].name="{}" \ # 自定义集群名称。 --set nameOverride="${NEBULA_CLUSTER_NAME}" \ --set nebula.storageClassName="${STORAGE_CLASS_NAME}" \