Files
Gerald Roncajolo 0a3f29b950 fix: update deploymentConfig's healthcheck to wait for replicationController to be Available (#10462)
* update deploymentConfig's healthcheck to wait for replicationController to be available

Signed-off-by: Roncajolo Gerald <groncajolo@softwaymedical.fr>

* Add Softway Medical to users

Signed-off-by: Roncajolo Gerald <groncajolo@softwaymedical.fr>

Signed-off-by: Roncajolo Gerald <groncajolo@softwaymedical.fr>
2022-08-30 21:34:11 +02:00

21 lines
703 B
YAML

tests:
- healthStatus:
status: Progressing
message: "replication controller is waiting for pods to run"
inputPath: testdata/progressing.yaml
- healthStatus:
status: Progressing
message: "replication controller is waiting for pods to run"
inputPath: testdata/progressing_rc_updated.yaml
- healthStatus:
status: Degraded
message: "Deployment config is degraded"
inputPath: testdata/degraded.yaml
- healthStatus:
status: Healthy
message: "replication controller successfully rolled out"
inputPath: testdata/healthy.yaml
- healthStatus:
status: Healthy
message: "replication controller successfully rolled out"
inputPath: testdata/healthy_zero_replicas.yaml