Commit 6a82e22
y-cluster: pin v0.3.3 -> v0.3.4, drop dead auto-pull workaround
v0.3.4 ships the docker auto-pull fix (a959eb0) responding to
ISSUE_DOCKER_PROVIDER_NO_AUTO_PULL.md: ContainerCreate now does an
ImagePull first when the image isn't on disk. The acceptance
script's pre-pull fallback (scrape image ref + docker pull on the
"No such image" failure path) is dead code on v0.3.4 and is
removed in the same commit.
The other docker-provider race
(ISSUE_DOCKER_K3S_READY_BEFORE_APISERVER.md) is not addressed in
v0.3.4 -- the connect-refused retry stays in place until y-cluster
strengthens the readiness check on the host's :6443 port.
Both pins land at the same SHA (host wrapper +
y-kustomize Deployment image) so a fresh provision and the
in-cluster Deployment serve from one binary.
Verified locally with cold image cache: provision auto-pulls,
validate-ystack reports 37 passed, 0 failed.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent ef9ba96 commit 6a82e22
3 files changed
Lines changed: 18 additions & 30 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 | | - | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
95 | 89 | | |
96 | 90 | | |
97 | 91 | | |
98 | 92 | | |
99 | 93 | | |
100 | 94 | | |
101 | 95 | | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
| 96 | + | |
| 97 | + | |
110 | 98 | | |
111 | 99 | | |
112 | 100 | | |
| |||
| 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