Difference between revisions of "Volumesnapshots"
Jump to navigation
Jump to search
Line 3: | Line 3: | ||
[[minikube addons enable volumesnapshots]] | [[minikube addons enable volumesnapshots]] | ||
+ | |||
+ | [[minikube addons enable csi-hostpath-driver]] | ||
* {{Kubernetes snapshots}} | * {{Kubernetes snapshots}} | ||
* {{PVC}} | * {{PVC}} |
Revision as of 12:18, 3 January 2024
minikube addons enable volumesnapshots
minikube addons enable csi-hostpath-driver
- Kubernetes snapshots,
kind: VolumeSnapshot, kind: VolumeSnapshotContent, kubectl create -f your_new_snaspshots.yaml
- Kubernetes Persistent Volume Claim (PVC) (
kind: PersistentVolumeClaim
), Kubernetes Persistent volumes (PV)(kind: PersistentVolume)
,kubectl describe pvc, kubectl get pvc
, ClaimLost, ProvisioningSucceeded, PV access control
Advertising: