Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The previous `kubectl create -f examples` no longer worked as intended after adding several more example yamls, in particular because csi-app-inline.yaml reused the pod name. When selecting files explicitly, the previous example works again as before. The pod name in csi-app-inline.yaml gets changed such that it can be used in parallel. This approach was chosen instead of moving files into sub-directories because csi-storageclass.yaml is needed by more than one example. When using "kubectl apply" instead of "kubectl create" we could (theoretically) re-use files in different examples without causing errors. In practice, the raw block example is currently not explicitly called out in the README.md. The snapshotting example however can't be used stand-alone and depends on the simple PVC.
- Loading branch information