Replies: 1 comment 11 replies
-
No, this is not how it is supposed to work. Are you running |
Beta Was this translation helpful? Give feedback.
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm not sure if it's a bug or not.
When I set 3 endpoints in my talosconfig file, I need to specify arg "-e 192.168.1.30", because I have this error :
$ talosctl --talosconfig=talosconfig get identities rpc error: code = Unavailable desc = connection error: desc = "transport: authentication handshake failed: tls: failed to verify certificate: x509: certificate is valid for mycluster-cp0, talos, talos.default, not 192.168.1.30:50000,192.168.1.31:50000,192.168.1.32:50000"
File talosconfig :
But when I set only 1 endpoint in talosconfig, I don't need to specify "-e" parameter.
I have trying to modify certSANs but not success.
Note: Endpoints of the talosconfig file is generated by the terraform provider, like this :
I managed to reproduce the error without talosconfig, with this command :
My question is : Is it normal that talosctl cannot select only 1 endpoint when specifying several in taloconfig or CLI ?
Thanks for your help
Beta Was this translation helpful? Give feedback.
All reactions