delightful-pharmacist-29626
03/28/2023, 3:54 AMrefined-analyst-8898
03/28/2023, 4:03 AMkubectl logs
? You can check your connection with kubectl cluster-info
.chilly-soccer-69887
03/28/2023, 4:15 AMdelightful-pharmacist-29626
03/28/2023, 6:54 AMrefined-analyst-8898
03/28/2023, 12:46 PMkubectl logs
. Is that accurate? If so, I believe you may be seeing the correct log output from the container. In other words, the error message could be emitted by the container, not kubectl logs
, and so you could be reading the error message successfully from the pod log and mistaking it to be a problem with reading the log. I believe this is the case because kubectl logs
will only communicate with the kube-apiserver, and the error message indicates a problem communicating with the node agent, IIUC.delightful-pharmacist-29626
03/29/2023, 8:12 AM