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

Ability to specify a cidr for a virtual_ipaddress #86

@schplat

Description

@schplat

We have a unique constraint placed on us by a provider. We have two separate networks that are in the same VLAN. In order to make routing work correctly, the ability to set the virtual_ipaddress to match that network's subnet would be the ideal solution, ideally through a config map.

Something along the lines of:

apiVersion: v1
kind: ConfigMap
metadata:
  name: vip-configmap
data:
  10.0.0.10: ""
  vip_cidr: 27

resulting in:

  virtual_ipaddress {
    10.0.0.10/27
  }

inside the container's /etc/keepalived.conf, which is a valid keepalived configuration.

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