k3s/api/swagger-spec
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
..
api.json Update API docs 2016-04-20 12:13:09 -04:00
apis.json Update API docs 2016-04-20 12:13:09 -04:00
apps.json PetSet type, apps apigroup 2016-04-20 18:49:31 -07:00
apps_v1alpha1.json VolumeMount.SubPath: API change. 2016-05-06 15:40:10 +11:00
autoscaling.json Update API docs 2016-04-20 12:13:09 -04:00
autoscaling_v1.json generated changes 2016-05-04 21:54:55 -07:00
batch.json Update API docs 2016-04-20 12:13:09 -04:00
batch_v1.json VolumeMount.SubPath: API change. 2016-05-06 15:40:10 +11:00
batch_v2alpha1.json Generated changes for batch/v2alpha1 2016-05-10 22:40:22 +02:00
extensions.json Update API docs 2016-04-20 12:13:09 -04:00
extensions_v1beta1.json remove extra quotation mark that breaks API docs 2016-05-10 13:29:55 -07:00
resourceListing.json Generated changes for batch/v2alpha1 2016-05-10 22:40:22 +02:00
v1.json Run hack/update-all.sh 2016-05-10 20:39:25 +03:00
version.json Update API docs 2016-04-20 12:13:09 -04:00