Closed lfrancke closed 2 months ago
Link: https://kubernetes.io/blog/2024/08/13/kubernetes-v1-31-release/
appArmorProfile.type
in the container's securityContex
status.lastTransitionTime
ServiceAccountTokenNodeBinding
trafficDistribution
in Service objectsImageVolume
feature gateallocatedResourcesStatus
field.spec.nodeName
matches some specific valueconfidential: true
.GODEBUG=x509sha1=1
.status.nodeInfo.kubeProxyVersion
is deprecated--keep-terminated-pod-volumes
flag for the kubelet is new removedLink: https://kubernetes.io/blog/2024/08/16/kubernetes-1-31-image-volume-source/
Allows users to focus on OCI standards as well as enables them to store and distribute any content using OCI registries.
Example:
…
kind: Pod
spec:
containers:
- …
volumeMounts:
- name: my-volume
mountPath: /path/to/directory
volumes:
- name: my-volume
image:
reference: my-image:tag
Mounts the contents of my-image:tag
at /path/to/directory
in the container.
See link above for more details.
LGTM, especially the Possible actions
sections 👍
I would like to know if there are any changes in Kubernetes 1.31 that the SDP could potentially make use of (e.g. sidecars), will require changes or will break things on our end.
This should be timeboxed and take up at most 4h of research and reading. The result of this should be a comment on this issue or follow-up issues listing the high level points of things we could, should and should not do.
Must read:
And the Kubernetes blog has dedicated blog post for certain topics: https://kubernetes.io/blog/