Reputation: 11
When trying to deploy kubeflow on a private GKE using kfctl
, I get the following error:
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
I checked the github issues and they are not really helpful. Has anyone used kfctl
yaml file to bring up kubeflow on a private GKE?
Upvotes: 0
Views: 713
Reputation: 11
If anyone faces the same issue, open port 6443 from master to nodes. I had to check out our very restricted network and find out.Creating a firewall rule for that port will fix it.
Upvotes: 1