创建部署问题时,请参考下面模板,你提供的信息越多,越容易及时获得解答。如果未按模板创建问题,管理员有权关闭问题。
确保帖子格式清晰易读,用 markdown code block 语法格式化代码块。
你只花一分钟创建的问题,不能指望别人花上半个小时给你解答。
操作系统信息
例如:虚拟机,Ubuntu18.04,4C/16G
Kubernetes版本信息
将 kubectl version
命令执行结果贴在下方
Client Version: version.Info{Major:“1”, Minor:“20”, GitVersion:“v1.20.2”, GitCommit:“faecb196815e248d3ecfb03c680a4507229c2a56”, GitTreeState:“clean”, BuildDate:“2021-01-13T13:28:09Z”, GoVersion:“go1.15.5”, Compiler:“gc”, Platform:“linux/amd64”}
Server Version: version.Info{Major:“1”, Minor:“24”, GitVersion:“v1.24.9-gke.3200”, GitCommit:“92ea556d4e7418d0e7b5db1ee576a73f8fc47e91”, GitTreeState:“clean”, BuildDate:“2023-01-20T09:29:29Z”, GoVersion:“go1.18.9b7”, Compiler:“gc”, Platform:“linux/amd64”}
容器运行时
将 docker version
/ crictl version
/ nerdctl version
结果贴在下方
Version: 0.1.0
RuntimeName: containerd
RuntimeVersion: 1.6.12-0ubuntu0~22.04.1~gke1
RuntimeApiVersion: v1alpha2
KubeSphere版本信息
例如:v3.3.1。在线安装。GKE的集群中在线安装。
问题是什么
容器在运行时,点到日志时,报错
Internal Server Error
type: search_phase_execution_exception, reason: Result window is too large, from + size must be less than or equal to: [10000] but was [10200]. See the scroll api for a more efficient way to request large data sets. This limit can be set by changing the [index.max_result_window] index level setting.
感觉是es的配置显示条数的问题,请问这个应该在哪里配置?