Commit 35ff7b0
fix(test): fix join_cluster wait and get_local_node_status for MicroK8s
- join_cluster: call 'microk8s status --wait-ready' after joining so the
node is fully registered in the cluster before wait_until_ready is called
- get_local_node_status: MicroK8s HA nodes do not get the
node-role.kubernetes.io/control-plane label; check whether
snap.microk8s.daemon-k8s-dqlite.service is active instead
- Restore continue-on-error on stop/start step until
canonical/microk8s#5546 merges
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 38fd785 commit 35ff7b0
2 files changed
Lines changed: 12 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| 94 | + | |
| 95 | + | |
94 | 96 | | |
95 | 97 | | |
96 | 98 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
210 | 210 | | |
211 | 211 | | |
212 | 212 | | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
213 | 216 | | |
214 | 217 | | |
215 | 218 | | |
| |||
245 | 248 | | |
246 | 249 | | |
247 | 250 | | |
248 | | - | |
| 251 | + | |
249 | 252 | | |
250 | | - | |
251 | | - | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
252 | 256 | | |
253 | | - | |
254 | 257 | | |
255 | | - | |
| 258 | + | |
256 | 259 | | |
| 260 | + | |
257 | 261 | | |
258 | | - | |
259 | | - | |
| 262 | + | |
260 | 263 | | |
261 | 264 | | |
0 commit comments