is there a way to prevent volumes created on a disk with a tag, when the storageclass used has no diskselector parameter?
I have a setup with 2 disks per node - one is tagged and the other is not.
I was expecting volumes to be created on the tagged disk only when storageclass with the appropriate diskselector tag is used, but I see that is not the case
is this a bug, or expected behavior?