Skip to content

Commit

Permalink
Do not reflect openstack lb annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
fra98 authored and adamjensenbot committed Apr 26, 2024
1 parent ce49736 commit a7c3c13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion deployments/liqo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@
| reflection.service.type | string | `"DenyList"` | The type of reflection used for the services reflector. Ammitted values: "DenyList", "AllowList". |
| reflection.service.workers | int | `3` | The number of workers used for the services reflector. Set 0 to disable the reflection of services. |
| reflection.serviceaccount.workers | int | `3` | The number of workers used for the serviceaccounts reflector. Set 0 to disable the reflection of serviceaccounts. |
| reflection.skip.annotations | list | `["cloud.google.com/neg","cloud.google.com/neg-status","kubernetes.digitalocean.com/load-balancer-id","ingress.kubernetes.io/backends","ingress.kubernetes.io/forwarding-rule","ingress.kubernetes.io/target-proxy","ingress.kubernetes.io/url-map","metallb.universe.tf/address-pool","metallb.universe.tf/ip-allocated-from-pool","metallb.universe.tf/loadBalancerIPs"]` | List of annotations that must not be reflected on remote clusters. |
| reflection.skip.annotations | list | `["cloud.google.com/neg","cloud.google.com/neg-status","kubernetes.digitalocean.com/load-balancer-id","ingress.kubernetes.io/backends","ingress.kubernetes.io/forwarding-rule","ingress.kubernetes.io/target-proxy","ingress.kubernetes.io/url-map","metallb.universe.tf/address-pool","metallb.universe.tf/ip-allocated-from-pool","metallb.universe.tf/loadBalancerIPs","loadbalancer.openstack.org/load-balancer-id"]` | List of annotations that must not be reflected on remote clusters. |
| reflection.skip.labels | list | `[]` | List of labels that must not be reflected on remote clusters. |
| route.imageName | string | `"ghcr.io/liqotech/liqonet"` | Image repository for the route pod. |
| route.pod.annotations | object | `{}` | Annotations for the route pod. |
Expand Down
1 change: 1 addition & 0 deletions deployments/liqo/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ reflection:
metallb.universe.tf/address-pool,
metallb.universe.tf/ip-allocated-from-pool,
metallb.universe.tf/loadBalancerIPs,
loadbalancer.openstack.org/load-balancer-id,
]
pod:
# -- The number of workers used for the pods reflector. Set 0 to disable the reflection of pods.
Expand Down

0 comments on commit a7c3c13

Please sign in to comment.