k3s/cluster/addons/storage-crds
Roy Lenferink b43c04452f Updated OWNERS files to include link to docs 2019-02-04 22:33:12 +01:00
..
OWNERS Updated OWNERS files to include link to docs 2019-02-04 22:33:12 +01:00
README.md
csidriver.yaml
csinodeinfo.yaml Change semantics of driver install and uninstall in CSINodeInfo to use new fields. 2018-11-08 19:45:01 -08:00

README.md

Kubernetes CSI CRDs

The Kubernetes Container Storage Interface implementation defines some API objects as CRDs that Kubernetes components including the Attach/Detach controller depend on.

If you are using CSI, it is recommended that you enable the relevant feature gates (e.g. CSIDriverRegistry, CSINodeInfo, etc.), and ensure the CRDs in this directory are installed.

These objects and their CRDs are defined in staging/src/k8s.io/csi-api/pkg/crd/manifests, the source of truth. They are copied from that CRD manifest directory to this addon directory. A unit test in staging/src/k8s.io/csi-api/pkg/crd verifies that this (and any other) copies of the manifest outside of staging/src/k8s.io/csi-api/pkg/crd/manifests do not drift from that source of truth. If you need to make changes please make changes in the staging/src/k8s.io/csi-api/pkg/crd/manifests directory and then update this copy.

For more information, see: https://kubernetes-csi.github.io/docs/