wir haben einen Tanzu umgebung mit 3 Zonen, allerdings bekommen wir wenn wir ein pvc erzeugen, folgenden Fehler:
failed to provision volume with StorageClass "tanzu-ftt-1-raid5-thin-pvc-manageme ││ nt": rpc error: code = Internal desc = failed to create volume on namespace: rz1-iop-workload-mgmt in supervisor cluster. Error: persistentVolumeClaim 853e6003-b979-46de-aaff-9cea36e75f81-9078bae5-a9ad-44e2-b44d-89f3dfe1a5c4 in namespac ││ e rz1-iop-workload-mgmt not in phase Bound within 240 seconds. reason: failed to provision volume with StorageClass "tanzu-ftt-1-raid5-thin-pvc-management": rpc error: code = InvalidArgument desc = StorageTopologyType is unset while topology label is present
Im yaml sieht das wie folgt aus:
Code: Alles auswählen
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: backup-test-1-pvc
annotations:
csi.vsphere.volume-requested-topology: '[{"topology.kubernetes.io/zone":"hhiph-vc301-tanzu-zone"},{"topology.kubernetes.io/zone":"hhrzb-vc301-tanzu-zone"},{"topology.kubernetes.io/zone":"hhrzb-vc302-tanzu-zone"}]'
namespace: backup-test
spec:
accessModes:
- ReadWriteOnce
storageClassName: tanzu-ftt-1-raid5-thin-pvc-management
resources:
requests:
storage: 5Gi
hat jemand eine Idee was wir übersehen? Speziell dieser Punkt kommt uns "interessant" vor:
StorageTopologyType is unset while topology label is present
Danke euch