Skip to content
This repository has been archived by the owner on Aug 11, 2021. It is now read-only.

Commit

Permalink
Update creating_azure_persistent_volume.md
Browse files Browse the repository at this point in the history
  • Loading branch information
piggyvenus authored May 29, 2018
1 parent 6f4867b commit 3f7df8e
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions creating_azure_persistent_volume.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,17 @@ oc annotate storageclass azure-storageclass storageclass.beta.kubernetes.io/is-d

## Step 4
Create PVC from OpenShift Web UI
- 1. Login to WebUI https://master:8443
- 2. Create Project
- 3. Create PVC via `Storage` on the left navigation --> create PVC --> select RWO, enter 1G --> click `Create`
1. Login to WebUI https://master:8443
2. Create Project
3. Create PVC via `Storage` on the left navigation --> create PVC --> select RWO, enter 1G --> click `Create`

## Step 5
Update deployment config to use PVC
- 1. Under the same Project
- 2. Click `catalog` --> enter PHP
- 3. Select PHP builder image
- 4. Enter https://github.com/RedHatWorkshops/welcome-php.git
- 5. Deploy the application
- 6. Click `Application` --> `Deployments`
- 7. Click `Action` --> `Add Storage` --> select pvc and add path.
- 8. Save.
1. Under the same Project
2. Click `catalog` --> enter PHP
3. Select PHP builder image
4. Enter https://github.com/RedHatWorkshops/welcome-php.git
5. Deploy the application
6. Click `Application` --> `Deployments`
7. Click `Action` --> `Add Storage` --> select pvc and add path.
8. Save.

0 comments on commit 3f7df8e

Please sign in to comment.