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:
@@ -25,7 +25,7 @@ spec:
|
||||
args: # if Ceph is completely healthy, surely k8s is healthy, right?
|
||||
- "wait"
|
||||
- |
|
||||
--for=jsonpath='{.status.ceph.health}'='HEALTH_OK'
|
||||
--for=jsonpath=.status.ceph.health=HEALTH_OK
|
||||
- "cephcluster"
|
||||
- "--all"
|
||||
- "--all-namespaces"
|
||||
|
||||
Reference in New Issue
Block a user