File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -283,7 +283,7 @@ both real clusters and Kubemark.
283
283
GA:
284
284
- Enabled by default for a release with no complaints.
285
285
- Frequency of NodeStatus defaulted to 5m
286
- - kubectl describe node showing information from corrsponding Lease object
286
+ - kubectl describe node showing information from corresponding Lease object
287
287
288
288
289
289
## Implementation History
Original file line number Diff line number Diff line change 189
189
### Version 1.15
190
190
191
191
- Graduate ` SupportNodePidsLimit ` to beta by adding node e2e test
192
- coverage for node cgrop isoation.
192
+ coverage for node cgroup isoation.
Original file line number Diff line number Diff line change @@ -228,7 +228,7 @@ Note that this change does not introduce an equivalent field called runAsNonRoot
228
228
and PodSecurityContext. There was ongoing discussion about this field at PR [ #62216 ] ( https://github.com/kubernetes/kubernetes/pull/62217 )
229
229
The summary of this discussion seems as follows:-
230
230
- Use PSP MustRunAs Group strategy to guarantee that Pod never runs with 0 as Primary Group ID.
231
- - Using the PSP MustRunaAs Group strategy forces Pod to always specify a RunAsGroup
231
+ - Using the PSP MustRunAs Group strategy forces Pod to always specify a RunAsGroup
232
232
- RunAsGroup field when specified in PodSpec, will always override USER field in Dockerfile
233
233
234
234
There are other potentially unresolved discussions in that PR which need a followup.
You can’t perform that action at this time.
0 commit comments