This message was deleted.
# rke
a
This message was deleted.
h
Copy code
#  kubectl get po -n kube-system
NAME                                       READY   STATUS             RESTARTS         AGE
...
tiller-deploy-6d54588c95-tzff2             0/1     ImagePullBackOff   0                166m
b
is this a really really old cluster or something? tiller is part of helm2 which was EOL years ago....
h
yes! I created this cluster 4-years ago but (kept it updated). I think original kubernetes version was 1.11 and Rancher 2.2 (was running at the time). Now I am at 1.24 (yes I need to update) and Rancher 2.7.9
good deal - I will delete the tiller-deploy pod
b
in that case - yea you can delete anything related to tiller so long as all your charts are migrated to helm3 (I sure hope they are by now 🙂 )
h
thank you!