Cluster information:
Kubernetes version: v1.22.2
Cloud being used: bare-metal
Installation method: kube-adm
Host OS: debian bullseye
CNI and version: calico 3.24.5
CRI and version: cri-o 1.24
My 2 node cluster was working, but after rebooting node node I lost my API-Server and it is not coming up again. Both master nodes the log for the API-Server logs as follows.
I can’t read out any issue here. I didn’t found anything based on this error message. Any help to further troubleshoot is appreciated.
2022-12-12T23:28:37.274818402+00:00 stderr F I1212 23:28:37.274707 1 server.go:553] external host was not specified, using 192.168.2.171
2022-12-12T23:28:37.275051965+00:00 stderr F I1212 23:28:37.275025 1 server.go:161] Version: v1.22.2
2022-12-12T23:28:37.360433172+00:00 stderr F I1212 23:28:37.360411 1 shared_informer.go:240] Waiting for caches to sync for node_authorizer
2022-12-12T23:28:37.361096291+00:00 stderr F I1212 23:28:37.361078 1 plugins.go:158] Loaded 11 mutating admission controller(s) successfully in the following order: NamespaceLifecycle,LimitRanger,ServiceAccount,TaintNodesByCondition,Priority,DefaultTolerationSeconds,DefaultStorageClass,StorageObjectInUseProtection,RuntimeClass,DefaultIngressClass,MutatingAdmissionWebhook.
2022-12-12T23:28:37.361096291+00:00 stderr F I1212 23:28:37.361090 1 plugins.go:161] Loaded 11 validating admission controller(s) successfully in the following order: LimitRanger,ServiceAccount,PodSecurity,Priority,PersistentVolumeClaimResize,RuntimeClass,CertificateApproval,CertificateSigning,CertificateSubjectRestriction,ValidatingAdmissionWebhook,ResourceQuota.
2022-12-12T23:28:37.365964771+00:00 stderr F I1212 23:28:37.365945 1 plugins.go:158] Loaded 11 mutating admission controller(s) successfully in the following order: NamespaceLifecycle,LimitRanger,ServiceAccount,TaintNodesByCondition,Priority,DefaultTolerationSeconds,DefaultStorageClass,StorageObjectInUseProtection,RuntimeClass,DefaultIngressClass,MutatingAdmissionWebhook.
2022-12-12T23:28:37.365964771+00:00 stderr F I1212 23:28:37.365956 1 plugins.go:161] Loaded 11 validating admission controller(s) successfully in the following order: LimitRanger,ServiceAccount,PodSecurity,Priority,PersistentVolumeClaimResize,RuntimeClass,CertificateApproval,CertificateSigning,CertificateSubjectRestriction,ValidatingAdmissionWebhook,ResourceQuota.
2022-12-12T23:28:57.369231344+00:00 stderr F Error: context deadline exceeded
Thanks
Thomas