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

NAS-130861 / 25.04 / Define custom address pool capacity for docker #14370

Merged
merged 1 commit into from
Aug 30, 2024

Conversation

sonicaj
Copy link
Member

@sonicaj sonicaj commented Aug 29, 2024

This commit defines custom address pools to optimize Docker network creation capacity. The pools are set to 172.30.0.0/16 and 172.31.0.0/16 with a /27 subnet size, allowing for up to 4096 Docker networks, each with 32 IP addresses. This change significantly increases the number of available Docker networks, which is crucial for adding large number of apps which are meant to run simultaneously because by default behaviour the capacity would roughly be at 32 networks meaning roughly 32 apps.

This commit defines custom address pools to optimize Docker network creation capacity. The pools are set to 172.30.0.0/16 and 172.31.0.0/16 with a /27 subnet size, allowing for up to 4096 Docker networks, each with 32 IP addresses. This change significantly increases the number of available Docker networks, which is crucial for adding large number of apps which are meant to run simultaneously because by default behaviour the capacity would roughly be at 32 networks meaning roughly 32 apps.
@sonicaj sonicaj requested a review from a team August 29, 2024 16:57
@sonicaj sonicaj self-assigned this Aug 29, 2024
@bugclerk bugclerk changed the title Define custom address pool capacity for docker NAS-130861 / 25.04 / Define custom address pool capacity for docker Aug 29, 2024
@bugclerk
Copy link
Contributor

1 similar comment
@bugclerk
Copy link
Contributor

@sonicaj sonicaj added the WIP label Aug 29, 2024
@sonicaj
Copy link
Member Author

sonicaj commented Aug 30, 2024

backport

@sonicaj sonicaj merged commit 018af8d into master Aug 30, 2024
3 checks passed
@sonicaj sonicaj removed the WIP label Aug 30, 2024
@sonicaj sonicaj deleted the app-subnet-changes branch August 30, 2024 16:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants