skupperproject / skupper

Skupper is an implementation of a Virtual Application Network, enabling rich hybrid cloud communication.
http://skupper.io
Apache License 2.0
583 stars 72 forks source link

Ingress annotations not being applied to LoadBalancer #824

Open adamtharani opened 2 years ago

adamtharani commented 2 years ago

Hi there, I'm trying to add annotations to the Ingress LoadBalancer but I don't see them being applied n the created LoadBalancer, am I missing something?

apiVersion: v1
kind: ConfigMap
metadata:
  name: skupper-site
  namespace: skupper-site-controller
data:
   ingress: loadbalancer
   ingress-annotations: service.beta.kubernetes.io/do-loadbalancer-name=someName
fgiorgetti commented 2 years ago

The ingress-annotations are defined at the ingress resource named skupper, and they are only set at the moment the site is initialized.

On Wed, Jul 20, 2022 at 11:55 AM Adam Tharani @.***> wrote:

Hi there, I'm trying to add annotations to the Ingress LoadBalancer but I don't see them being applied n the created LoadBalancer, am I missing something?

apiVersion: v1 kind: ConfigMap metadata: name: skupper-site namespace: skupper-site-controller data: ingress-annotations: service.beta.kubernetes.io/do-loadbalancer-name=someName

— Reply to this email directly, view it on GitHub https://github.com/skupperproject/skupper/issues/824, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABYML4WKCSXZXHCU3DNOC63VVAHONANCNFSM54D7ZNJQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>