We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Static provisioning showed failed status of PV after executing patch command to change reclaim policy and deleting respective POD & PVC.
Steps performed:-
Observation:-
Note:- No log getting generated for dory service, didn't get any log for above use case.
YAML's:
PV-IMPORTVOL.yml
apiVersion: v1 kind: PersistentVolume metadata: name: pv-importvol spec: capacity: storage: 35Gi accessModes: - ReadWriteOnce flexVolume: driver: hpe.com/hpe options: name: VOLUME1 backend: 3PAR1
pvc.yml
apiVersion: v1 metadata: name: pvc-import spec: accessModes: - ReadWriteOnce resources: requests: storage: 16Gi
pod.yml
apiVersion: v1 kind: Pod metadata: name: pod-import spec: containers: - name: minio image: minio/minio:latest args: - server - /export env: - name: MINIO_ACCESS_KEY value: minio - name: MINIO_SECRET_KEY value: doryspeakswhale ports: - containerPort: 9000 volumeMounts: - name: export mountPath: /export volumes: - name: export persistentVolumeClaim: claimName: pvc-import
Note:- I have checked same setup with old dory binary (Version=1.1.0-ba064b80), able to reproduce same issue.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Static provisioning showed failed status of PV after executing patch command to change reclaim policy and deleting respective POD & PVC.
Steps performed:-
Observation:-
Note:- No log getting generated for dory service, didn't get any log for above use case.
YAML's:
PV-IMPORTVOL.yml
pvc.yml
pod.yml
Note:- I have checked same setup with old dory binary (Version=1.1.0-ba064b80), able to reproduce same issue.
The text was updated successfully, but these errors were encountered: