Commit 189bcdb
committed
docs(weather-agent): correct Step 3 to combined-sidecar (2/2) layout
Hai is right — on kagenti main, AuthBridge ships as a single combined
sidecar image (kagenti-extensions#411). The weather-service pod is 2/2
regardless of SPIRE: spiffe-helper is bundled inside the combined image
and activated per workload via SPIRE_ENABLED, not as a separate
container. The deployment guide explicitly lists "1 combined sidecar"
for both proxy-sidecar and envoy-sidecar modes
(docs/authbridge/deployment-guide.md and charts/kagenti/values.yaml).
The 3/3 separate-spiffe-helper layout I introduced in 8dacc17 described
the pre-#411 / v0.6 model — wrong for main.
Revert the container-count claim to 2/2 in both "Check pod status" and
"Verify injected containers" sections, and update the explanatory note
to match the combined-sidecar architecture. Container names returned by
kubectl ... containers[*].name are 'agent authbridge-proxy' (proxy mode)
or 'agent envoy-proxy' (envoy mode) regardless of SPIRE.
Addresses huang195's review on PR #439.
Assisted-By: Claude (Anthropic AI) <noreply@anthropic.com>
Signed-off-by: Mariusz Sabath <mrsabath@gmail.com>1 parent 8dacc17 commit 189bcdb
1 file changed
Lines changed: 15 additions & 17 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
227 | 227 | | |
228 | 228 | | |
229 | 229 | | |
230 | | - | |
| 230 | + | |
231 | 231 | | |
232 | 232 | | |
233 | 233 | | |
234 | | - | |
| 234 | + | |
235 | 235 | | |
236 | 236 | | |
237 | 237 | | |
238 | | - | |
239 | | - | |
240 | | - | |
241 | | - | |
242 | | - | |
243 | | - | |
244 | | - | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
245 | 246 | | |
246 | 247 | | |
247 | 248 | | |
| |||
251 | 252 | | |
252 | 253 | | |
253 | 254 | | |
254 | | - | |
255 | | - | |
256 | | - | |
257 | | - | |
258 | | - | |
259 | | - | |
260 | | - | |
| 255 | + | |
261 | 256 | | |
262 | 257 | | |
263 | 258 | | |
264 | 259 | | |
265 | 260 | | |
266 | | - | |
| 261 | + | |
267 | 262 | | |
268 | 263 | | |
269 | 264 | | |
270 | 265 | | |
271 | 266 | | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
272 | 270 | | |
273 | 271 | | |
274 | 272 | | |
| |||
0 commit comments