Skip to content

Commit d492fd9

Browse files
Devin WongCopilot
authored andcommitted
docs(anc): reword wrapper hotfix comment for LPS endpoint read channel
The hotfix pointer read channel moved from the kube-system ConfigMap (apiserver + bootstrap token) to the LPS endpoint (IMDS-attested); the fetch/auth rewrite lives in 2.1b. The wrapper's check-hotfix -> download-hotfix call contract, the ENABLE_PROVISIONING_HOTFIX gate, and the fail-open semantics are unchanged - only the explanatory comment is updated to name the new read channel accurately. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent c24cac1 commit d492fd9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

parts/linux/cloud-init/artifacts/aks-node-controller-wrapper.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ if [ ! -f "$CONFIG_PATH" ] && [ ! -f "$NBC_CMD_PATH" ]; then
2727
exit 0
2828
fi
2929

30-
# check-hotfix reads the kube-system/anc-hotfix-version ConfigMap and refreshes
30+
# check-hotfix reads the hotfix pointer from the LPS endpoint (IMDS-attested) and refreshes
3131
# $HOTFIX_JSON, which the download-hotfix block below consumes, so it must run first.
3232
# Gated default-off behind ENABLE_PROVISIONING_HOTFIX so existing VHDs behave exactly as
3333
# before; only the literal string "true" enables it. This env var is the on-node terminal

0 commit comments

Comments
 (0)