There are instances of both .json and .yaml file format examples in the guide. All the examples must be replaced to .yaml format to maintain consistency. Link to the doc: https://access.redhat.com/webassets/avalon/d/Red_Hat_Gluster_Storage-3.1-Container-Native_Storage_for_OpenShift_Container_Platform-en-US/Red_Hat_Gluster_Storage-3.1-Container-Native_Storage_for_OpenShift_Container_Platform-en-US.pdf 3.2 Internal server link: http://ccs-jenkins.gsslab.brq.redhat.com:8080/job/doc-Red_Hat_Gluster_Storage-3.4-Container_Native_Storage_with_OpenShift_Platform-branch-master/lastSuccessfulBuild/artifact/tmp/en-US/html-single/index.html#idm139833904759088
Replaced .json to .yaml file wherever applicable. Link to the latest doc: http://ccs-jenkins.gsslab.brq.redhat.com:8080/job/doc-Red_Hat_Gluster_Storage-3.5-Container_Native_Storage_with_OpenShift_Platform-branch-master/lastSuccessfulBuild/artifact/tmp/en-US/html-single/index.html
(In reply to Divya from comment #4) > Replaced .json to .yaml file wherever applicable. > > Link to the latest doc: > http://ccs-jenkins.gsslab.brq.redhat.com:8080/job/doc- > Red_Hat_Gluster_Storage-3.5-Container_Native_Storage_with_OpenShift_Platform- > branch-master/lastSuccessfulBuild/artifact/tmp/en-US/html-single/index.html Comment1: $$$$$$$$$$$$$$$$$$$ The following lines still have json reference which can actually be convereted into .yaml: * 5.1. Static Provisioning of Volumes 10. Create a persistent volume claim file. For example: # cat pvc.json * 11. Bind the persistent volume to the persistent volume claim by executing the following command: # oc create -f pvc.json $$$$$$$$$$$$$$$$$$$ Comment2: ######## The following places have ".yml" extensions which doesn't seems to be the official extension. * 5.1. Static Provisioning of Volumes: * 13. The claim can now be used in the application: For example: # cat app.yml * oc create -f app.yml * 5.2.1.5. Using the Claim in a Pod # cat app.yml # oc create -f app.yml Please use ".yaml" when possible as that's the official extension for YAML files ######## Reassigning it back to make the above changes.
I have updated the following changes: pvc.json > pvc.yaml .yml > .yaml Link to the updated doc: http://ccs-jenkins.gsslab.brq.redhat.com:8080/job/doc-Red_Hat_Gluster_Storage-3.5-Container_Native_Storage_with_OpenShift_Platform-branch-master/lastSuccessfulBuild/artifact/tmp/en-US/html-single/index.html#chap-Documentation-Red_Hat_Gluster_Storage_Container_Native_with_OpenShift_Platform-OpenShift_Creating_Persistent_Volumes-Static_Prov
(In reply to Divya from comment #6) > I have updated the following changes: > > pvc.json > pvc.yaml > .yml > .yaml > > Link to the updated doc: > http://ccs-jenkins.gsslab.brq.redhat.com:8080/job/doc- > Red_Hat_Gluster_Storage-3.5-Container_Native_Storage_with_OpenShift_Platform- > branch-master/lastSuccessfulBuild/artifact/tmp/en-US/html-single/index. > html#chap-Documentation- > Red_Hat_Gluster_Storage_Container_Native_with_OpenShift_Platform- > OpenShift_Creating_Persistent_Volumes-Static_Prov The above mentioned changes has been incorporated. Moving it to verified.