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
Hi,
I would like to see support for adopting already created EIPs via EIP tags
and
Maybe even fallback solution would be an option ( when there is no pre-created IP with specific tag => create new one ), for example:
Thanks