Updated at: 2022-12-09 03:49:50
To restrict a Pod to a specific Node for running, you can set Label to the Node and configure NodeSelector for the Pod.
For example, if one Node has the Label role=ssd_node, and the NodeSelector is set as role: ssd_node for the Pod, then the Pod will run only on the Node.
To update the Node Label, you can click Edit Labels on the project details page to edit the Labels on the current Node.