KubeSphere 中 我是我的项目空间中的管理员(不是集群管理员),我只能访问我的项目命名空间下的所有资源,我将官方 chart 包 作为我的项目的子 chart 部署 没有反应,随后我又使用官方部署的方法还是没有反应。
helm repo add nebula-operator https://vesoft-inc.github.io/nebula-operator/charts
helm repo update
helm install “test-nebulla” nebula-operator/nebula-cluster --namespace=“my-test-project” --set nebula.storageClassName=“nfs-sc”
然后我是用 kubectl get NebulaCluster 可以看到 NebulaCluster 资源已经创建了
可是我使用 kubectl get pod 没有任何 pod 创建 查看 svc 也没有
我在自己本地的 k8s 原生小集群上是可以这样创建成功的,但是 kubesphere 上 在我的项目空间不可以创建成功,也没有任何报错信息。