Difference between revisions of "Volumesnapshots"
Jump to navigation
Jump to search
Line 6: | Line 6: | ||
[[minikube addons enable csi-hostpath-driver]] | [[minikube addons enable csi-hostpath-driver]] | ||
+ | == See also == | ||
* {{Kubernetes snapshots}} | * {{Kubernetes snapshots}} | ||
* {{PVC}} | * {{PVC}} | ||
+ | |||
+ | [[Category:Kubernetes]] |
Latest revision as of 12:29, 3 January 2024
minikube addons enable volumesnapshots
minikube addons enable csi-hostpath-driver
See also[edit]
- 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: