shikanon / kubeflow-manifests

kubeflow国内一键安装文件
GNU General Public License v3.0
338 stars 117 forks source link

auth dex 报错 #33

Open echorocket opened 3 years ago

echorocket commented 3 years ago

time="2021-06-18T07:11:34Z" level=info msg="config using log level: debug" time="2021-06-18T07:11:34Z" level=info msg="config issuer: http://dex.auth.svc.cluster.local:5556/dex" failed to initialize storage: failed to inspect service account token: jwt claim "kubernetes.io/serviceaccount/namespace" not found

shikanon commented 3 years ago

@echorocket can you output your deployment of dex and istiod like this:

$ kubectl get deploy -nauth dex -oyaml
$ kubectl get deploy -nistio-system istiod -oyaml

I think is the jwt of k8s problem, and you can see this page: https://github.com/shikanon/kubeflow-manifests/blob/15ae682cad37f87c5beef9d88d354db2eba08d8c/README-dev.md

momomobinx commented 3 years ago

这个错误是不是和k8s版本有关系 ,我用 1.21.3 也遇到这个问题

shikanon commented 3 years ago

@momomobinx 我没有测试过 1.21 的k8s版本,你安装过程有报错吗

momomobinx commented 3 years ago

@momomobinx 我没有测试过 1.21 的k8s版本,你安装过程有报错吗

安装过程没有报错