Closed SohelKabir closed 2 years ago
This is because you don't have a load balancer in your cluster, you need to check if the load balancer is working properly with the following command
kubectl -n yatai-components get svc
I think loadbalancer is running!
these two command solved problem thanks to their support team member Xipeng Guan,
kubectl delete validatingwebhookconfigurations.admissionregistration.k8s.io yatai-ingress-controller-ingress-nginx-admission
kubectl -n yatai-operators rollout restart deployment deployment-yatai-deployment-comp-operator
according to him the problem was
"First of all, the installation of ingress requires load balancer, so you need to manually execute minikube tunnel in advance, and secondly, the validation webhook call of ingress fails to create minio ingress, so the command just removed the webhook"
@SohelKabir Thank you for continuing to follow up on this issue and giving reasons, since this issue has been resolved, I'll close it for now
Following getting started tutorial from github with minikube https://github.com/bentoml/Yatai. I'm stuck at this step
bentoml push iris_classifier:latest
I have successfully completed other step like building bento and created the admin account in yatai web interface athttp://yatai.127.0.0.1.sslip.io/
some how docker registry service in Minikube cluster not working. Anyone facing the issue? i'm using docker desktop for Windows 10.