We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1891e4 commit a6c74ecCopy full SHA for a6c74ec
hugo/content/getting-started/_index.adoc
@@ -1024,6 +1024,15 @@ The load configuration file has the following YAML attributes:
1024
|SecurityContext| either fsGroup or SupplementalGroup values
1025
|======================
1026
1027
+For running the *pgo load* examples, you can create the *csv-pvc* PVC
1028
+by running:
1029
+....
1030
+kubectl create -f examples/csv-pvc.json
1031
1032
+
1033
+Then you can copy sample load files as referenced by the examples
1034
+into that PVC location (e.g. /data or /nfsfileshare).
1035
1036
==== Syntax
1037
1038
$ pgo load [FLAGS]
0 commit comments