Skip to content

Latest commit

 

History

History
44 lines (25 loc) · 751 Bytes

File metadata and controls

44 lines (25 loc) · 751 Bytes

Snapshot controller

CSI snapshotter is part of Kubernetes implementation of Container Storage Interface (CSI).

Requirements

  • Kubernetes >= 1.17.0
  • Kustomize >= v3.5.3

Image repositories

  • Snapshot Controller: registry.sighup.io/fury/sig-storage/snapshot-controller

Deployment

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 -

License

For license details please see LICENSE