Merge pull request #32652 from tidusete/patch-1

Missunderstood pods/pod-with-node-affinity.yaml
pull/32418/head
Kubernetes Prow Robot 2022-04-04 09:56:10 -07:00 committed by GitHub
commit 132fece161
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -124,8 +124,8 @@ For example, consider the following Pod spec:
In this example, the following rules apply:
* The node *must* have a label with the key `kubernetes.io/e2e-az-name` and
the value is either `e2e-az1` or `e2e-az2`.
* The node *must* have a label with the key `kubernetes.io/os` and
the value `linux`.
* The node *preferably* has a label with the key `another-node-label-key` and
the value `another-node-label-value`.