website/content/en/docs/concepts
zero bd3bc61115 Update assign-pod-node.md (#12159)
* Update assign-pod-node.md

Use `kubectl get nodes --show-labels` to show the labels will not show the compelte labels like this:
```
root@master:/home# kubectl get nodes --show-labels
NAME            STATUS   ROLES    AGE   VERSION   LABELS
master          Ready    master   41h   v1.13.1   beta.kubernetes.io/arch=amd64,beta.kubernetes.io/os=linux,kubernetes.io/hostname=master,node-role.kubernetes.io/master=
server01       Ready    <none>   41h   v1.13.1   beta.kubernetes.io/arch=amd64,beta.kubernetes.io/os=linux,func=database,kubernetes.io/hostname=moon-server01
```
and the command `kubectl describe node "nodename" ` will show all labels the node have.

* Update assign-pod-node.md

* Update assign-pod-node.md

add a space before the new sentence
2019-01-13 00:52:46 -08:00
..
architecture Update nodes to show the system reserved resources (#11908) 2018-12-28 07:57:05 -08:00
cluster-administration add cni-ipvlan-vpc-k8s (#11929) 2019-01-03 10:08:42 -08:00
configuration Update assign-pod-node.md (#12159) 2019-01-13 00:52:46 -08:00
containers link (#11808) 2018-12-21 17:44:38 -08:00
extend-kubernetes Fix some grammar errors in custom-resources.md (#11476) 2018-12-04 01:36:24 -08:00
overview Fix `--runtime-config` syntax (#11835) 2018-12-20 17:30:23 -08:00
policy Correct ResourceQuota PriorityClass config example (#12055) 2019-01-08 04:21:44 -08:00
services-networking Fixed broken link (#12191) 2019-01-13 00:46:41 -08:00
storage Update storage-classes.md (#11855) 2019-01-08 03:53:18 -08:00
workloads Fix issue with k8s.io/docs/concepts/workloads/controllers/replicaset/ (#12147) 2019-01-09 19:01:01 -08:00
_index.md apply template (#9445) 2018-07-10 14:36:25 -07:00
example-concept-template.md Add admonition type to shortcode (#9482) 2018-11-06 11:33:04 -08:00