We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2be074a commit fa7071eCopy full SHA for fa7071e
plugins/plugin-client-default/notebooks/dashboard.md
@@ -56,28 +56,22 @@ layout:
56
--8<-- "$LOGDIR/resources/gpu.txt"
57
```
58
59
-=== "Application Source"
+=== "Kubernetes Events"
60
61
```json
62
---
63
include: .source
64
languageFrom: .language
65
66
- --8<-- "$LOGDIR/job.json"
+ --8<-- "$LOGDIR/events/kubernetes.txt"
67
68
69
+=== "Application Source"
70
-<!--
71
----
72
-
73
-# Kubernetes Events
74
75
-```shell
76
77
-execute: now
78
-maximize: true
79
-outputOnly: true
80
81
-$TAIL $LOGDIR/events/kubernetes.txt
82
-```
83
--->
+ ```json
+ ---
+ include: .source
+ languageFrom: .language
+ --8<-- "$LOGDIR/job.json"
+ ```
0 commit comments