> For the complete documentation index, see [llms.txt](https://dekube.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dekube.gitbook.io/docs/node-deployment-manual/description-of-the-installation-process/assigning-a-label-to-worker-nodes.md).

# Assigning a Label to worker nodes

Each working node must be assigned a Label (PUBLICKEY=) - a unique key that can be created on [Dekube Wallet](https://wallet.dekube.net/).

Example command execution:

```sh
kubectl label node NODE_NAME PUBLICKEY=27mCqjFRLPYSKDyzqYAPe5FT49YVaArb7tqREWvPMNJX5epse2
#node/NODE_NAME labeled
```
