@ywd1988 可以看看 ks-installer 的日志,如果 monitoring 没有升级成功,出现类似如下的错误:
"The CustomResourceDefinition \"prometheuses.monitoring.coreos.com\" is invalid: metadata.annotations: Too long: must have at most 262144 bytes"
可以先执行一下下边的命令,然后重跑一下 installer
kubectl annotate crds prometheuses.monitoring.coreos.com kubectl.kubernetes.io/last-applied-configuration-
或者是升级一下 k8s 版本,相关的版本参考 kubesphere/kubesphere#5012