Skip to content

Commit

Permalink
Update docs to configure local storage operator
Browse files Browse the repository at this point in the history
  • Loading branch information
kevchu3 committed Mar 30, 2020
1 parent af6c07e commit 4fc08a0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,11 @@ To view the console and oauth URLs from your laptop outside of the cluster, add
<your-laptop-ip> oauth-openshift.apps.<your-cluster-domain>
```

### 11. Optional: Configure additional operators

Refer to these instructions to configure additional operators
* [Local storage operator]

## License
GPLv3

Expand All @@ -128,3 +133,4 @@ Kevin Chung
[configure NFS storage using your helper node]: ./operator/image-registry/README.md
[configure NFS storage]: https://docs.openshift.com/container-platform/4.3/registry/configuring-registry-storage/configuring-registry-storage-baremetal.html#registry-configuring-storage-baremetal_configuring-registry-storage-baremetal
[configure ephemeral storage]: https://docs.openshift.com/container-platform/4.3/registry/configuring-registry-storage/configuring-registry-storage-baremetal.html#installation-registry-storage-non-production_configuring-registry-storage-baremetal
[Local storage operator]: ./operator/local-storage/README.md
2 changes: 1 addition & 1 deletion operator/local-storage/local-disks.localvolume.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
- key: kubernetes.io/hostname
operator: In
values:
- worker1.ocp.cluster
- worker1.yourcluster.domain.com
storageClassDevices:
- storageClassName: local-storageclass
volumeMode: Filesystem
Expand Down

0 comments on commit 4fc08a0

Please sign in to comment.