Update bare_metal_offline.md

Added blank line before H2
pull/559/head
DrDePhobia 2016-05-24 18:29:58 -07:00
parent a1ac9587e3
commit 573994d0e7
1 changed files with 1 additions and 0 deletions

View File

@ -693,6 +693,7 @@ Kill all pods:
```shell ```shell
for i in `kubectl get pods | awk '{print $1}'`; do kubectl delete pod $i; done for i in `kubectl get pods | awk '{print $1}'`; do kubectl delete pod $i; done
``` ```
## Support Level ## Support Level