Skip to content

Commit a6c74ec

Browse files
author
Jeff McCormick
committed
add docs on how to create the csv-pvc PVC for the pgo load examples
1 parent b1891e4 commit a6c74ec

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

hugo/content/getting-started/_index.adoc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1024,6 +1024,15 @@ The load configuration file has the following YAML attributes:
10241024
|SecurityContext| either fsGroup or SupplementalGroup values
10251025
|======================
10261026

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+
10271036
==== Syntax
10281037

10291038
$ pgo load [FLAGS]

0 commit comments

Comments
 (0)