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