Skip to content

Instantly share code, notes, and snippets.

@saschagrunert
Created November 11, 2019 09:38
Show Gist options
  • Save saschagrunert/9489e4a308c5a81d864ece5e773b733f to your computer and use it in GitHub Desktop.
Save saschagrunert/9489e4a308c5a81d864ece5e773b733f to your computer and use it in GitHub Desktop.

New Features

  • Fixed binding of block PersistentVolumes / PersistentVolumeClaims when BlockVolume feature is off. (#84049, @jsafrane)

    Courtesy of SIG Apps, and SIG Storage

Notes From Multiple SIGs

SIG API Machinery, and SIG Testing

  • kube-apiserver: Fixed a regression accepting patch requests > 1MB (#84963, @liggitt)

SIG Release, and SIG Testing

SIG Node, and SIG Windows

  • Fix kubelet metrics gathering on non-English Windows hosts (#84156, @wawa0210)

Notes from Individual SIGs

SIG API Machinery

  • 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 Added event if a recently deleted object was immediately recreated at the same time the informer dropped a watch and relisted. (#83911, @matte21)

SIG Apps

SIG Cloud Provider

SIG Storage

  • CSI detach timeout increased from 10 seconds to 2 minutes (#84321, @cduchesne)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment