Commit 63b88ea
committed
fix: skip --wait for KAI scheduler in deploy script
KAI scheduler uses an operator pattern where the SchedulingShard CR is
reconciled asynchronously by the kai-operator. Helm --wait may time out
waiting for CR readiness even though all pods start successfully within
seconds. This causes the deploy script to exit with "resource not ready,
kind: SchedulingShard, status: InProgress" on fresh cluster installs.
Skip --wait for async operator components (kai-scheduler) that reconcile
CRs independently. The component is still installed and becomes ready
shortly after, without blocking the rest of the deployment.
Fixes: #165
Signed-off-by: Yuan Chen <yuanchen97@gmail.com>1 parent f9f1ec0 commit 63b88ea
1 file changed
+12
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
23 | 28 | | |
24 | 29 | | |
25 | 30 | | |
26 | 31 | | |
27 | 32 | | |
28 | 33 | | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
29 | 39 | | |
30 | 40 | | |
31 | 41 | | |
32 | 42 | | |
33 | 43 | | |
34 | | - | |
| 44 | + | |
35 | 45 | | |
36 | 46 | | |
37 | 47 | | |
38 | 48 | | |
39 | 49 | | |
40 | 50 | | |
41 | | - | |
| 51 | + | |
42 | 52 | | |
43 | 53 | | |
44 | 54 | | |
| |||
0 commit comments