[QUESTION/HELP] #1352
-
Question / Where do you need Help?I need to remove k3d from WSL2 such that I can re-install it from scratch. The installation is fouled up due to the integration between Docker Desktop (on Windows) and WSL2. Simply deleting the executable doesn't do it. The installer still sees that the most recent version is installed. Scope of your Questionk3d version v5.6.0 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi @sebastus , how did you install k3d then? |
Beta Was this translation helpful? Give feedback.
No, the install script also only downloads the binary.
There's really nothing else to it. All state that k3d holds is in Docker - and that's only if you have clusters running there.
So if the wget command says that there is the latest version installed, then you have that binary lying around.
You can locate it with
which k3d
.The default install directory is
/usr/local/bin
.That said, there is no reconfiguration that could happen by re-installing k3d.
k3d just interacts with your Docker installation.