From d40513022c83774350a936375f6d267d73f46e5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mattias=20=C3=96hrn?= Date: Thu, 2 Mar 2023 16:21:45 +0100 Subject: [PATCH] Fix link to partitions.md --- docs/content/concepts/quickstart-tenancy-and-apis.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/concepts/quickstart-tenancy-and-apis.md b/docs/content/concepts/quickstart-tenancy-and-apis.md index 29be4c3067d..e2b1afcd30e 100644 --- a/docs/content/concepts/quickstart-tenancy-and-apis.md +++ b/docs/content/concepts/quickstart-tenancy-and-apis.md @@ -298,7 +298,7 @@ This identity can be used in permissionClaims for referring to non-core resource `APIExportEndpointSlices` allow service provider to retrieve the URL of service endpoints, acting as a sink for them. You can think of this endpoint as behaving just like a workspace or cluster, except it searches across all workspaces for instances of the resource types provided by the `APIExport`. An `APIExportEndpointSlice` is created by a service provider, references a single `APIExport` and optionally a `Partition`. -`Partitions` are a mechanism for filtering service endpoints. Within a multi-sharded kcp, each shard will offer its own service endpoint URL for an `APIExport`. Service provider may decide to have multiple instances of their controller reconciliating, for instance, resources of shards in the same region. For that they may create an `APIExportEndpointSlice` in the same workspace where a controller instance is deployed. This `APIExportEndpointSlice` will then reference a specific `Partition` by its name in the same workspace filtering the service endpoints for a subset of shards. If an `APIExportEndpointSlice` does not reference a `Partition` all the available endpoints are populated in its `status`. More on `Partitions` [here](./partitions,md). +`Partitions` are a mechanism for filtering service endpoints. Within a multi-sharded kcp, each shard will offer its own service endpoint URL for an `APIExport`. Service provider may decide to have multiple instances of their controller reconciliating, for instance, resources of shards in the same region. For that they may create an `APIExportEndpointSlice` in the same workspace where a controller instance is deployed. This `APIExportEndpointSlice` will then reference a specific `Partition` by its name in the same workspace filtering the service endpoints for a subset of shards. If an `APIExportEndpointSlice` does not reference a `Partition` all the available endpoints are populated in its `status`. More on `Partitions` [here](./partitions.md). ```shell $ kubectl apply -f - <