Вам нужно установить NodeAffinity
в PersistentVolumeSpec
.
// NodeAffinity defines constraints that limit what nodes this volume can be accessed from.
// This field influences the scheduling of pods that use this volume.
// +optional
NodeAffinity *VolumeNodeAffinity `json:"nodeAffinity,omitempty" protobuf:"bytes,9,opt,name=nodeAffinity"`
Этот NodeAffinity
гарантирует, что ваш pod
будет работать в вашем конкретном c узле.