-
Anyone seen or getting this error on their BurmillaOS ndoes:
This is occurring on all 6 nodes all of a sudden overnight. I didn't do anything here. Regenerating the certs also doesn't appear to help. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Can you share more details about your configuration? You say all nodes so are running swarm, kubernetes, etc? Or are those single nodes? Which OS version? Which hypervisor/bare metal? Also where you see that error? Probably it would good idea create issue and will details asked on it too. |
Beta Was this translation helpful? Give feedback.
-
I will answer and solve my own question. TL;DR: Expired Root CA. Turns out the following happened:
Basically I manage all my (still) via I could switch to using the newer |
Beta Was this translation helpful? Give feedback.
I will answer and solve my own question.
TL;DR: Expired Root CA.
Turns out the following happened:
docker-machine
CA expired.docker-machine regenerate-certs
does not care for, nor chec or attempt to update an old expired CA it used previously.docker-machine create -f -d generic ...
does.Basically I manage all my (still) via
docker-machine
'sgeneric
driver.I could switch to using the newer
docker context
over SSH tunnels, but I just can't be bothered changing my habits 😅