Skip to content

feat: adopt pre-created EIPs with specific tags #144

@lukasmrtvy

Description

@lukasmrtvy

Hi,
I would like to see support for adopting already created EIPs via EIP tags

apiVersion: kubestatic.quortex.io/v1alpha1
kind: ExternalIP
metadata:
  name: externalip-sample
spec:
  nodeName: ip-10-231-6-214.eu-west-1.compute.internal
  eipTags:
     team: red
     env: staging

and

kubestatic.quortex.io/externalip-auto-assign: true
kubestatic.quortex.io/externalip-auto-assign-tags: "team=red,env=staging"

Maybe even fallback solution would be an option ( when there is no pre-created IP with specific tag => create new one ), for example:

kubestatic.quortex.io/externalip-auto-assign-tags-fallback: true

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions