You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 19, 2020. It is now read-only.
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:
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.
The text was updated successfully, but these errors were encountered: