Skip to content

Commit 6496aab

Browse files
committed
docs(adr): use the shipped value in the runnable selection example
The selection example still showed --profile gpuStack=driver-installer, which now fails closed — a reader copying it gets a resolution error. Use bundle-installer and annotate the historical rollout note so the replaced name is not read as current. Drawn value names in the sketch stay as originally proposed, per this ADR's existing convention (the preamble amendment maps drawn names to shipped names). Signed-off-by: Atif Mahmood <atif1996@users.noreply.github.com>
1 parent 7fe2c7d commit 6496aab

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

docs/design/015-recipe-configuration-profiles.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -298,9 +298,10 @@ step 2 describes. Selection:
298298
# gke-default (declared default; drawn above as csp-managed) — no flag needed
299299
aicr recipe --service gke --os cos --accelerator h100 --intent inference
300300
301-
# explicit alternative configuration (shipped name; drawn above as operator)
301+
# explicit alternative configuration (shipped name; drawn above as
302+
# operator-selfdriver)
302303
aicr recipe --service gke --os cos --accelerator h100 --intent inference \
303-
--profile gpuStack=driver-installer
304+
--profile gpuStack=bundle-installer
304305
```
305306

306307
A profile fragment may reference only components **enabled in the
@@ -1499,8 +1500,8 @@ work that resolves it.
14991500
GKE's managed driver install, so the standalone gate's prerequisite
15001501
needed the profile's per-value pairing), and the GKE `gpuStack`
15011502
profile now consumes the form per selected value (#1761 rollout
1502-
PR 3): positive for `driver-installer`, negated for the
1503-
`gke-default` default.
1503+
PR 3): positive for `driver-installer` (since replaced by
1504+
`bundle-installer`), negated for the `gke-default` default.
15041505
3. **AKS node-pool-mode signal — resolved by the 2026-07-27 amendment.**
15051506
The provider-facing AgentPool `gpuProfile.driver` property is the
15061507
durable ownership marker. AKS adoption projects it into a snapshot

0 commit comments

Comments
 (0)