Skip to content

Commit 6cab64b

Browse files
Merge pull request #291 from dpuckett98/patch-1
Update on NFS Storage Configuration
2 parents 140e221 + 8b01aba commit 6cab64b

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

hugo/content/installation/deployment.adoc

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -173,9 +173,12 @@ To configure the operator to use NFS for storage, a sample *pgo.yaml.nfs* file i
173173
cp $COROOT/examples/pgo.yaml.nfs $COROOT/conf/apiserver/pgo.yaml
174174
....
175175

176-
Edit the *pgo.yaml* file to specify the NFS GID that is set for the NFS volume mount you will be using, the default value assumed is *nfsnobody* as the GID (65534). Update the value to meet your NFS security settings.
177-
178-
There is currently no script available to create your NFS Persistent Volumes but you can typically modify the `$COROOT/pv/create-pv.sh` script to work with NFS.
176+
Next, set the environment variable CO_NFS_IP to your NFS server's IP address, then run the script `$COROOT/pv/create-pv-nfs.sh` -
177+
....
178+
export CO_NFS_IP=<your NFS server's IP>
179+
cd $COROOT/pv
180+
./create-pv-nfs.sh
181+
....
179182

180183
{{% /expand%}}
181184

0 commit comments

Comments
 (0)