-
Notifications
You must be signed in to change notification settings - Fork 680
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
EXTERNAL-IP <pending> #33
Comments
Hi @adinemer There are two options in the book:
The option for local installations like yours creates a NodePort Service instead of a LoadBalancer. It sounds like may be you applied the file intended for cluster in the the cloud that creates the LoadBalancer Service? |
I don't want to open the next issue I'm reading the Chapter on the Deployments and deploying When I use:
I see Events:
I can reach my server |
Multi-container Pod example – sidecar container
My environment: Fedora 38, Docker-Desktop, and K3d. For the mentioned example, svc-sidecar could not get an external IP address. I googled the problem and most of what I found pointed to K3d not supporting the "service:LoadBalancer".
The text was updated successfully, but these errors were encountered: