Skip to content
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

When the k8s Service is configured with externalTrafficPolicy set to Local, the kube ip cloud provider assigns IP addresses in a pending state #211

Open
yomixvii opened this issue Mar 12, 2025 · 1 comment

Comments

@yomixvii
Copy link

kubectl get svc -n ingress-nginx

ingress-nginx ingress-nginx-controller LoadBalancer 10.11.164.75 80:31555/TCP,443:30455/TCP 4h23m

Service.yaml
... ...
type: LoadBalancer
loadBalancerIP: "10.1.2.46"
externalTrafficPolicy: Local
... ...

@yomixvii
Copy link
Author

The version of k8s is v1.28.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant