-
Bug
-
Resolution: Done-Errata
-
Undefined
-
4.13.z, 4.12.z, 4.14
-
None
-
Important
-
No
-
Proposed
-
False
-
Description of problem:
etcd pods running in a hypershift control plane use an exec probe to check cluster health and have a very small timeout (1s). We should be using the same as standalone etcd with a 30s timeout
Version-Release number of selected component (if applicable):
All
How reproducible:
Always
Steps to Reproduce:
1. Create a hypershift hosted cluster 2. Examine etcd pod(s) yaml
Actual results:
Probe is of type exec and has a timeout of 1s
Expected results:
Probe is of type http and has a timeout of 30s
Additional info: