k8s-mediaserver-operator
k8s-mediaserver-operator copied to clipboard
[GR] LoadBalancerIP
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.