[QUESTION/HELP] "Exposing Services" Guide does not work for macOS users #610
-
Question / Where do you need Help?I've been trying out the Ingress and NodePort service exposing guide from here: https://k3d.io/usage/guides/exposing_services/ However when i try to do the curl, i do get this result for both: Ingress Guide:
NodePort Guide:
k3d version:
Scope of your QuestionCan the guide be updated to include instructions for mac users? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
UPDATE: fixed by docker system reset (see comments) Hi @ss89 , thanks for starting this discussion! |
Beta Was this translation helpful? Give feedback.
-
I have the same issue. Restarting Docker Desktop doesn't work for me.
|
Beta Was this translation helpful? Give feedback.
UPDATE: fixed by docker system reset (see comments)
Hi @ss89 , thanks for starting this discussion!
Actually, those instructions are OS-agnostic, so there shouldn't be any difference in how port-forwarding works in Docker for Mac.
Can you verify, that nginx is actually running there after you've created the deployment (
kubectl get pods
)?The commands you typed look correct, but it seems that it may just not be running yet.