This message was deleted.
# general
a
This message was deleted.
w
after the error when I try to connect to the cluster I get
Copy code
$ kubectl get all
I0520 11:25:36.128793   51838 versioner.go:58] Get "<https://127.0.0.1:6443/version?timeout=5s>": x509: certificate signed by unknown authority
E0520 11:25:36.229884   51838 memcache.go:265] couldn't get current server API group list: Get "<https://127.0.0.1:6443/api?timeout=32s>": x509: certificate signed by unknown authority
E0520 11:25:36.230984   51838 memcache.go:265] couldn't get current server API group list: Get "<https://127.0.0.1:6443/api?timeout=32s>": x509: certificate signed by unknown authority
E0520 11:25:36.231830   51838 memcache.go:265] couldn't get current server API group list: Get "<https://127.0.0.1:6443/api?timeout=32s>": x509: certificate signed by unknown authority
E0520 11:25:36.233921   51838 memcache.go:265] couldn't get current server API group list: Get "<https://127.0.0.1:6443/api?timeout=32s>": x509: certificate signed by unknown authority
E0520 11:25:36.234898   51838 memcache.go:265] couldn't get current server API group list: Get "<https://127.0.0.1:6443/api?timeout=32s>": x509: certificate signed by unknown authority
Unable to connect to the server: x509: certificate signed by unknown authority
and
Copy code
$ curl -k <https://127.0.0.1:6443/version?timeout=5s>
{
  "kind": "Status",
  "apiVersion": "v1",
  "metadata": {},
  "status": "Failure",
  "message": "Unauthorized",
  "reason": "Unauthorized",
  "code": 401
}
w
-> #rancher-desktop
👍 1
305 Views