Node Name For Scheduling
The nodeName option expects a string which sets the nodeName Kubernetes attribute for Pods.
Default Value For nodeName
nodeName: ""
Example: Setting Node Name For Scheduling
containers:
- image: john/appbackend
nodeName: "gpu-node"