Skip to content

Commit

Permalink
Added blacklisted annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
fra98 authored and aleoli committed Aug 18, 2023
1 parent a7ab39c commit 09378c5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deployments/liqo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
| proxy.service.annotations | object | `{}` | |
| proxy.service.type | string | `"ClusterIP"` | |
| pullPolicy | string | `"IfNotPresent"` | The pullPolicy for liqo pods. |
| reflection.skip.annotations | list | `["metallb.universe.tf/ip-allocated-from-pool","metallb.universe.tf/loadBalancerIPs","metallb.universe.tf/address-pool"]` | 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"]` | 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
9 changes: 8 additions & 1 deletion deployments/liqo/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,16 @@ reflection:
labels: []
# -- List of annotations that must not be reflected on remote clusters.
annotations: [
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,
metallb.universe.tf/address-pool,
]

controllerManager:
Expand Down

0 comments on commit 09378c5

Please sign in to comment.