From 3117fd48384cf256618fe84a8b67ff6cfd2b1104 Mon Sep 17 00:00:00 2001 From: Jason Deal Date: Mon, 27 Nov 2023 20:58:05 -0500 Subject: [PATCH] update website --- website/content/en/docs/concepts/scheduling.md | 2 ++ website/content/en/preview/concepts/scheduling.md | 2 ++ website/content/en/v0.28/concepts/scheduling.md | 10 ++++++---- website/content/en/v0.29/concepts/scheduling.md | 10 ++++++---- website/content/en/v0.30/concepts/scheduling.md | 10 ++++++---- website/content/en/v0.31/concepts/scheduling.md | 10 ++++++---- website/content/en/v0.32/concepts/scheduling.md | 2 ++ 7 files changed, 30 insertions(+), 16 deletions(-) diff --git a/website/content/en/docs/concepts/scheduling.md b/website/content/en/docs/concepts/scheduling.md index 751a409dc815..b41ea1374e0f 100755 --- a/website/content/en/docs/concepts/scheduling.md +++ b/website/content/en/docs/concepts/scheduling.md @@ -602,4 +602,6 @@ topologySpreadConstraints: - maxSkew: 1 topologyKey: capacity-spread whenUnsatisfiable: DoNotSchedule + labelSelector: + ... ``` diff --git a/website/content/en/preview/concepts/scheduling.md b/website/content/en/preview/concepts/scheduling.md index dc7af6a933e1..8754d251a743 100755 --- a/website/content/en/preview/concepts/scheduling.md +++ b/website/content/en/preview/concepts/scheduling.md @@ -603,4 +603,6 @@ topologySpreadConstraints: - maxSkew: 1 topologyKey: capacity-spread whenUnsatisfiable: DoNotSchedule + labelSelector: + ... ``` diff --git a/website/content/en/v0.28/concepts/scheduling.md b/website/content/en/v0.28/concepts/scheduling.md index bc88a99e22d2..9319bc30df3b 100755 --- a/website/content/en/v0.28/concepts/scheduling.md +++ b/website/content/en/v0.28/concepts/scheduling.md @@ -589,8 +589,10 @@ This is not identical to a topology spread with a specified ratio. We are const #### Workload Topology Spread Constraint ```yaml - topologySpreadConstraints: - - maxSkew: 1 - topologyKey: capacity-spread - whenUnsatisfiable: DoNotSchedule +topologySpreadConstraints: + - maxSkew: 1 + topologyKey: capacity-spread + whenUnsatisfiable: DoNotSchedule + labelSelector: + ... ``` diff --git a/website/content/en/v0.29/concepts/scheduling.md b/website/content/en/v0.29/concepts/scheduling.md index c78fef059fbd..174553b7ebc6 100755 --- a/website/content/en/v0.29/concepts/scheduling.md +++ b/website/content/en/v0.29/concepts/scheduling.md @@ -594,8 +594,10 @@ This is not identical to a topology spread with a specified ratio. We are const #### Workload Topology Spread Constraint ```yaml - topologySpreadConstraints: - - maxSkew: 1 - topologyKey: capacity-spread - whenUnsatisfiable: DoNotSchedule +topologySpreadConstraints: +- maxSkew: 1 + topologyKey: capacity-spread + whenUnsatisfiable: DoNotSchedule + labelSelector: + ... ``` diff --git a/website/content/en/v0.30/concepts/scheduling.md b/website/content/en/v0.30/concepts/scheduling.md index c78fef059fbd..de79cb78581e 100755 --- a/website/content/en/v0.30/concepts/scheduling.md +++ b/website/content/en/v0.30/concepts/scheduling.md @@ -594,8 +594,10 @@ This is not identical to a topology spread with a specified ratio. We are const #### Workload Topology Spread Constraint ```yaml - topologySpreadConstraints: - - maxSkew: 1 - topologyKey: capacity-spread - whenUnsatisfiable: DoNotSchedule +topologySpreadConstraints: + - maxSkew: 1 + topologyKey: capacity-spread + whenUnsatisfiable: DoNotSchedule + labelSelector: + ... ``` diff --git a/website/content/en/v0.31/concepts/scheduling.md b/website/content/en/v0.31/concepts/scheduling.md index c78fef059fbd..de79cb78581e 100755 --- a/website/content/en/v0.31/concepts/scheduling.md +++ b/website/content/en/v0.31/concepts/scheduling.md @@ -594,8 +594,10 @@ This is not identical to a topology spread with a specified ratio. We are const #### Workload Topology Spread Constraint ```yaml - topologySpreadConstraints: - - maxSkew: 1 - topologyKey: capacity-spread - whenUnsatisfiable: DoNotSchedule +topologySpreadConstraints: + - maxSkew: 1 + topologyKey: capacity-spread + whenUnsatisfiable: DoNotSchedule + labelSelector: + ... ``` diff --git a/website/content/en/v0.32/concepts/scheduling.md b/website/content/en/v0.32/concepts/scheduling.md index 751a409dc815..899b2428edd3 100755 --- a/website/content/en/v0.32/concepts/scheduling.md +++ b/website/content/en/v0.32/concepts/scheduling.md @@ -602,4 +602,6 @@ topologySpreadConstraints: - maxSkew: 1 topologyKey: capacity-spread whenUnsatisfiable: DoNotSchedule + labelSelector: + ... ```