Skip to content

Commit

Permalink
fix wrong capitalization of kruise-game install Parameter cloudProvid…
Browse files Browse the repository at this point in the history
…er (#122)

Signed-off-by: ChrisLiu <[email protected]>
  • Loading branch information
chrisliu1995 authored Aug 22, 2023
1 parent 9a6e203 commit a569c72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
接下来,我们推荐你:
Expand Down
2 changes: 1 addition & 1 deletion kruisegame/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a569c72

Please sign in to comment.