Skip to content

Commit a743908

Browse files
committed
Resolved broken links
1 parent 4a56e85 commit a743908

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3924,6 +3924,11 @@
39243924
"redirect_url": "/azure/kubernetes-fleet/concepts-resource-propagation",
39253925
"redirect_document_id": false
39263926
},
3927+
{
3928+
"source_path_from_root": "/articles/kubernetes-fleet/access-fleet-kubernetes-api.md",
3929+
"redirect_url": "/azure/kubernetes-fleet/quickstart-access-fleet-kubernetes-api",
3930+
"redirect_document_id": false
3931+
},
39273932
{
39283933
"source_path_from_root": "/articles/defender-for-iot/organizations/update-legacy-ot-software.md",
39293934
"redirect_url": "/azure/defender-for-iot/organizations/update-ot-software?tabs=portal",

articles/kubernetes-fleet/concepts-resource-propagation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ Resource-only changes (updating the resources or updating the `ResourceSelector`
332332
333333
## Access the Kubernetes API of the Fleet resource cluster
334334
335-
If you created a Azure Kubernetes Fleet Manager resource with the hub cluster enabled, you can use it to centrally control scenarios like Kubernetes object propagation. To access the Kubernetes API of the Fleet resource cluster, follow the steps in [Access the Kubernetes API of the Fleet resource cluster with Azure Kubernetes Fleet Manager](access-fleet-kubernetes-api.md).
335+
If you created a Azure Kubernetes Fleet Manager resource with the hub cluster enabled, you can use it to centrally control scenarios like Kubernetes object propagation. To access the Kubernetes API of the Fleet resource cluster, follow the steps in [Access the Kubernetes API of the Fleet resource cluster with Azure Kubernetes Fleet Manager](./quickstart-access-fleet-kubernetes-api.md).
336336
337337
## Next steps
338338

articles/kubernetes-fleet/l4-load-balancing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ You can follow this document to set up layer 4 load balancing for such multi-clu
3131
* These target clusters have to be [added as member clusters to the Fleet resource](./quickstart-create-fleet-and-members.md#join-member-clusters).
3232
* These target clusters should be using [Azure CNI (Container Networking Interface) networking](../aks/configure-azure-cni.md).
3333

34-
* You must gain access to the Kubernetes API of the hub cluster by following the steps in [Access the Kubernetes API of the Fleet resource](./access-fleet-kubernetes-api.md).
34+
* You must gain access to the Kubernetes API of the hub cluster by following the steps in [Access the Kubernetes API of the Fleet resource](./quickstart-access-fleet-kubernetes-api.md).
3535

3636
* Set the following environment variables and obtain the kubeconfigs for the fleet and all member clusters:
3737

articles/kubernetes-fleet/quickstart-resource-propagation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ In this quickstart, you learn how to propagate resources from an Azure Kubernete
2020
* An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
2121
* You need a Fleet resource with a hub cluster and member clusters. If you don't have one, see [Create an Azure Kubernetes Fleet Manager resource and join member clusters using Azure CLI](quickstart-create-fleet-and-members.md).
2222
* Member clusters must be labeled appropriately in the hub cluster to match the desired selection criteria. Example labels include region, environment, team, availability zones, node availability, or anything else desired.
23-
* You need access to the Kubernetes API of the hub cluster. If you don't have access, see [Access the Kubernetes API of the Fleet resource with Azure Kubernetes Fleet Manager](./quickstart-access-kubernetes-api.md).
23+
* You need access to the Kubernetes API of the hub cluster. If you don't have access, see [Access the Kubernetes API of the Fleet resource with Azure Kubernetes Fleet Manager](./quickstart-access-fleet-kubernetes-api.md).
2424

2525
## Use the `ClusterResourcePlacement` API to propagate resources to member clusters
2626

0 commit comments

Comments
 (0)