website/content/en/docs/concepts/configuration
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
..
_index.md Reorder concepts sections (#11032) 2018-11-19 13:05:13 -08:00
assign-pod-node.md Update assign-pod-node.md (#12159) 2019-01-13 00:52:46 -08:00
manage-compute-resources-container.md Add admonition type to shortcode (#9482) 2018-11-06 11:33:04 -08:00
organize-cluster-access-kubeconfig.md fix spelling mistake (#12113) 2019-01-07 07:31:44 -08:00
overview.md Add admonition type to shortcode (#9482) 2018-11-06 11:33:04 -08:00
pod-priority-preemption.md Fix a typo in pod priority and preemption doc (#11523) 2018-12-04 17:37:21 -08:00
scheduler-perf-tuning.md Add admonition type to shortcode (#9482) 2018-11-06 11:33:04 -08:00
secret.md fix broken link for KubeletConfiguration (#11423) 2018-11-30 02:06:59 -08:00
taint-and-toleration.md Update docs for taints and their version promotions (#11494) 2018-12-07 11:11:10 -08:00