From dad0076e026cf684bf6d4b37fc3b5e6b3335c8cb Mon Sep 17 00:00:00 2001 From: John Huang <616672335@qq.com> Date: Fri, 26 Jan 2024 23:11:40 +0800 Subject: [PATCH] update space update space --- .../en/docs/concepts/extend-kubernetes/api-extension/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/extend-kubernetes/api-extension/_index.md b/content/en/docs/concepts/extend-kubernetes/api-extension/_index.md index f2ac0b465acaa..6f67d445ecc9f 100644 --- a/content/en/docs/concepts/extend-kubernetes/api-extension/_index.md +++ b/content/en/docs/concepts/extend-kubernetes/api-extension/_index.md @@ -12,7 +12,7 @@ Custom resources are extensions of the Kubernetes API. Kubernetes provides two w create new types of resources for your cluster without writing and running a custom API server. - The [aggregation layer](/docs/concepts/extend-kubernetes/api-extension/apiserver-aggregation/) sits behind the primary API server, which acts as a proxy. - This arrangement is called API Aggregation(AA), which allows you to provide + This arrangement is called API Aggregation (AA), which allows you to provide specialized implementations for your custom resources by writing and deploying your own API server. The main API server delegates requests to your API server for the custom APIs that you specify,