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

why does the example usage use "170.10.0.1/16" for the docker bridge cidr? #122

Closed
wondersd opened this issue Sep 9, 2021 · 1 comment · Fixed by #222
Closed

why does the example usage use "170.10.0.1/16" for the docker bridge cidr? #122

wondersd opened this issue Sep 9, 2021 · 1 comment · Fixed by #222

Comments

@wondersd
Copy link
Contributor

wondersd commented Sep 9, 2021

The default value for this according to the aks docs is "172.17.0.1/16", https://docs.microsoft.com/en-us/azure/aks/configure-azure-cni

Can I presume the benefit is to allow for "172.17.0.1/16" to be usable in the network?

Are there downsides to not using an RFC 1918 address here?

Thanks!

@zioproto
Copy link
Collaborator

Since 2020 the default runtime is containerd and not Docker
https://github.com/Azure/AKS/blob/master/CHANGELOG.md#release-2020-06-29

The setting docker_bridge_cidr is doing nothing. If you check the interfaces on the AKS nodes they dont have any Docker bridge configured.

The setting should be dropped from the example to avoid confusion

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 a pull request may close this issue.

2 participants