From aeda74942f526e062912fc3e76198768e234dd74 Mon Sep 17 00:00:00 2001 From: CaoShuFeng Date: Mon, 5 Feb 2018 06:05:06 +0800 Subject: [PATCH] fix LimitPodHardAntiAffinityTopology name (#7221) --- docs/admin/admission-controllers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/admin/admission-controllers.md b/docs/admin/admission-controllers.md index 66d97be994..be200346ac 100644 --- a/docs/admin/admission-controllers.md +++ b/docs/admin/admission-controllers.md @@ -331,7 +331,7 @@ The annotations added contain the information on what compute resources were aut See the [InitialResouces proposal](https://git.k8s.io/community/contributors/design-proposals/autoscaling/initial-resources.md) for more details. -### LimitPodHardAntiAffinity +### LimitPodHardAntiAffinityTopology This admission controller denies any pod that defines `AntiAffinity` topology key other than `kubernetes.io/hostname` in `requiredDuringSchedulingRequiredDuringExecution`.