This message was deleted.
# harvester
a
This message was deleted.
m
But does your kubeconfig keep working? I have this error and I was told that let's encrypt wildcards don't support IP SANs
e
[dopey@dopey-laptop ~]$ kubectl cluster-info dump| head
{
"kind": "NodeList",
"apiVersion": "v1",
"metadata": {
"resourceVersion": "79422460"
},
"items": [
{
"metadata": {
"name": "rke-coral-fba486f7-vj7fg",
[dopey@dopey-laptop ~]$
if I recall, all I did after installing cluster was set the SSL settings within the UI using my lets encrypt cert - which is a wildcard.
CONNECTED(00000003)
depth=2 C = US, O = Internet Security Research Group, CN = ISRG Root X1
verify return:1
depth=1 C = US, O = Let's Encrypt, CN = R3
verify return:1
depth=0 CN = *.slack.house
verify return:1
---
Certificate chain
0 s:CN = *.slack.house
i:C = US, O = Let's Encrypt, CN = R3
a:PKEY: id-ecPublicKey, 256 (bit); sigalg: RSA-SHA256
v:NotBefore: Jul 18 14:25:48 2023 GMT; NotAfter: Oct 16 14:25:47 2023 GMT
m
Im sorry apparently I am stupid an did not update my harvester kubeconfig after changing certs
It works 🙂 Thanks for getting me to look at it again
👍 1
BTW what do you use to automatically replace the let's encrypt cert in harvester?
Sorry, to bother you again, have you tried adding nodes to your cluster after using you let's encrypt cert and installing them with the harvester vip ip? We just had a Problem because of the missing IP SAN in the certificate again
e
Yes, there is some bugs on this created. Ultimately I removed the SSL for adding nodes. If you check the install.sh file being fetched, it is including the IP for server and not the dns hostname. This is a change in behaviour. There may be other work arounds, but I ultimately just removed SSL. I've been tearing my hair out with SSL issues for the past week 😞 Also seeing issues trying to get things workign with rancher addon and unclear where to update SSL vs not. I find myself getting strange issues when I start adding SSL to harvester itself. For now I made a new cluster, never adding SSL settings on harvester. On the rancher addon, I upgraded helm to use a secret for TLS, not iself, then changed to my lets encrypt for SSL cert of rancher ingress. I then access harvester via rancher - never direct I need to confirm/file a bug but I believe there is some menus that behave differently if you go via rancher(virtualization management->harvester) vs harvester url direct. The IP Pools specific, I do not ever see the additonal scope drop downs if I do not go via rancher. -- but i need to clear caches and confirm this is not a browser cache issue