kubealex/k8s-mediaserver-operator

[GR] LoadBalancerIP

christ0s opened this issue · 2 comments

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

thx a lot @christ0s for reporting this. Is this something you'd like to contribute on?

i will try.