Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Commit

Permalink
Merge branch 'master' of https://github.com/chepurko/k8s-lemp
Browse files Browse the repository at this point in the history
  • Loading branch information
chepurko committed Apr 14, 2017
2 parents 1dd9538 + 4205b86 commit 95b7720
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ Actually, **k8s LEMP Stack** should be able to serve as your own personal web se
$ kubectl create secret generic redis-pass --from-file=/tmp/redis-pass.txt --namespace=core
```
### Create persistent disks (GCE) and your "core" services:
* Edit the parameters in the StorageClass object in `gce-volumes.yaml` to reflect your correct zone and persistent disk type.
* Make sure the disks are in the same `<zone>`as your cluster and that the names match the `pdName` from `gce-volumes.yaml`:
```bash
$ gcloud compute disks create --size=10GB --zone=<zone> wp-wd
Expand Down

0 comments on commit 95b7720

Please sign in to comment.