-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installation script fails in Ubuntu WSL #11396
Comments
Does WSL support systemd yet? |
The installation script is NOT failing. It is succeeding, but not restarting the service because you've already installed it once with the same configuration.
Did you read the logs at all? The service is failing to start because you have an invalid token. Check your token value in the config or CLI args.
|
Thank you for your answer, In the link you have provided.
Trying to recreate a token with
The k3s.yaml is not created at the startup because K3s server did not start properly. This doesn't seem normal. Regardless, I'll take care of it myself |
Found the issue, I already had a WSL instance with k3s running, meaning that the new k3s instance couldn't connect to localhost:6444 |
In a new WSL instance the installation script fails immediately:
By checking the journalctl logs:
I am not trying to run multi nodes, and am only trying to use Kubernetes locally.
The text was updated successfully, but these errors were encountered: