You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/concepts/architecture/mixed-version-proxy.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -108,3 +108,7 @@ serve the requested resource. This check happens using the internal
108
108
to respond (for reasons such as network connectivity issues, or a data race between the request
109
109
being received and a controller registering the peer's info into the control plane), then the handling
110
110
API server responds with a 503 ("Service Unavailable") error.
111
+
112
+
## Peer-aggregated discovery
113
+
114
+
Peer-aggregated discovery provides a comprehensive cluster-wide view of all API resources, even during mixed-version upgrades when different API servers may serve different API groups.
0 commit comments