Commit fe78b53
committed
Revert MachinePool infrastructure refs to v1beta1
CAPI v1.13.0-rc.0's MachinePool controller still uses external.IsReady()
which reads status.ready from the infrastructure object. Unlike the Machine
and Cluster controllers which use the contract to read
status.initialization.provisioned for v1beta2, the MachinePool controller
has not been migrated to use the contract yet.
In our v1beta2 types, status.ready was moved to
status.deprecated.v1beta1.ready, so external.IsReady() returns false when
reading the v1beta2 representation directly. This caused all MachinePool
E2E tests to time out waiting for ready replicas.
Revert AzureMachinePool, AzureManagedMachinePool, and
AzureASOManagedMachinePool infrastructure refs to v1beta1 so the conversion
webhook serves status.ready at the expected top-level path. All other CAPZ
types remain at v1beta2 since CAPI reads their status via the contract.
Signed-off-by: William Yao <william2000yao@gmail.com>1 parent fbbd93b commit fe78b53
58 files changed
Lines changed: 180 additions & 180 deletions
File tree
- templates
- flavors
- aks-aso-clusterclass
- aks-aso
- aks-clusterclass
- aks
- machinepool-windows
- machinepool
- test
- ci
- patches
- prow-aks-aso/patches
- prow-aks-clusterclass
- patches
- prow-aks/patches
- prow-dual-stack
- prow-ipv6
- prow-machine-pool-ci-version-windows/patches
- prow-machine-pool-ci-version/patches
- prow-machine-pool-flex/patches
- dev
- custom-builds-machine-pool-load-dra/patches
- custom-builds-machine-pool-load/patches
- custom-builds-machine-pool-windows/patches
- custom-builds-machine-pool/patches
- test/e2e/data/infrastructure-azure/v1beta1
- bases
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | | - | |
| 102 | + | |
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
130 | | - | |
| 130 | + | |
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
| 110 | + | |
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
| 115 | + | |
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments