Files
kubernetes/pkg/kubelet
k8s-merge-robot 399b086620 Merge pull request #23684 from luxas/auto_label_arch
Automatic merge from submit-queue

Automatically add node labels beta.kubernetes.io/{os,arch}

Proposal: #17981
As discussed in #22623:
> @davidopp: #9044 says cloud provider but can also cover platform stuff.

Adds a label `beta.kubernetes.io/platform` to `kubelet` that informs about the os/arch it's running on.
Makes it easy to specify `nodeSelectors` for different arches in multi-arch clusters.

```console
$ kubectl get no --show-labels
NAME        STATUS    AGE       LABELS
127.0.0.1   Ready     1m        beta.kubernetes.io/platform=linux-amd64,kubernetes.io/hostname=127.0.0.1
$ kubectl describe no
Name:			127.0.0.1
Labels:			beta.kubernetes.io/platform=linux-amd64,kubernetes.io/hostname=127.0.0.1
CreationTimestamp:	Thu, 31 Mar 2016 20:39:15 +0300
```
@davidopp @vishh @fgrzadkowski @thockin @wojtek-t @ixdy @bgrant0607 @dchen1107 @preillyme
2016-05-13 13:25:34 -07:00
..
2016-05-06 12:11:29 -04:00
2016-04-29 17:12:10 -04:00
2016-05-05 14:34:49 -07:00
2016-04-29 17:12:10 -04:00
2016-05-12 19:17:08 -04:00
2015-11-25 09:43:48 +01:00
2016-03-02 20:46:32 -05:00
2016-05-12 19:17:08 -04:00
2016-05-12 19:17:08 -04:00
2016-01-30 00:25:50 -08:00
2016-05-12 19:17:08 -04:00