Skip to content
This repository has been archived by the owner on Aug 19, 2020. It is now read-only.

Ability to use specific interface for each VIP #77

Open
melghors opened this issue Dec 28, 2018 · 0 comments · May be fixed by #80
Open

Ability to use specific interface for each VIP #77

melghors opened this issue Dec 28, 2018 · 0 comments · May be fixed by #80

Comments

@melghors
Copy link

melghors commented Dec 28, 2018

Current version keepalived-vip provide use only one interface for all VIPs, we define it in args when keepalived starts, but i can't use specific interface for each VIP.
What you think about define interface via vip-configmap, for example:

---
apiVersion: v1
kind: ConfigMap
metadata:
name: vip-configmap
namespace: default
data:
10.8.0.50/eth0: kube-system/service1
10.8.0.38/eth1: kube-system/service2

It's would very useful.

@steven-sheehy steven-sheehy linked a pull request Jan 23, 2019 that will close this issue
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant