CSI snapshotter is part of Kubernetes implementation of Container Storage Interface (CSI).
- Kubernetes >=
1.17.0
- Kustomize >=
v3.5.3
- Snapshot Controller:
registry.sighup.io/fury/sig-storage/snapshot-controller
You can deploy the snapshot-controller by including the package in your kustomize project:
kustomization.yaml
file extract:
...
resources:
- katalog/snapshot-controller
...
You can then apply your kustomize project by running the following command:
kustomize build | kubectl apply -f -
For license details please see LICENSE