mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-18 19:50:11 -03:30
Update information about network sizes
This commit is contained in:
@@ -99,7 +99,15 @@ kube_pods_subnet: 10.233.64.0/18
|
||||
|
||||
# internal network node size allocation (optional). This is the size allocated
|
||||
# to each node on your network. With these defaults you should have
|
||||
# room for 4096 nodes with 254 pods per node.
|
||||
# room for 64 nodes with 254 pods per node.
|
||||
# Example: Up to 256 nodes, 100 pods per node (/16 network):
|
||||
# - kube_service_addresses: 10.233.0.0/17
|
||||
# - kube_pods_subnet: 10.233.128.0/17
|
||||
# - kube_network_node_prefix: 25
|
||||
# Example: Up to 4096 nodes, 100 pods per node (/12 network):
|
||||
# - kube_service_addresses: 10.192.0.0/13
|
||||
# - kube_pods_subnet: 10.200.0.0/13
|
||||
# - kube_network_node_prefix: 25
|
||||
kube_network_node_prefix: 24
|
||||
|
||||
# The virtual cluster IP, real host IPs and ports the API Server will be
|
||||
|
||||
Reference in New Issue
Block a user