mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-07-17 02:06:23 +00:00
Merge remote-tracking branch 'origin/master' into release-1.36
This commit is contained in:
@@ -182,7 +182,7 @@ func (h *peerProxyHandler) WrapHandler(handler http.Handler) http.Handler {
|
||||
// find servers that are capable of serving this request
|
||||
peerServerIDs := h.findServiceableByPeerFromPeerDiscoveryCache(gvr)
|
||||
if len(peerServerIDs) == 0 {
|
||||
klog.Errorf("gvr %v is not served by anything in this cluster", gvr)
|
||||
klog.V(3).Infof("gvr %v is not served by anything in this cluster", gvr)
|
||||
handler.ServeHTTP(w, r)
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user