helm-charts icon indicating copy to clipboard operation
helm-charts copied to clipboard

cas jetty notready

Open tulid opened this issue 4 years ago • 0 comments

root@dev-legend:~/jinquan/charts-amd64/charts/cas# kubectl get pods -n cas -o wide

NAME READY STATUS RESTARTS AGE IP NODE NOMINATED NODE READINESS GATES cas-cas-7fb94fdcdd-xmwb8 1/2 Running 2 14m 10.42.0.88 dev-legend

root@dev-legend:~/jinquan/charts-amd64/charts/cas# kubectl describe po cas-cas-7fb94fdcdd-xmwb8 -n cas ... ... Events: Type Reason Age From Message


Normal Scheduled default-scheduler Successfully assigned cas/cas-cas-7fb94fdcdd-xmwb8 to dev-legend Normal Pulling 20m kubelet, dev-legend Pulling image "quay.io/centerforopenscience/shibboleth-sp:latest" Normal Pulled 20m kubelet, dev-legend Successfully pulled image "quay.io/centerforopenscience/shibboleth-sp:latest" Normal Created 20m kubelet, dev-legend Created container apache Normal Started 20m kubelet, dev-legend Started container apache Normal Pulling 20m kubelet, dev-legend Pulling image "quay.io/centerforopenscience/cas:develop" Normal Pulled 20m kubelet, dev-legend Successfully pulled image "quay.io/centerforopenscience/cas:develop" Normal Created 20m kubelet, dev-legend Created container jetty Normal Started 20m kubelet, dev-legend Started container jetty Warning Unhealthy 31s (x113 over 20m) kubelet, dev-legend Readiness probe failed: HTTP probe failed with statuscode: 503

tulid avatar Oct 12 '20 06:10 tulid