To resolve this issue, follow these steps:
1. Verify that there is no TKG process running on the system where you launched the UI from using this command:
ps -ef | grep -i tkg
If there is a stale process stop it using the kill command.
2. Verify there are no stale connections on the system where you launched the UI from using this command:
netstat -lantup | grep 8080
If there are stale connections and the process associated with the connection is not running, you need to remove the stale connections. To remove the stale connections, a reboot of the system where you installed the TKG CLI is be needed.
3. Verify the kind cluster used to bootstrap the older TKG management cluster is stopped or removed. You can identify the cluster using docker ps. To remove the stale cluster, use this command:
docker rm -f -v <container id>