Commit 853c6a6
committed
Temporarily move CNI deployment to postKubeadmCommands
Addons (CNI) currently fail to deploy, likely due to a timeout with
API server availability. Without a pre-built image, capz takes longer
for the control plane to come up. To work around this, we'll use a
`postKubeadmCommands` in controlplane-0
(examples/controlplane/controlplane.yaml). This should be removed once
we confirm the create-cluster target can successfully deploy CNI.
Signed-off-by: Stephen Augustus <[email protected]>1 parent 9272174 commit 853c6a6
2 files changed
+9
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
280 | 280 | | |
281 | 281 | | |
282 | 282 | | |
283 | | - | |
284 | | - | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
285 | 290 | | |
286 | 291 | | |
287 | 292 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| 73 | + | |
| 74 | + | |
73 | 75 | | |
74 | 76 | | |
75 | 77 | | |
| |||
0 commit comments