-
Fixed binding of block PersistentVolumes / PersistentVolumeClaims when BlockVolume feature is off. (#84049, @jsafrane)
Courtesy of SIG Apps, and SIG Storage
- kube-apiserver: fixed a bug that could cause a goroutine leak if the apiserver encountered an encoding error serving a watch to a websocket watcher (#84962, @liggitt)
- Adds a metric apiserver_request_error_total to kube-apiserver. This metric tallies the number of request_errors encountered by verb, group, version, resource, subresource, scope, component, and code. (#84780, @RainbowMango)
- Fixed an issue with informers missing an
Addedevent if a recently deleted object was immediately recreated at the same time the informer dropped a watch and relisted. (#83911, @matte21)
- azure: Add allow unsafe read from cache (#84567, @aramase)
- fix: make azure disk URI as case insensitive (#79020, @andyzhangx)
- CSI detach timeout increased from 10 seconds to 2 minutes (#84321, @cduchesne)