kubernetes-csi/docs

Outdated CSINodeInfo CRD URL

Closed this issue · 3 comments

The URL for CSINodeInfo is outdated here:
https://kubernetes-csi.github.io/docs/Setup.html#enabling-csinodeinfo

It was:

https://raw.githubusercontent.com/kubernetes/csi-api/master/pkg/crd/testdata/csinodeinfo.yaml

Not it becomes:

https://raw.githubusercontent.com/kubernetes/csi-api/master/pkg/crd/manifests/csinodeinfo.yaml

Also, the same issue for CSIDriver CRD

pohly commented

Or we can keep the URLs centralized in Setup.md and refer to it from Example.md. It makes more sense to me to put it under setup, since this is more driver setup related. But I don't have strong opinion on this.