Remove duplicate words (#7243)
* Remove duplicate words * Remove generated-reference change
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user