We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00b65a1 commit 71d33fcCopy full SHA for 71d33fc
1 file changed
content/kubevirt/node-health-check.md
@@ -97,7 +97,7 @@ spec:
97
#!/usr/bin/env bash
98
99
(echo "# $@"; exec "$@") | ts '[%Y-%m-%d %H:%M:%S]' | tee -a /tmp/app.log
100
- ````
+ ```
101
102
* Run: `l ping $VM_IP`
103
* Run: `oc get pods -o wide --watch | ts '[%Y-%m-%d %H:%M:%S]' | tee -a /tmp/app.log`
0 commit comments