-
-
Notifications
You must be signed in to change notification settings - Fork 285
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
Talos install error: "failed to verify certificate: x509: certificate signed by unknown authority" #1398
Comments
Hi @bojanraic I have seen other people report this issue but we never found the root cause. It appears to be related to their workstation environment. Are you able to post your |
Hey, thanks for the quick reply, appreciate it. |
It seems that the "--insecure" is not being appended, as in the |
config.yaml
talconfig.yaml
|
@DavidIlie it's possible that insecure is not being applied properly. I tried the setup from scratch a few times using devcontainer and I get similar results to you (and similar to using workstation/non-devcontainer method). |
@DavidIlie I think the issue might be you didn't fill out a This doesn't look right in the generated config...
cluster-template/config.sample.yaml Lines 18 to 20 in e4d67ea
|
I have committed a change to the default config to include a default schematic id (the default id defined has no customizations or kernel args). This may or may not be what people want but hopefully the wording makes it so it doesn't catch people off guard. |
Thanks for the update, @onedr0p! I probably won't have time to try it out until the weekend, but I'm very interested in knowing if this resolves @DavidIlie's issue. If it does, it would definitely nudge me towards giving Talos another serious try. |
@DavidIlie I've seen this one on my end as well. do you have 127.0.0.1 in the list of cert SANs? |
I'll create a separate issue, as I keep getting the error and "127.0.0.1" is in the list of cert SANs but I can see that the VIP is not being created |
@DavidIlie sounds good! I'm going to close this issue now. |
Used the template with k3s and I liked the setup for the most part, but I wanted to try Talos, just for comparison.
Trying a Talos 1.6.7 install. Can't figure out why I'm getting a cert error. I ran talos bootstrap tasks individually and it seems fine until the install step, where I get
error executing bootstrap: rpc error: code = Unavailable desc = connection error: desc = "transport: authentication handshake failed: tls: failed to verify certificate: x509: certificate signed by unknown authority"
Maybe I missed something so any pointers would be very welcome. Thanks!
The text was updated successfully, but these errors were encountered: