0/9 nodes are available: 9 node(s) had volume node affinity conflict
When deploying a kubernetes application and a pod displays an event with
0/9 nodes are available: 9 node(s) had volume node affinity conflict
There are two common reasons for this.
The first two things to check are
- StorageClass is correctly set on the PV
- That the StorageClass has the correct
volumeBindingMode
. For API Connect this must be set toWaitForFirstConsumer