Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(fleet/metallb) bump metallb to 0.14.4; set metallb limits; add ingress-nginx-lhn to ruka #325

Merged
merged 4 commits into from Apr 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
@@ -0,0 +1,21 @@
---
apiVersion: metallb.io/v1beta1
kind: IPAddressPool
metadata:
name: ingress-lhn
namespace: metallb-system
spec:
addresses:
- 139.229.153.1/32
autoAssign: false
---
apiVersion: metallb.io/v1beta1
kind: L2Advertisement
metadata:
name: ingress-lhn
namespace: metallb-system
spec:
ipAddressPools:
- ingress-lhn
interfaces:
- br2505
Expand Up @@ -6,7 +6,7 @@ metadata:
namespace: metallb-system
spec:
addresses:
- 139.229.153.1-139.229.153.62 # ~139.229.153.0/26
- 139.229.153.2-139.229.153.62 # ~139.229.153.0/26
autoAssign: false
---
apiVersion: metallb.io/v1beta1
Expand Down
18 changes: 17 additions & 1 deletion fleet/lib/metallb/fleet.yaml
Expand Up @@ -8,16 +8,32 @@ helm:
chart: *name
releaseName: *name
repo: https://metallb.github.io/metallb
version: 0.14.3
version: 0.14.4
# daemonset rollout may take > 300s on larger clusters
timeoutSeconds: 900
waitForJobs: true
atomic: false
values:
controller:
priorityClassName: system-cluster-critical
resources:
limits:
cpu: 100m
memory: 192Mi
requests:
cpu: 10m
memory: 192Mi
speaker:
priorityClassName: system-node-critical
frr:
enabled: false
resources: # XXX check live usage on yagan after frr is disabled
limits:
cpu: 500m
memory: 192Mi
requests:
cpu: 50m
memory: 192Mi
prometheus:
namespace: "kube-prometheus-stack"
serviceAccount: "kube-prometheus-stack-prometheus"
Expand Down
1 change: 1 addition & 0 deletions fleet/s/dev/c/ruka/ingress-nginx-lhn