Skip to content
This repository was archived by the owner on Jun 29, 2022. It is now read-only.

Commit c17e8d7

Browse files
committed
packet-ccm: configure to set annotations which MetalLB expects
Signed-off-by: Mateusz Gozdek <mateusz@kinvolk.io>
1 parent 7d6e64c commit c17e8d7

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

assets/charts/control-plane/packet-ccm/templates/deployment.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,12 @@ spec:
4444
env:
4545
- name: PACKET_BGP_NODE_SELECTOR
4646
value: lokomotive.alpha.kinvolk.io/bgp-enabled=true
47+
- name: PACKET_ANNOTATION_LOCAL_ASN
48+
value: metallb.lokomotive.io/my-asn
49+
- name: PACKET_ANNOTATION_PEER_ASNS
50+
value: metallb.lokomotive.io/peer-asn
51+
- name: PACKET_ANNOTATION_PEER_IPS
52+
value: metallb.lokomotive.io/peer-address
4753
resources:
4854
requests:
4955
cpu: 100m

pkg/assets/generated_assets.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)