Skip to content

Commit c2e4714

Browse files
committed
rephrase the description on the user story
1 parent 0b3327d commit c2e4714

File tree

1 file changed

+1
-1
lines changed
  • keps/sig-scheduling/3633-matchlabelselectors-to-podaffinity

1 file changed

+1
-1
lines changed

keps/sig-scheduling/3633-matchlabelselectors-to-podaffinity/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ metadata:
274274
Let's say all Pods on each tenant get `tenant` label via a controller or a manifest management tool like Helm.
275275
And, the cluster admin now wants to achieve exclusive 1:1 tenant to domain placement.
276276

277-
By applying the following affinity grobally with the mutating webhook, the cluster admin can ensure that the Pods with the same domain will land on the same domain, and Pods with other `tenant` won't land on the same domain.
277+
By applying the following affinity globally using a mutating webhook, the cluster admin can ensure that the Pods from the same tenant will land on the same domain exclusively, meaning Pods from other `tenants` won't land on the same domain.
278278

279279
```yaml
280280
affinity:

0 commit comments

Comments
 (0)