Commit 67937db
[kubernetes] Don't use wildcard for k8s systemd units
Using a wildcard to get all k8s units from journald takes
inordinately longer than specifying each unit individually.
We now explicity list each systemd k8s unit we want to get
logs for.
Signed-off-by: Edward Hope-Morley <edward.hope-morley@canonical.com>1 parent 4ff8b10 commit 67937db
1 file changed
+9
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
348 | 348 | | |
349 | 349 | | |
350 | 350 | | |
351 | | - | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
352 | 360 | | |
353 | 361 | | |
354 | 362 | | |
| |||
0 commit comments