如题,我重新安装了k8s 1.20.10,根据文档说明,KubeSphere v3.1.1 是支持 k8s v1.20.x的,但安装 KubeSphere的时候,还是提示 no matches for kind "CustomResourceDefinition" in version "apiextensions.k8s.io/v1alpha1",这是为啥呢?

然后我尝试了 KubeSphere v3.0.0 的安装文件,居然可以执行 kubesphere-installer.yaml 文件,但是不能执行 cluster-configuration.yaml 文件,很神奇,文档上说 KubeSphere v3.0.0 只支持 1.15.x、1.16.x、1.17.x 或 1.18.x,没说支持 1.20.10 呀?

    kevendeng 文件是根据安装文档中写的:

    kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.1.1/kubesphere-installer.yaml
    kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.1.1/cluster-configuration.yaml

      你等9月份的 3.2 版本 官方会说 向后支持几个版本,1.22版本也支持。