mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-16 23:05:05 +00:00
Automatic merge from submit-queue (batch tested with PRs 38080, 38903) prevent negotation on connections that dont' require it Not all clientconfigs require negotiation. Before there was a patch (hardcoded to an instance variable) that allowed this. This updates the code to allow the same as before. @kubernetes/sig-cli @fabianofranz @ncdc you'll want to pick