• 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
..
auth Loading commit data...
client Loading commit data...
configmap Loading commit data...
discoverysummarizer Loading commit data...
examples Loading commit data...
federation Loading commit data...
framework Loading commit data...
garbagecollector Loading commit data...
kubectl Loading commit data...
master Loading commit data...
metrics Loading commit data...
objectmeta Loading commit data...
openshift Loading commit data...
pods Loading commit data...
quota Loading commit data...
replicaset Loading commit data...
replicationcontroller Loading commit data...
scheduler Loading commit data...
scheduler_perf Loading commit data...
secrets Loading commit data...
serviceaccount Loading commit data...
storageclasses Loading commit data...
thirdparty Loading commit data...
volume Loading commit data...
BUILD Loading commit data...
benchmark-controller.json Loading commit data...
doc.go Loading commit data...
utils.go Loading commit data...