1
0
mirror of https://github.com/poseidon/typhoon synced 2025-04-29 12:47:58 +02:00
typhoon/addons/flannel
Dalton Hubble 0a34cdf537 Change the default Pod CIDR to 10.20.0.0/14
* Change the default Pod CIDR from 10.2.0.0/16 to 10.20.0.0/14
(10.20.0.0 - 10.23.255.255) to support 1024 nodes by default
* Most CNI providers divide the Pod CIDR so that each node has
a /24 to allocate to local pods (256). The previous `10.2.0.0/16`
default only fits 256 /24's so 256 nodes were supported without
customizing the pod_cidr
2024-12-23 09:55:40 -08:00
..
cluster-role-binding.tf Add Terraform modules for CoreDNS, Cilium, and flannel 2024-05-19 17:00:10 -07:00
cluster-role.tf Add Terraform modules for CoreDNS, Cilium, and flannel 2024-05-19 17:00:10 -07:00
config.tf Add Terraform modules for CoreDNS, Cilium, and flannel 2024-05-19 17:00:10 -07:00
daemonset.tf Bump docker.io/flannel/flannel image from v0.26.1 to v0.26.2 2024-12-17 09:25:30 -05:00
service-account.tf Add Terraform modules for CoreDNS, Cilium, and flannel 2024-05-19 17:00:10 -07:00
variables.tf Change the default Pod CIDR to 10.20.0.0/14 2024-12-23 09:55:40 -08:00
versions.tf Add Terraform modules for CoreDNS, Cilium, and flannel 2024-05-19 17:00:10 -07:00