Skip to content

Commit ce5a1e6

Browse files
committed
Updated intro with a bit more context about taints and toleraitons
1 parent 3c42181 commit ce5a1e6

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

articles/kubernetes-fleet/concepts-fleet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Azure Kubernetes Fleet Manager and member clusters"
33
description: This article provides a conceptual overview of Azure Kubernetes Fleet Manager and member clusters.
4-
ms.date: 04/01/2024
4+
ms.date: 04/23/2024
55
author: shashankbarsin
66
ms.author: shasb
77
ms.service: kubernetes-fleet

articles/kubernetes-fleet/use-taints-tolerations.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Use taints on member clusters and tolerations on cluster resource placements in Azure Kubernetes Fleet Manager"
33
description: Learn how to use taints on `MemberCluster` resources and tolerations on `ClusterResourcePlacement` resources in Azure Kubernetes Fleet Manager.
44
ms.topic: how-to
5-
ms.date: 04/19/2024
5+
ms.date: 04/23/2024
66
author: schaffererin
77
ms.author: schaffererin
88
ms.service: kubernetes-fleet
@@ -12,6 +12,8 @@ ms.service: kubernetes-fleet
1212

1313
This article explains how to add/remove taints on `MemberCluster` resources and tolerations on `ClusterResourcePlacement` resources in Azure Kubernetes Fleet Manager.
1414

15+
Taints and tolerations work together to ensure member clusters only receive specified resources during resource propagation. Taints are applied to `MemberCluster` resources to prevent resources from being propagated to the member cluster. Tolerations are applied to `ClusterResourcePlacement` resources to allow resources to be propagated to the member cluster, even if the member cluster has a taint.
16+
1517
## Prerequisites
1618

1719
* [!INCLUDE [free trial note](../../includes/quickstarts-free-trial-note.md)]

0 commit comments

Comments
 (0)