mirror of
https://github.com/outbackdingo/Biohazard.git
synced 2026-01-27 10:18:27 +00:00
fix(suc/talos): k8s wait Ceph cluster
if all Ceph clusters are healthy, surely k8s will also be healthy... right?
This commit is contained in:
@@ -24,6 +24,7 @@ spec:
|
||||
image: "registry.k8s.io/kubectl:v1.29.1@sha256:59b3035b8826b0a1d5d950588ecc3f33cbc3bb9b5a70735245691a211821a22f"
|
||||
args: # if Ceph is completely healthy, surely k8s is healthy, right?
|
||||
- "wait"
|
||||
- "--timeout=300s"
|
||||
- |
|
||||
--for=jsonpath=.status.ceph.health=HEALTH_OK
|
||||
- "cephcluster"
|
||||
|
||||
Reference in New Issue
Block a user