'Kubernetes readinessProbe initialDelaySeconds Doesn't working
I try to tell to K8s that my Pod is ready by the time there is a connection to MongoDB and Redis and an Express server is on.
I have configured: initialDelaySeconds: 60
but the Pod is getting ready too soon after 20s, approximately:
See the 21s in the above picture..
Note: even if I configure to 5s, it takes around 20s anyways.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|