Difference between revisions of "Volumesnapshots"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
{{lc}} | {{lc}} | ||
− | [[minikube addons | + | [[minikube addons enable]] |
− | + | * {{Kubernetes snapshots}} | |
− | |||
− | * {{ | ||
* {{PVC}} | * {{PVC}} |
Revision as of 08:24, 23 October 2023
minikube addons enable
- 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: