You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my kind environment, the ltb-passwd and phpldapadmin Pods do not boot reliably, even after killing the Pods and letting them be restarted by the deployments:
kubectl get deploy
NAME READY UP-TO-DATE AVAILABLE AGE
homer 1/1 1 1 35m
kube-stack-prometheus-grafana 1/1 1 1 34m
kube-stack-prometheus-kube-operator 1/1 1 1 34m
kube-stack-prometheus-kube-state-metrics 1/1 1 1 34m
openldap-stack-ha-ltb-passwd 0/1 1 0 35m
openldap-stack-ha-phpldapadmin 0/1 1 0 35m
Seems like liveness and/or readiness probe are not configured correctly:
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Normal Scheduled 4m1s default-scheduler Successfully assigned default/openldap-stack-ha-phpldapadmin-59997cfd4f-qp4fb to vault-playground-control-plane
Normal Pulled 3m31s (x2 over 4m1s) kubelet Container image "osixia/phpldapadmin:0.9.0" already present on machine
Normal Created 3m31s (x2 over 4m1s) kubelet Created container phpldapadmin
Normal Started 3m30s (x2 over 4m) kubelet Started container phpldapadmin
Warning Unhealthy 3m30s (x2 over 4m) kubelet Readiness probe failed: Get "http://10.244.0.37:80/": dial tcp 10.244.0.37:80: connect: connection refused
Warning Unhealthy 3m1s (x9 over 3m59s) kubelet Readiness probe failed: HTTP probe failed with statuscode: 403
Warning Unhealthy 3m1s (x6 over 3m51s) kubelet Liveness probe failed: HTTP probe failed with statuscode: 403
Normal Killing 3m1s (x2 over 3m31s) kubelet Container phpldapadmin failed liveness probe, will be restarted
The text was updated successfully, but these errors were encountered:
In my kind environment, the
ltb-passwd
andphpldapadmin
Pods do not boot reliably, even after killing the Pods and letting them be restarted by the deployments:Seems like liveness and/or readiness probe are not configured correctly:
The text was updated successfully, but these errors were encountered: