【发布时间】:2022-09-26 18:46:49
【问题描述】:
我收到以下错误:
Warning Unhealthy 14m (x4 over 15m) kubelet Liveness probe failed: Get \"https://10.244.1.13:8443/healthz\": remote error: tls: bad certificate
服务器配置了 tls 支持。
在https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/ 中写道: If scheme field is set to HTTPS, the kubelet sends an HTTPS request skipping the certificate verification. 所以不清楚为什么我们会收到这个错误。
标签: kubernetes