• Kubernetes Submit Queue's avatar
    Merge pull request #38119 from liggitt/long-running · cbf497b7
    Kubernetes Submit Queue authored
    Automatic merge from submit-queue (batch tested with PRs 37032, 38119, 38186, 38200, 38139)
    
    Detect long-running requests from parsed request info
    
    Follow up to https://github.com/kubernetes/kubernetes/pull/36064
    
    Uses parsed request info to more tightly match verbs and subresources
    
    Removes regex-based long-running request path matching (which is easily fooled)
    
    ```release-note
    The --long-running-request-regexp flag to kube-apiserver is deprecated and will be removed in a future release. Long-running requests are now detected based on specific verbs (watch, proxy) or subresources (proxy, portforward, log, exec, attach).
    ```
    cbf497b7
Name
Last commit
Last update
..
options Loading commit data...
BUILD Loading commit data...
core.go Loading commit data...
extensions.go Loading commit data...
federation.go Loading commit data...
plugins.go Loading commit data...
server.go Loading commit data...