interface 指定出口网卡名字 NIC on which OpenELB listens for ARP or NDP requests. This field is valid only when protocol is set to layer2.
protocol Specifies which mode of OpenELB the Eip object is used for. The value can be bgp, layer2, or vip. If this field is not specified, the default value bgp is used.
disable: Specifies whether the Eip object is disabled. The value can be: 。 false: OpenELB can assign IP addresses in the Eip object to new LoadBalancer Services. 。 true: OpenELB stops assigning IP addresses in the Eip object to new LoadBalancer Services. Existing Services are not affected.
root@Qist:/# kubectl -n ingress-nginx get svc ingress-nginx-controller NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE ingress-nginx-controller LoadBalancer 10.66.113.108 192.168.3.251 80:57482/TCP,443:46604/TCP 15d