fixed readme

This commit is contained in:
Pamir Erdem
2018-10-23 00:55:29 +03:00
parent 1f74ee7624
commit 7423fe9651

View File

@@ -20,12 +20,13 @@ kubectl delete pod test-pd
```
### rtfm
```bash
kubectl apply -f 01-2-gce-pd.yaml
kubectl scale deployment test-pd --replicas=2
kubectl apply -f 01-3-gce-pd.yaml
kubectl scale deployment test-pd --replicas 2
kubectl delete -f 01-2-gce-pd.yaml
###
```
### nfs server
```bash