Merge pull request #32652 from tidusete/patch-1

Missunderstood pods/pod-with-node-affinity.yaml
This commit is contained in:
Kubernetes Prow Robot
2022-04-04 09:56:10 -07:00
committed by GitHub
@@ -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`.