Skip to content

Commit e354338

Browse files
committed
Remove legacy feature gate EnableAggregatedDiscoveryTimeout
1 parent 49f7b70 commit e354338

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

content/en/docs/concepts/extend-kubernetes/api-extension/apiserver-aggregation.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,7 @@ The most common way to implement the APIService is to run an *extension API serv
2828
Extension API servers should have low latency networking to and from the kube-apiserver.
2929
Discovery requests are required to round-trip from the kube-apiserver in five seconds or less.
3030

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.
3432

3533
## {{% heading "whatsnext" %}}
3634

0 commit comments

Comments
 (0)