Menu
DevSpaceDocsBlog
GitHub
DevSpace
  • Docs
  • Blog
  • GitHub
DevSpace
  • Introduction
  • Usage
  • Configuration
    • values.yaml
    • containers
    • initContainers
    • labels
    • annotations
    • volumes
    • service
    • serviceName
    • ingress
    • replicas
    • autoScaling
    • rollingUpdate
    • pullSecrets
    • tolerations
    • affinity
    • nodeSelector
    • nodeName
    • podManagementPolicy
  • Guides
    • Ingress & Domains
    • TLS / SSL Cerficates
    • Persistent Volumes
  • ↗️ DevSpace CLI

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"
Edit this page
Previous

« Node Selector For Scheduling

Next

Pod Management Policy »

Copyright © 2025 Component Chart Authors