File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
content/en/docs/concepts/extend-kubernetes/api-extension Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -28,9 +28,7 @@ The most common way to implement the APIService is to run an *extension API serv
28
28
Extension API servers should have low latency networking to and from the kube-apiserver.
29
29
Discovery requests are required to round-trip from the kube-apiserver in five seconds or less.
30
30
31
- If your extension API server cannot achieve that latency requirement, consider making changes that let you meet it. You can also set the
32
- ` EnableAggregatedDiscoveryTimeout=false ` [ feature gate] ( /docs/reference/command-line-tools-reference/feature-gates/ ) on the kube-apiserver
33
- to disable the timeout restriction. This deprecated feature gate will be removed in a future release.
31
+ If your extension API server cannot achieve that latency requirement, consider making changes that let you meet it.
34
32
35
33
## {{% heading "whatsnext" %}}
36
34
You can’t perform that action at this time.
0 commit comments