Replies: 1 comment
-
@AndrePes this has nothing to do with MVD. If you are using KinD as your Kubernetes host, then you can find information on how to deploy a NGINX ingress in the README.md. If you run into a problem, please refer to the documentation. For all other K8S hosts (minikube,...) please refer to their respective documentation. Your question (valid as it may be) has nothing to do with MVD and we can't answer it. I'll therefor close it. Please do not open discussions that are unrelated to MVD. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, im trying to deploy MVD on a Ubuntu system.
After sending command:
sudo kubectl wait --namespace ingress-nginx --for=condition=ready pod --selector=app.kubernetes.io/component=controller --timeout=90s
I got the response:
error: timed out waiting for the condition on pods/ingress-nginx-controller-8fb8cdb7c-85srv
i saw that some pods are created but seems cannot start.
i hope anyone have an idea where the problem is.
Thanks and regards
Andre
Beta Was this translation helpful? Give feedback.
All reactions