kubeedge: add labels to node
Posted Kris_u
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了kubeedge: add labels to node相关的知识,希望对你有一定的参考价值。
Inspect all nodes labels:
kubectl get node --show-labels
add label to one node:
kubectl label node ru-local nodeServerProducer=huawei
Inspect one node's labels :
kubectl get node ru-local --show-labels
ru@ru:kubeedge/examples/web-demo/kubeedge-web-app/deployments$ kubectl get device
NAME AGE
speaker-01 21s
kubectl describe device speaker-01
以上是关于kubeedge: add labels to node的主要内容,如果未能解决你的问题,请参考以下文章
git add --intent-to-add 或 -N 有啥作用,啥时候应该使用?