Update bare_metal_offline.md
Added blank line before H2
This commit is contained in:
@@ -693,6 +693,7 @@ Kill all pods:
|
||||
```shell
|
||||
for i in `kubectl get pods | awk '{print $1}'`; do kubectl delete pod $i; done
|
||||
```
|
||||
|
||||
## Support Level
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user