Merge pull request #34815 from Arhell/fix-post

[zh-cn] update service-ip-dynamic-and-static-allocation
This commit is contained in:
Kubernetes Prow Robot
2022-07-08 04:35:47 -07:00
committed by GitHub
@@ -189,13 +189,13 @@ title 10.96.0.0/24
<!--
Range Size: 2<sup>12</sup> - 2 = 4094
Band Offset: `min(max(16,4094/16),256)` = `min(256,256)` = 256
Band Offset: `min(max(16, 4096/16), 256)` = `min(256, 256)` = 256
Static band start: 10.96.0.1
Static band end: 10.96.1.0
Range end: 10.96.15.254
-->
地址段大小:2<sup>12</sup> - 2 = 4094
地址段偏移:`min(max(16,4094/16),256)` = `min(256,256)` = 256
地址段偏移:`min(max(16, 4096/16), 256)` = `min(256, 256)` = 256
静态地址段起点:10.96.0.1
静态地址段终点:10.96.1.0
地址范围终点:10.96.15.254