• Kubernetes Submit Queue's avatar
    Merge pull request #49534 from smarterclayton/separate_proxy · da549596
    Kubernetes Submit Queue authored
    Automatic merge from submit-queue
    
    Support exec/attach/portforward in `kubectl proxy`
    
    Use the UpgradeAwareProxy shared code in kubectl proxy. Provide a separate transport for those requests that does not have HTTP/2 enabled. Refactor the code to be a bit cleaner in places and to better separate changes.
    
    Fixes #32026
    
    ```release-note
    `kubectl proxy` will now correctly handle the `exec`, `attach`, and `portforward` commands.  You must pass `--disable-filter` to the command in order to allow these endpoints.
    ```
    da549596
Name
Last commit
Last update
..
componentstatus Loading commit data...
configmap Loading commit data...
endpoint Loading commit data...
event Loading commit data...
limitrange Loading commit data...
namespace Loading commit data...
node Loading commit data...
persistentvolume Loading commit data...
persistentvolumeclaim Loading commit data...
pod Loading commit data...
podtemplate Loading commit data...
rangeallocation Loading commit data...
replicationcontroller Loading commit data...
resourcequota Loading commit data...
rest Loading commit data...
secret Loading commit data...
service Loading commit data...
serviceaccount Loading commit data...
OWNERS Loading commit data...