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: keps/sig-api-machinery/4020-unknown-version-interoperability-proxy/README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -210,7 +210,7 @@ API server change:
210
210
with the resources it can serve and receiving a request for a resource
211
211
that is not yet available on that apiserver).
212
212
213
-
* Discovery merging.
213
+
* Discovery merging:
214
214
215
215
- During upgrade or downgrade, it may be the case that no apiserver has a
216
216
complete list of available resources. To fix the problems mentioned, it's
@@ -324,7 +324,7 @@ How the masterlease reconciler will be used is as follows:
324
324
325
325
1. We will use the already existing IP in Endpoints.Subsets.Addresses of the masterlease by default
326
326
327
-
2. For users with network configurations that would not allow Endpoints.Subsets.Addresses to be reachable from a kube-apiserver, we will introduce a new --advertise-peer-ip flag to kube-apiserver. We will store its value as an annotation on the masterlease and use this to route the request to the right destination server
327
+
2. For users with network configurations that would not allow Endpoints.Subsets.Addresses to be reachable from a kube-apiserver, we will introduce a new --bind-peer-ip flag to kube-apiserver. We will store its value as an annotation on the masterlease and use this to route the request to the right destination server
328
328
329
329
3. We will also expose the IP and port information of the kube-apiservers as annotations in APIserver identity lease object for visibility/debugging purposes
0 commit comments