kubernetes-retired / drivers

[EOL] Example CSI Drivers
Apache License 2.0
140 stars 92 forks source link

lustre has mounted in csi container,but the pod start failed #166

Closed GodGirlwsy closed 3 years ago

GodGirlwsy commented 3 years ago

YAML: apiVersion: v1 kind: PersistentVolume metadata: name: lustre-csi-pv labels: lustre-pvname: lustre-csi-pv spec: capacity: storage: 300Gi accessModes:

oc get node node1 NotReady compute,infra,master 60d v1.11.0+d4cacc0 node2 Ready compute,infra,master 60d v1.11.0+d4cacc0 node3 Ready compute,infra,master 60d v1.11.0+d4cacc0

the status of node1 is always changing between Ready and NotReady ,I don't known why it is?

nikhita commented 3 years ago

Closing, this repo is being archived. Please see https://github.com/kubernetes/org/issues/2568 for more details.