[GR] LoadBalancerIP
christ0s opened this issue · 2 comments
christ0s commented
Describe the bug
LoadBalancerIP: "static ip" cannot be applied on services
The loadbalancer assignes different ip
Steps to reproduce the behavior:
set loadbalancerIp on all services on k8s-mediaserver.yml file.
type: LoadBalancer
loadBalancerIP: Static-IP
kubectl apply -f k8s-mediaserver.yml
Expected behavior
all the services of the pods must have the same external IP = static-ip
kubealex commented
thx a lot @christ0s for reporting this. Is this something you'd like to contribute on?
christ0s commented
i will try.