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

Various Improvements #1586

Merged
merged 3 commits into from
Oct 4, 2024
Merged

Various Improvements #1586

merged 3 commits into from
Oct 4, 2024

Conversation

Heavybullets8
Copy link
Contributor

Cert-Manager

Replaced deprecated

installCRDs: true

with the equivalent:

crds:
  enabled: true
  keep: true

Default Helm Chart Values

Cilium

Updated the deprecated load balancer annotation key:

io.cilium/lb-ipam-ips

to:

lbipam.cilium.io/ips

IP Requesting Documentation

Sysctl/Cloudflared

Cloudflared uses QUIC UDP, triggering a log warning about insufficient buffer size. Increasing the buffer to 7500000 resolves this issue, as per the recommendation:
UDP QUIC Buffer Documentation

@onedr0p
Copy link
Owner

onedr0p commented Oct 4, 2024

Great fixups here, thanks!

@onedr0p onedr0p merged commit cee18af into onedr0p:main Oct 4, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants