Exec type Readiness Probe does not timeout
Issue
In using a readiness probe that may take a long time to run, I expected it to be interrupted after the specified timeout.
A probe defined like this:
"readinessProbe": {
"exec": {
"command": ["bash", "-c", "sleep 75"]
},
"timeoutSeconds": 5
}
Environment
- Red Hat OpenShift Container Platform
- 3.11
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.