Commit 1aed9a4
y-cluster v0.3.4 -> v0.3.6, drop retry workaround
Two y-cluster releases unblock the docker provider on
ubuntu-latest and let the acceptance script collapse to a single
provision call:
- v0.3.5 (Yolean/y-cluster#12) added a host-side /readyz probe
between the in-container kubeconfig appearing and "k3s ready"
being declared, closing the docker port-forward race that made
envoy-gateway install fail with "dial tcp 127.0.0.1:6443:
connect: connection refused". The 4x retry/sleep-10s
workaround in this script is dead code now -- each retry tore
the cluster down and reproduced the deterministic race anyway.
- v0.3.6 (Yolean/y-cluster#15) fixed a separate silent-drop in
the docker provider's PortBindings: HostIP was left as the
zero netip.Addr ("invalid IP"), which moby v1.54+ marshals to
the empty JSON string and Docker Engine 28 dropped silently.
A second issue with PortBindings still surfaces in some CI
contexts -- the y-cluster-managed container's
NetworkSettings.Ports comes back empty even with v0.3.6 -- but
it's distinct from anything this script can work around;
filed upstream against y-cluster.
The y-kustomize Deployment image is bumped to the matching
v0.3.6 tag for consistency.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 477de20 commit 1aed9a4
3 files changed
Lines changed: 16 additions & 42 deletions
File tree
- bin
- e2e
- y-kustomize
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
159 | | - | |
| 159 | + | |
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
163 | | - | |
164 | | - | |
165 | | - | |
166 | | - | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
115 | 89 | | |
116 | 90 | | |
117 | 91 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
0 commit comments