From 8c28fb75301e5dea1f63a4f1f611a0aaa0f1575a Mon Sep 17 00:00:00 2001 From: rasika-chivate <95711051+rasika-chivate@users.noreply.github.com> Date: Tue, 21 Jan 2025 19:07:18 +0530 Subject: [PATCH] Update affinity.md --- docs/use/affinity.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/use/affinity.md b/docs/use/affinity.md index 660265121..264c3752c 100644 --- a/docs/use/affinity.md +++ b/docs/use/affinity.md @@ -1,5 +1,8 @@ # Leveraging Affinity in Percona Everest +!!! warning + Percona Everest utilizes the Kubernetes scheduler to manage pod placement and allocate resources within the cluster. + Affinity refers to rules that attempt to schedule Pods together or on nodes that meet specific criteria. It promotes the co-location of Pods or assigns Pods to preferred nodes.