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:
JJGadgets
2024-02-08 11:54:53 +08:00
parent 5baae2bac6
commit ccf2bdfce9

View File

@@ -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"