Replies: 1 comment
-
|
Please attach full logs from all involved nodes; just a couple lines is not enough to give any idea what's going on. The messages you included suggest that the metrics-server pod isn't running but that's not critical. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Nodes are Ubuntu 24.04.3 LTS, bare metal.
Tried to upgrade:
v1.33.7+k3s1➔v1.34.3+k3s1. Reviewed the upgrade notes, did not see any breaking changes related to command-line switches, etc.Approved PR to upgrade via K3s Upgrade Controller. The controlled selected
k3s02while control-plane, it is not the one with cluster init switch, that would be k3s01.k3S service did not come back on-line. Manually stopped / started k3s service. A common error message I kept seeing was
Unable to authenticate the request" err="[invalid bearer token, service account token has been invalidated]".Rollback:
v1.33.7+k3s1.The important parts of k3s service look like:
The Token above is the "short" type (32 chars); the file
/var/lib/rancher/k3s/server/tokenhas a "full" token and they all match.Looking for suggestions on what needs to be changed before I attempt the upgrade again.
Beta Was this translation helpful? Give feedback.
All reactions