"Hello,I have an OKD (OpenShift) cluster with a certificate that I made for the API access, allowing HTTPS access to my console. I experienced several power outages that led me to restart the VMs composing my cluster. After that, when I run 'oc get nodes', I get this error: 'E0403 08:21:37.862078 10771 memcache.go:265] couldn't get current server API group list: Get "https://api.okd-mz.local:6443/api?timeout=32s": EOF' and when i try a curl on the api url "curl https://api.okd-mz.local:6443" i got "curl: (35) OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to api.okd-mz.local:6443""
I restart nodes and its are up but the api and console still unreachableI'm expecting a way to access the api or the console.