Skip to content

Commit a7c3c13

Browse files
fra98adamjensenbot
authored andcommitted
Do not reflect openstack lb annotation
1 parent ce49736 commit a7c3c13

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

deployments/liqo/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@
176176
| reflection.service.type | string | `"DenyList"` | The type of reflection used for the services reflector. Ammitted values: "DenyList", "AllowList". |
177177
| reflection.service.workers | int | `3` | The number of workers used for the services reflector. Set 0 to disable the reflection of services. |
178178
| reflection.serviceaccount.workers | int | `3` | The number of workers used for the serviceaccounts reflector. Set 0 to disable the reflection of serviceaccounts. |
179-
| 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. |
179+
| 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. |
180180
| reflection.skip.labels | list | `[]` | List of labels that must not be reflected on remote clusters. |
181181
| route.imageName | string | `"ghcr.io/liqotech/liqonet"` | Image repository for the route pod. |
182182
| route.pod.annotations | object | `{}` | Annotations for the route pod. |

deployments/liqo/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ reflection:
5656
metallb.universe.tf/address-pool,
5757
metallb.universe.tf/ip-allocated-from-pool,
5858
metallb.universe.tf/loadBalancerIPs,
59+
loadbalancer.openstack.org/load-balancer-id,
5960
]
6061
pod:
6162
# -- The number of workers used for the pods reflector. Set 0 to disable the reflection of pods.

0 commit comments

Comments
 (0)