Fix aggregation link in custom resources page. (#4338)
This commit is contained in:
committed by
Andrew Chen
parent
47b0f2f0a4
commit
373d10f1fd
@@ -63,7 +63,7 @@ persistent storage of objects.
|
|||||||
The main Kubernetes API server handles built-in resources like *pods* and *services*,
|
The main Kubernetes API server handles built-in resources like *pods* and *services*,
|
||||||
and can also handle custom resources in a generic way through [CustomResourceDefinitions](#customresourcedefinitions).
|
and can also handle custom resources in a generic way through [CustomResourceDefinitions](#customresourcedefinitions).
|
||||||
|
|
||||||
The [aggregation layer](/docs/concepts/api-extension/) allows you to provide specialized
|
The [aggregation layer](/docs/concepts/api-extension/apiserver-aggregation/) allows you to provide specialized
|
||||||
implementations for your custom resources by writing and deploying your own standalone API server.
|
implementations for your custom resources by writing and deploying your own standalone API server.
|
||||||
The main API server delegates requests to you for the custom resources that you handle,
|
The main API server delegates requests to you for the custom resources that you handle,
|
||||||
making them available to all of its clients.
|
making them available to all of its clients.
|
||||||
|
|||||||
Reference in New Issue
Block a user