Merge pull request #1027 from chrislovecnm/petset-typo

fixing an alias that was left in an example
This commit is contained in:
Prashanth B
2016-08-13 20:02:13 -07:00
committed by GitHub
+1 -1
View File
@@ -288,7 +288,7 @@ $ kubectl get pv
If you simply want to clean everything:
```shell{% raw %}
$ grace=$(k get po web-0 --template '{{.spec.terminationGracePeriodSeconds}}')
$ grace=$(kubectl get po web-0 --template '{{.spec.terminationGracePeriodSeconds}}')
$ kubectl delete petset,po -l app=nginx
$ sleep $grace
$ kubectl delete pvc -l app=nginx