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

doc(): fix grammatical errors in english #140

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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