You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently upgraded my Teleport cluster from v15 to v16 and then to v17. After the upgrade, all Teleport clients correctly report version 17. However, the Web UI still displays the following error message:
Connection from Node XXX.SrvTeleP01 at 192.168.1.95:54048, running an unsupported version of v15.4.27 was rejected. Connections will be allowed after upgrading the agent to v16.0.0 or newer
Despite the fact that all nodes and agents are running v17, the UI still seems to reference an older version.
Steps to reproduce:
Upgrade Teleport from v15 to v16.
Upgrade from v16 to v17.
Verify that all nodes and clients report v17.
Check the Web UI for any errors.
Expected behavior:
The Web UI should recognize that all nodes are running v17 and should not report them as outdated.
Actual behavior:
The Web UI incorrectly reports that nodes are running v15.4.27 and rejects their connections.
Environment:
Teleport version: v17.2.3
OS: Debian 12
Deployment method: Plain via script from gui
Is this a known issue? Are there any additional steps required to complete the upgrade process?
Thanks!
The text was updated successfully, but these errors were encountered:
This is definitely not a UI issue - that message is generated by the backend, so if you're still seeing that alert the only explanations I can think of are:
You just recently updated and the alert will clear itself automatically soon (this sounds unlikely based on what you've shared so far).
You are still running v15.4.27 on this node.
Item 2 seems most likely to me.
Your dpkg output shows that version 17.2.3 of the package is installed on the system, but it doesn't prove that v17.2.3 is actually what's running on the system. I might try a systemctl restart teleport just to see if maybe the currently running process is still the old v15 process.
I recently upgraded my Teleport cluster from v15 to v16 and then to v17. After the upgrade, all Teleport clients correctly report version 17. However, the Web UI still displays the following error message:
Connection from Node XXX.SrvTeleP01 at 192.168.1.95:54048, running an unsupported version of v15.4.27 was rejected. Connections will be allowed after upgrading the agent to v16.0.0 or newer
Despite the fact that all nodes and agents are running v17, the UI still seems to reference an older version.
Steps to reproduce:
Upgrade Teleport from v15 to v16.
Upgrade from v16 to v17.
Verify that all nodes and clients report v17.
Check the Web UI for any errors.
Expected behavior:
The Web UI should recognize that all nodes are running v17 and should not report them as outdated.
Actual behavior:
The Web UI incorrectly reports that nodes are running v15.4.27 and rejects their connections.
Environment:
Teleport version: v17.2.3
OS: Debian 12
Deployment method: Plain via script from gui
Is this a known issue? Are there any additional steps required to complete the upgrade process?
Thanks!
The text was updated successfully, but these errors were encountered: