diff --git a/i18n/zh/docusaurus-plugin-content-docs-kruisegame/current/installation.md b/i18n/zh/docusaurus-plugin-content-docs-kruisegame/current/installation.md index 50fe72ce2c..3fd94e3a3a 100644 --- a/i18n/zh/docusaurus-plugin-content-docs-kruisegame/current/installation.md +++ b/i18n/zh/docusaurus-plugin-content-docs-kruisegame/current/installation.md @@ -89,7 +89,7 @@ Q: 出现错误 `no matches for kind "ServiceMonitor" in version "monitoring.cor A: 这是因为集群并没有安装prometheus operator。启用游戏服监控功能需要安装prometheus operator于Kubernetes集群。若您不使用该功能,可以在安装时将 prometheus.enabled 设置为false(默认为true) Q: 出现错误 `CustomResourceDefinition "poddnats.alibabacloud.com" in namespace "" exists and cannot be imported into the cureent release` -A: 这是因为在集群中已经安装了该CRD,您可以在安装时将cloudprovider.installCRD设置为false(默认为true) +A: 这是因为在集群中已经安装了该CRD,您可以在安装时将cloudProvider.installCRD设置为false(默认为true) ## What's Next 接下来,我们推荐你: diff --git a/kruisegame/installation.md b/kruisegame/installation.md index 215ac64e6c..2e3b54c473 100644 --- a/kruisegame/installation.md +++ b/kruisegame/installation.md @@ -91,7 +91,7 @@ Q: Error `no matches for kind "ServiceMonitor" in version "monitoring.coreos.com A: This is because the cluster does not have the prometheus operator installed. enabling the playsuit monitoring feature requires the prometheus operator to be installed on the Kubernetes cluster. If you do not use this feature, you can set prometheus.enabled to false during installation (the default is true) Q: Error `CustomResourceDefinition "poddnats.alibabacloud.com" in namespace "" exists and cannot be imported into the cureent release` -A: This is because the CRD is already installed in the cluster and you can set cloudprovider.installCRD to false during installation (default is true) +A: This is because the CRD is already installed in the cluster and you can set cloudProvider.installCRD to false during installation (default is true) ## What's Next Here are some recommended next steps: