Commit 65d6670
authored
Replace watches with waits in README (#87)
- Replaced manual `kubectl get ... -w` commands in step 3 with `kubectl wait`
for the PVC to improve usability. The manual watches did not terminate
automatically, causing confusion about when the deployment step was complete.
- `kubectl rollout status` commands are retained as they appropriately block
until the deployments are ready.
- The pod watch was removed as it was redundant with the rollout status checks.1 parent c47884d commit 65d6670
1 file changed
Lines changed: 3 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
| 109 | + | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
| 112 | + | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
| 115 | + | |
120 | 116 | | |
121 | 117 | | |
122 | 118 | | |
| |||
0 commit comments