K8s: Create PVs without nodeAffinity
If you're looking to create persistent volumes in Kubernetes without setting nodeAffinity, setup your PV config like this: --- apiVersion: v1 kind: PersistentVolume metadata: name: label...
If you're looking to create persistent volumes in Kubernetes without setting nodeAffinity, setup your PV config like this: --- apiVersion: v1 kind: PersistentVolume metadata: name: label...