NAME: local-path-provisioner LAST DEPLOYED: Wed Apr 8 17:01:26 2026 NAMESPACE: local-path-storage STATUS: deployed REVISION: 1 TEST SUITE: None NOTES: You can create a hostpath-backed persistent volume with a persistent volume claim like this: apiVersion: v1 kind: PersistentVolumeClaim metadata: name: local-path-pvc spec: accessModes: - ReadWriteOnce storageClassName: general resources: requests: storage: 2Gi