Skip to main content

Node Name For Scheduling

Artifact Hub

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"