Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extrastorage #5

Merged
merged 2 commits into from
Dec 3, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,10 @@ Listed below are some of the variables that should be changed.
* oc delete configmap -l app=spark
* oc delete secret -l app=spark
* You might also want to delete the persistent volume created by the setup by oc delete pvc -l app=spark

### Adding more storage from OpenShift UI
From OpenShift console
* open Storage -> Create Storage -> Fill required fields and press Create button.
* Application -> Deployments -> For each of the items go Configuration tab -> Add Storage -> Fill desired Mount Path ie. **/mnt/data** -> Type **Volume Name** or leave empty for automatically generated -> press Add.

Automatic redeployment starts and after repeating above steps to all items, new pvc will be mounted to application.