Hacker News new | past | comments | ask | show | jobs | submit login

you can set hostAffinities on PersistentVolumes.

  nodeAffinity:
    required:
      nodeSelectorTerms:
      - matchExpressions:
        - key: kubernetes.io/hostname
          operator: In
          values:
          - <hostname>
this ensures that your workload will be rescheduled on the matching node



Join us for AI Startup School this June 16-17 in San Francisco!

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: