创建部署问题时,请参考下面模板,你提供的信息越多,越容易及时获得解答。
你只花一分钟创建的问题,不能指望别人花上半个小时给你解答。
发帖前请点击 发表主题 右边的 预览(👀) 按钮,确保帖子格式正确。
KubeSphere版本信息
版本 3.4.0。已有K8s安装
问题是什么
修改ks-installer 后,日志报错。启用或者禁用可插拔组件不成功。删除bukeblocks后安装成功。
以下是报错日志。

{
"attempts": 5,
"changed": true,
"cmd": "/usr/local/bin/kubectl patch cc ks-installer --type merge -p '{\\"status\\": {\\"openldap\\": {\\"status\\": \\"enabled\\", \\"enabledTime\\": \\"2023-11-23T10:43:02CST\\"}}}' -n kubesphere-system\\n",
"delta": "0:00:00.110666",
"end": "2023-11-23 10:43:19.223262",
"failed_when_result": true,
"msg": "non-zero return code",
"rc": 1,
"start": "2023-11-23 10:43:19.112596",
"stderr": "Error from server (Forbidden): configconstraints.apps.kubeblocks.io \\"ks-installer\\" is forbidden: User \\"system:serviceaccount:kubesphere-system:ks-installer\\" cannot get resource \\"configconstraints\\" in API group \\"apps.kubeblocks.io\\" at the cluster scope",
"stderr_lines": ["Error from server (Forbidden): configconstraints.apps.kubeblocks.io \\"ks-installer\\" is forbidden: User \\"system:serviceaccount:kubesphere-system:ks-installer\\" cannot get resource \\"configconstraints\\" in API group \\"apps.kubeblocks.io\\" at the cluster scope"],
"stdout": "",
"stdout_lines": []
}