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

Ability to use specific interface for each VIP #77

@melghors

Description

@melghors

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions