Skip to content

Commit 59e8903

Browse files
chore: use k0s full path when collecting bundle (#539)
let's just make this very specific. i have just seen a case where /usr/loca/bin isn't in the root's path.
1 parent ac11852 commit 59e8903

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/goods/support/host-support-bundle.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ spec:
1818
path: /var/openebs/local
1919
- run:
2020
collectorName: k0s-status
21-
command: k0s
21+
command: /usr/local/bin/k0s
2222
args: [ "status" ]
2323
- run:
2424
collectorName: k0s-issue-template
2525
command: sh
2626
args: [ "-c", "uname -srvmo; cat /etc/os-release || lsb_release -a" ]
2727
- run:
2828
collectorName: k0s-sysinfo
29-
command: k0s
29+
command: /usr/local/bin/k0s
3030
args: [ "sysinfo" ]
3131
- copy:
3232
collectorName: installer-logs

0 commit comments

Comments
 (0)