Tim Allclair
Tim Allclair
Similar to https://kubernetes.io/docs/reference/labels-annotations-taints/ (should probably be a separate page though). The current (2023-02-08) list of well-known audit annotations is: - [x] `authorization.k8s.io/decision` - [x] `authorization.k8s.io/reason` - [x] `podsecuritypolicy.policy.k8s.io/admit-policy` - [x]...
See https://github.com/kubernetes/enhancements/blob/master/keps/sig-node/1287-in-place-update-pod-resources/README.md#cri-changes for more detail /kind feature /sig node /milestone v1.32 /priority important-longterm /triage accepted
Resize of sidecar containers should work the same as resize of regular containers. Resize of non-restartable init containers is still not allowed. /kind feature /sig node /priority important-longterm /milestone v1.32...
### Description InPlacePodVerticalScaling is graduating to beta in v1.33. I rewrote the primary doc page to capture v1.33 changes and hopefully generally add clarity and detail. ### Issue Fixes https://github.com/kubernetes/website/issues/50022...
https://kubernetes.io/docs/tasks/configure-pod-container/assign-cpu-resource/ (or another page linked from there) should go into more detail on how CPU requests & limits actually work. Specifically, on linux: - Requests are translated to shares (cgroups...
- [ ] Update https://kubernetes.io/docs/tasks/configure-pod-container/resize-container-resources/ with v1.33 user-facing changes - [ ] Switch to conditions for tracking resize status - [ ] ~~PreferNoRestart policy (alpha)~~ Deferred to v1.34 - [...