Skip to content

Commit c4e87a2

Browse files
authored
Merge pull request #2947 from JoeWrightss/patch-1
fixs typo: dont -> don't
2 parents 5060a2e + 72b2d43 commit c4e87a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

contributors/design-proposals/apps/deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ For each creation or update for a Deployment, it will:
143143
is the one that the new RS uses and collisionCount is a counter in the DeploymentStatus
144144
that increments every time a [hash collision](#hashing-collisions) happens (hash
145145
collisions should be rare with fnv).
146-
- If the RSs and pods dont already have this label and selector:
146+
- If the RSs and pods don't already have this label and selector:
147147
- We will first add this to RS.PodTemplateSpec.Metadata.Labels for all RSs to
148148
ensure that all new pods that they create will have this label.
149149
- Then we will add this label to their existing pods

contributors/design-proposals/node/node-usernamespace-remapping.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ Docker API does not provide user-namespace mapping. Therefore to handle `GetRunt
190190
## Future Work
191191
### Namespace-Level/Pod-Level user-namespace support
192192
There is no runtime today which supports creating containers with a specified user namespace configuration. For example here is the discussion related to this support in Docker https://github.com/moby/moby/issues/28593
193-
Once user-namespace feature in the runtimes has evolved to support container’s request for a specific user-namespace mapping(UID and GID range), we can extend current Node-Level user-namespace support in Kubernetes to support Namespace-level isolation(or if desired even pod-level isolation) by dividing and allocating learned mapping from runtime among Kubernetes namespaces (or pods, if desired). From end-user UI perspective, we dont expect any change in the UI related to user namespaces support.
193+
Once user-namespace feature in the runtimes has evolved to support container’s request for a specific user-namespace mapping(UID and GID range), we can extend current Node-Level user-namespace support in Kubernetes to support Namespace-level isolation(or if desired even pod-level isolation) by dividing and allocating learned mapping from runtime among Kubernetes namespaces (or pods, if desired). From end-user UI perspective, we don't expect any change in the UI related to user namespaces support.
194194
### Remote Volumes
195195
Remote Volumes support should be investigated and should be targeted in future once support is there at lower infra layers.
196196

0 commit comments

Comments
 (0)