https://rancher.com/ logo
m

miniature-advantage-78722

10/26/2022, 6:26 PM
How can i get the logs for the upgrade process? Trying to upgrade to v1.1.0 but not sure which pod to pull the logs from
a

ancient-pizza-13099

10/26/2022, 6:35 PM
kubectl get pods -A | grep upgrade
, the listed pods are related to upgrade.
m

miniature-advantage-78722

10/26/2022, 6:35 PM
Thanks a million!
@ancient-pizza-13099 is it fair to say that the container being dead is a problem?
Error from server (BadRequest): previous terminated container "system-upgrade-controller" in pod "system-upgrade-controller-7b8d94c7f5-wtff8" not found
a

ancient-pizza-13099

10/27/2022, 11:11 AM
Which command returns this error ?
m

miniature-advantage-78722

10/27/2022, 11:12 AM
Kubectl logs on the above pod. I scrapped the upgrade and went for a fresh install
a

ancient-pizza-13099

10/27/2022, 11:24 AM
ok. When a
POD
is ended/dead for certain time,
kubelet
will remove it and no log could be fetched.
4 Views