mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-19 09:52:49 +00:00
Changelog-1.25: add 1.25.0 known issues section
- Add known issue affecting LocalStorageCapacityIsolationFSQuotaMonitoring
This commit is contained in:
parent
bf2e850b3a
commit
a9be883f8a
@ -23,6 +23,8 @@
|
||||
- [Promoted Server Side Unknown Field Validation to Beta](#promoted-server-side-unknown-field-validation-to-beta)
|
||||
- [Kube-proxy images are now based in distroless](#kube-proxy-images-are-now-based-in-distroless)
|
||||
- [Introduced KMS v2](#introduced-kms-v2)
|
||||
- [Known Issues](#known-issues)
|
||||
- [LocalStorageCapacityIsolationFSQuotaMonitoring ConfigMap rendering failure](#LocalStorageCapacityIsolationFSQuotaMonitoring-ConfigMap-rendering-failure)
|
||||
- [Urgent Upgrade Notes](#urgent-upgrade-notes)
|
||||
- [(No, really, you MUST read this before you upgrade)](#no-really-you-must-read-this-before-you-upgrade)
|
||||
- [Changes by Kind](#changes-by-kind)
|
||||
@ -280,6 +282,11 @@ Introduce KMS v2alpha1 API to add performance, rotation, and observability impro
|
||||
|
||||
In previous releases, kube-proxy container images were built using Debian as the base image. Starting with this release, the images are now built using [distroless](https://github.com/GoogleContainerTools/distroless). This change reduced image size by almost 50% and decreased the number of installed packages and files to only those strictly required for kube-proxy to do its job.
|
||||
|
||||
## Known Issues
|
||||
|
||||
### LocalStorageCapacityIsolationFSQuotaMonitoring ConfigMap rendering failure
|
||||
ConfigMap rendering [issue](https://github.com/kubernetes/kubernetes/issues/112081) was found in the 1.25.0 release. When ConfigMaps get updated within the API, they do not get rendered to the resulting pod's filesystem by the Kubelet. The feature has been [reverted to alpha](https://github.com/kubernetes/kubernetes/pull/112078) in the 1.25.1 release.
|
||||
|
||||
## Urgent Upgrade Notes
|
||||
|
||||
### (No, really, you MUST read this before you upgrade)
|
||||
|
Loading…
Reference in New Issue
Block a user