File tree Expand file tree Collapse file tree 2 files changed +1
-14
lines changed Expand file tree Collapse file tree 2 files changed +1
-14
lines changed Original file line number Diff line number Diff line change @@ -100,19 +100,6 @@ Restart Count: 0
100100Environment: <none>
101101Mounts:
102102/var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-prj4k (ro)
103- wicked:
104- Container ID:
105- Image: noimage
106- Image ID:
107- Port: <none>
108- Host Port: <none>
109- State: Running
110- Started: Thu, 21 Apr 2022 11:32:47 +1000
111- Ready: True
112- Restart Count: 0
113- Environment: <none>
114- Mounts:
115- /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-prj4k (ro)
116103rancherd:
117104Container ID:
118105Image: noimage
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ for ((i=1; i<=2; i++)); do
113113 [ ! -s $log_name ] && rm -f $log_name
114114done
115115
116- units=(rke2-server rke2-agent rancherd rancher-system-agent wicked iscsid)
116+ units=(rke2-server rke2-agent rancherd rancher-system-agent iscsid)
117117
118118for unit in ${units[@]} ; do
119119 chroot $HOST_PATH $JOURNALCTL -b all -u $unit | tail -c 10m > $unit .log
You can’t perform that action at this time.
0 commit comments