• Jobs
  • About Us
  • professionals
    • Home
    • Jobs
    • Courses and challenges
  • business
    • Home
    • Post vacancy
    • Our process
    • Pricing
    • Assessments
    • Payroll
    • Blog
    • Sales
    • Salary Calculator

0

663
Views
Eventos de PVC: en espera de que se cree un volumen, ya sea por parte del aprovisionador externo "csi.vsphere.vmware.com" o creado manualmente por el administrador del sistema

Intenté configurar vsphere-CSI-driver siguiendo la documentación a continuación.

Documentación seguida: https://www.definit.co.uk/2019/06/lab-guide-kubernetes-and-storage-with-the-vsphere-cloud-provider-step-by-step/

Los usuarios/permisos asociados a VSAN y VCenter ya están ahí.

 [root@sni-k8s-Test-01 ~]# kubectl get CSIDriver NAME CREATED AT csi.vsphere.vmware.com 2021-01-15T17:39:25Z [root@sni-k8s-Test-01 ~]# kubectl get CSINode NAME CREATED AT sni-k8s-test-01 2020-08-15T18:38:36Z sni-k8s-test-02 2020-08-15T18:52:39Z sni-k8s-test-03 2020-08-16T16:30:44Z

este es mi manifiesto de clase de almacenamiento y salidas de clase de almacenamiento.

 kind: StorageClass apiVersion: storage.k8s.io/v1 metadata: name: csi-sc annotations: storageclass.kubernetes.io/is-default-class: "false" provisioner: csi.vsphere.vmware.com parameters: storagepolicyname: "k8s-view-k8s-spbm-profile" datastoreUrl : "ds:///vmfs/volumes/5c8a4ebb-d030b1e9-cb39-484d7e0a2431"
 [root@sni-k8s-Test-01 ~]# kubectl get sc NAME PROVISIONER RECLAIMPOLICY VOLUMEBINDINGMODE ALLOWVOLUMEEXPANSION AGE csi-sc csi.vsphere.vmware.com Delete Immediate false 4d13h

sin embargo, cuando intento crear un pvc, estos son los siguientes manifiestos y describen la salida asociada a pvc.

 [root@sni-k8s-Test-01 vmdktest]# cat example-pvc.yaml apiVersion: v1 kind: PersistentVolumeClaim metadata: name: example-vanilla-block-pvc spec: accessModes: - ReadWriteOnce resources: requests: storage: 5Gi storageClassName: csi-sc
 [root@sni-k8s-Test-01 vmdktest]# kubectl describe pvc example-vanilla-block-pvc Name: example-vanilla-block-pvc Namespace: default StorageClass: csi-sc Status: Pending Volume: Labels: <none> Annotations: volume.beta.kubernetes.io/storage-provisioner: csi.vsphere.vmware.com Finalizers: [kubernetes.io/pvc-protection] Capacity: Access Modes: VolumeMode: Filesystem Mounted By: example-vanilla-block-pod Events: Type Reason Age From Message ---- ------ ---- ---- ------- Normal ExternalProvisioning 65s (x26291 over 4d13h) persistentvolume-controller waiting for a volume to be created, either by external provisioner "csi.vsphere.vmware.com" or manually created by system administrator
about 3 years ago · Santiago Trujillo
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Our process Sales
Legal
Terms and conditions Privacy policy
© 2025 PeakU Inc. All Rights Reserved.

Andres GPT

Recommend me some offers
I have an error