Skip to content

Commit

Permalink
Merge pull request appuio#17 from kallies/patch-1
Browse files Browse the repository at this point in the history
oc  volume wants persistentVolumeClaim
  • Loading branch information
bliemli authored Mar 21, 2017
2 parents c171055 + e6dede6 commit 1533e63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion labs/10_persistent_storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Im zweiten Schritt wird der zuvor erstellte PVC im richtigen Pod eingebunden. In

Der folgende Befehl führt beide beschriebenen Schritte zugleich aus, er erstellt also zuerst den Claim und bindet ihn anschliessend auch als Volume im Pod ein:
```
$ oc volume dc/mysql --add --name=mysql-data --type pvc \
$ oc volume dc/mysql --add --name=mysql-data --type persistentVolumeClaim \
--claim-name=mysqlpvc --claim-size=256Mi --overwrite
```
**Note:** Durch die veränderte Deployment Config deployt OpenShift automatisch einen neuen Pod. D.h. leider auch, dass das vorher erstellte DB-Schema und bereits eingefügte Daten verloren gegangen sind.
Expand Down

0 comments on commit 1533e63

Please sign in to comment.