-
-
Notifications
You must be signed in to change notification settings - Fork 314
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Minikube + Ingress #553
Comments
Your minikube is probably
This is the deprecation guide: https://kubernetes.io/docs/reference/using-api/deprecation-guide/ |
Yes you're right, my minikube version is 1.22. Maybe i'll try to downgrade my minikube version or find a configuration working with 1.22 Thanks for your reply, it was helpful. |
Hello, I found a way to start the ingress : But, i can't reach the ingress with minikube ip : kubectl get ingress I'm trying the address 192.168.49.2 in chrome browser but not working How can i get my ingress reachable in my chrome browser ? Thanks in advance, stephwildcode |
Hello, I found a way to tunnel my minikube connection. I used this command and i was able to reach socketcluster minikube service ingress-nginx-controller -n ingress-nginx --url |
Hello,
I'm trying to set up minikube with socketcluster.
Everything working fine except the Ingress.
I ran the command :
kubectl apply -f scc-ingress.yaml
and i have got this issue :
error: unable to recognize "scc-ingress/scc-ingress.yaml": no matches for kind "Ingress" in version "extensions/v1beta1"
I tried to modify apiVersion with networking.k8s.io/v1beta1 but i have got the same issue.
Can you help me to solve this ?
Thanks in advance,
stephwildcode
The text was updated successfully, but these errors were encountered: