-
Enhancement
-
Resolution: Done
-
Major
-
1.0.0.Final
-
None
-
False
-
False
-
Undefined
-
---
-
---
-
-
2020 Week 46-48 (from Nov 9)
Right now the readiness and liveness probe parameters are hardcoded in the code - see https://github.com/kiegroup/kogito-cloud-operator/blob/master/pkg/infrastructure/services/probe.go . To increase the operator flexibility it should be good to allow specification of probe parameters by user, for example by using fields in CRD.
logs :
2020-11-11 17:16:56 | 2020-11-11 17:16:26 | | data-index-58c9dd5f8c-2knmp.164693f26c3460b6 | - | spec.containers{data-index} | Normal | Started | - | - | - | Started container data-index | 2020-11-11 17:17:18 | 2020-11-11 17:16:28 | | data-index-58c9dd5f8c-2knmp.164693f2cd7fddc5 | - | spec.containers{data-index} | Warning | Unhealthy | - | - | - | Liveness probe failed: Get "http://10.116.1.10:8080/health/live": dial tcp 10.116.1.10:8080: connect: connection refused | 2020-11-11 17:17:26 | 2020-11-11 17:16:36 | | data-index-58c9dd5f8c-2knmp.164693f4a6a4333c | - | spec.containers{data-index} | Warning | Unhealthy | - | - | - | Readiness probe failed: Get "http://10.116.1.10:8080/health/ready": dial tcp 10.116.1.10:8080: connect: connection refused | 2020-11-11 17:17:18 | 2020-11-11 17:16:48 | | data-index-58c9dd5f8c-2knmp.164693f7775ef2b5 | - | spec.containers{data-index} | Normal | Killing | - | - | - | Container data-index failed liveness probe, will be restarted
- blocks
-
KOGITO-3875 Configure starup probe
- Closed
- is related to
-
KOGITO-3937 Move probe configuration in to `probes` subproperty
- Resolved
-
KOGITO-3898 Provide CLI flags for subset of probe parameters
- Resolved