-
Notifications
You must be signed in to change notification settings - Fork 116
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
cluster create failed - Cannot add PPA: 'ppa:~wireguard/ubuntu/wireguard'. #338
Comments
The reason for this is that Ubuntu removed this in trailofbits/algo#1857. I fixed this in: wethinkagile@dd1151e#diff-05ccfec64e35da719893752165973807b38513a9ba1563416ea61bc0ad7a0918 But then running into missing unit file wg-quick thus I tried above fix with #329 ubuntu-20-04 branch hitting same error. Got it then to run with my fix and the ubuntu version and with krzko's cloud-config #329 (comment) I will merge this all together and can do a PR if anybody wants it. |
I fixed this issue in #339 |
The HWE Kernel Patch is missing in #339 and therefore not working for me. I incorporated the lessons from the cloud-config workaround mentioned in #329 (comment) into the source code of my latest fix. So with my fix, you can just do a minimal: Here's my PR: #340 |
hetzner-kube version Has someone fixed this? |
@Shleif91 last release version 0.5.1 is quite old and does not work anymore. I would suggest to build the binary yourself using master and try again. |
@syscrest, thanks for your reply! My stepts (ubuntu 20.04.3)
|
Without #329 (comment) you get above success results? |
I didn't do anything, just downloaded and build |
Can not create a kubernetes cluster with 1 Master and 1 Worker. I got the following error:
Latest Release installed:
But all in all very nice project.
The text was updated successfully, but these errors were encountered: