Remove duplicate words (#7243)

* Remove duplicate words

* Remove generated-reference change
This commit is contained in:
Sam Foo
2018-02-05 12:15:26 -05:00
committed by Brad Topol
parent d5314d0325
commit d10f643e20
14 changed files with 20 additions and 20 deletions
+1 -1
View File
@@ -181,7 +181,7 @@ Different networking fabrics can be supported via node-level [Network Plugins](/
### Scheduler Extensions
The scheduler is a special type of controller that watches pods, and assigns
pods to nodes. The default scheduler can be be replaced entirely, while
pods to nodes. The default scheduler can be replaced entirely, while
continuing to use other Kubernetes components, or [multiple
schedulers](/docs/tasks/administer-cluster/configure-multiple-schedulers/)
can run at the same time.
@@ -517,7 +517,7 @@ Primitive fields are replaced or cleared.
### Merging changes to map fields
Fields that represent maps are merged by comparing each of the subfields or elements of of the map:
Fields that represent maps are merged by comparing each of the subfields or elements of the map:
**Note:** '-' is used for "not applicable" because the value is not used.