当尝试使用kfctl在私有GKE上部署kubeflow时,我得到以下错误:
validatingwebhookconfiguration.admissionregistration.k8s.io/cert-manager-webhook configured
ERRO[0656] Permanently failed applying application cert-manager; error: (kubeflow.error): Code 500 with message: Apply.Run Error error when creating "/tmp/kout196638265": Internal error occurred: failed calling webhook "webhook.cert-manager.io": the server is currently unable to handle the request filename="kustomize/kustomize.go:206"
Error: failed to apply: (kubeflow.error): Code 500 with message: kfApp Apply failed for kustomize: (kubeflow.error): Code 500 with message: Apply.Run Error error when creating "/tmp/kout196638265": Internal error occurred: failed calling webhook "webhook.cert-manager.io": the server is currently unable to handle the request我检查了github的问题,它们并没有真正的帮助。有没有人使用kfctl yaml文件在私有GKE上调出kubeflow?
发布于 2020-07-24 05:14:30
如果任何人遇到同样的问题,请打开master到node的6443端口。我不得不检查我们非常受限制的网络,并找到out.Creating,该端口的防火墙规则可以修复它。
https://stackoverflow.com/questions/61630914
复制相似问题