shikanon / kubeflow-manifests

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

安装kubeflow的pod #67

Open sxl1993 opened 3 years ago

sxl1993 commented 3 years ago

安装过程中报错如下 Error from server (InternalError): error when creating "./manifest1.3/018-kfserving-overlays-kubeflow.yaml": Internal error occurred: failed calling webhook "webhook.cert-manager.io": the server is currently unable to handle the request

安装完发现kubeflow的namespace下没有pod

shikanon commented 3 years ago

@seansxl 你 cert-manager 应该是安装出错导致的吧,尝试全部卸载再重装。

dblate commented 2 years ago

请问这个问题解决了吗,我也遇到了。 我是k8s小白,不太明白『你 cert-manager 应该是安装出错导致的吧,尝试全部卸载再重装』如何处理,能否提供更详细点的文档或指南

shikanon commented 2 years ago

@dblate 就是卸载整个kubeflow:

kubectl delete -f manifest1.3/

然后再重新安装:

python install.py
dblate commented 2 years ago

@shikanon 感谢,我试试

dblate commented 2 years ago

卸载重装还是不行,报一样的错

shikanon commented 2 years ago

@dblate 你的 cert-manager 是否起来了?

caozongpeng commented 1 year ago

@shikanon 我也遇到了这个问题了,执行了kubectl delete -f manifest1.3/ 之后,再执行python install.py 一直卡在start to patch... 那里不动。 image