-
I have a pretty simple setup and have teleport running in my 1 node kubernetes cluster. I got it setup and working with another Linux host of mine and it works perfectly but once I attempt to run the installer for this host (that the teleport container sits on) it says that the teleport process is running and it cannot proceed. I found after killing the process a couple of times I realized that its detecting the container process which is stopping the install from continuing. I found the same scenario that's happening but no real answer: #14951 Is there a way to get around this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The script is intentionally naive and just checks whether there's already a For more advanced use cases like this, you can work around the script's limitations by manually installing Teleport on the host, then generating your own config file and joining it to the cluster as described in the docs: https://goteleport.com/docs/enroll-resources/server-access/getting-started/#step-14-install-teleport-on-your-linux-host |
Beta Was this translation helpful? Give feedback.
The script is intentionally naive and just checks whether there's already a
teleport
process running on the host - it's seeing theteleport
process running inside Docker and thinks it's already installed/running.For more advanced use cases like this, you can work around the script's limitations by manually installing Teleport on the host, then generating your own config file and joining it to the cluster as described in the docs: https://goteleport.com/docs/enroll-resources/server-access/getting-started/#step-14-install-teleport-on-your-linux-host