We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec889db commit 252d5baCopy full SHA for 252d5ba
keps/sig-api-machinery/3903-unknown-version-interoperability-proxy/README.md
@@ -205,7 +205,7 @@ API server change:
205
- If the request is for a group/version/resource the apiserver doesn't have
206
locally (we can use the StorageVersion API), it will proxy the request to
207
one of the apiservers that is listed in the object. If an apiserver fails
208
- to respond is not available, then we will return a 503 (there is a small
+ to respond, then we will return a 503 (there is a small
209
possibility of a race between the controller registering the apiserver
210
with the resources it can serve and receiving a request for a resource
211
that is not yet available on that apiserver).
0 commit comments