Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/galaxy-ipam-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ ips from `10.0.80.2~10.0.80.4` or `10.0.81.2~10.0.81.4`. But if it runs on `10.4
}]
```

Multiple nodeSubnets may share the same pod subnet with none overlapping ips. Overlapping ips is a not allowed.
Multiple nodeSubnets may share the same pod subnet with none overlapping ips. Overlapping ips are not allowed.
The following example means `10.180.154.2~10.180.154.3` can only be allocated to pods running on `10.180.1.2/32` and
`10.180.154.7~10.180.154.8` can only be allocated to pods running on `10.180.1.3/32`.

Expand Down