We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5729a24 commit 4bcfa2fCopy full SHA for 4bcfa2f
docs/concepts/configuration/assign-pod-node.md
@@ -77,6 +77,10 @@ with a standard set of labels. As of Kubernetes v1.4 these labels are
77
* `beta.kubernetes.io/os`
78
* `beta.kubernetes.io/arch`
79
80
+**Note:** The value of these labels are cloud provider specific and are not guaranteed to be reliable.
81
+For example, the value of `kubernetes.io/hostname` may be the same as the Node name in some environments
82
+and a different value in other environments.
83
+
84
## Affinity and anti-affinity
85
86
`nodeSelector` provides a very simple way to constrain pods to nodes with particular labels. The affinity/anti-affinity
0 commit comments